rgb(219, 0, 43)
- In a RGB color space, hex #db002b color is composed of 86% red, 0% green, and 17% blue.
- In a CMYK color space, it is consist of 0% cyan, 100% magenta, 80% yellow and 14% black.
- In web design, the web safe color for #db002b is #CC0033. The complementary color of #db002b is #00dbaf.
#db002b Color Conversion
Hex Color #db002b RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #db002b
-
#db002b
#db002b
-
#00dbaf
#00dbaf
-
#ed8096
#ed8096
-
#80edd7
#80edd7
-
#a40020
#a40020
-
#00a483
#00a483
-
#b16070
#b16070
-
#60b1a1
#60b1a1
Two colors (#db002b,#00dbaf) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#db002b
#db002b
-
#ed8096
#ed8096
-
#6d0016
#6d0016
-
#f5bfca
#f5bfca
-
#a40020
#a40020
-
#b16070
#b16070
-
#510010
#510010
-
#b78f97
#b78f97
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #db002b
-
#db002b
#db002b
-
#C50027
#C50027
-
#AF0022
#AF0022
-
#99001E
#99001E
-
#83001A
#83001A
-
#6E0016
#6E0016
-
#580011
#580011
-
#42000D
#42000D
-
#2C0009
#2C0009
-
#160004
#160004
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#db002b
#db002b
-
#DF1A40
#DF1A40
-
#E23355
#E23355
-
#E64D6B
#E64D6B
-
#E96680
#E96680
-
#ED8095
#ED8095
-
#F199AA
#F199AA
-
#F4B3BF
#F4B3BF
-
#F8CCD5
#F8CCD5
-
#FBE6EA
#FBE6EA
-
#FEF7F9
#FEF7F9
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#db002b Color Preview on Black Background
#db002b Color Preview on White Background
<span style="color:#db002b;">Text here</span>
#db002b Background Color
#db002b Background Color
<p style="background-color:#db002b;">Text here</p>
#db002b Border Color
<div style="border:1px solid #db002b;">Text here</div>
<style>.text {color:#db002b;}
.background {background-color:#db002b;}
.border {border:1px solid #db002b;}</style>