Shades of Cinnabar #DC4033
Tints of Cinnabar #DC4033
RGB
CMYK
RGB Variations
Color information
#DC4033 (or 0xDC4033) is known color: Cinnabar. HEX triplet: DC, 40 and 33. RGB value is (220,64,51). Sum of RGB (Red+Green+Blue) = 220+64+51=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 51 (20.31% from 255 or 15.22% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4033 is #23BFCC. Grayscale: #6D6D6D. Windows color (decimal): -2342861 or 3358940. OLE color: 3358940.
HSL color Cylindrical-coordinate representation of color #DC4033: hue angle of 4.62º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC4033 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 51 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.14 |
| HSL | 4.62º | 0.71% | 0.53% | - |
| HSV(B) | 4.62º | 0.77% | 0.86% | - |
| XYZ | 31.95 | 19.12 | 5.14 | - |
| YUV | 109.16 | 95.18 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 51 | 0 | 0.71 | 0.77 | 0.14 | 4.62 | 0.71 | 0.53 |
| Hex | DC | 40 | 33 | 0 | 47 | 4D | E | 5 | 47 | 35 |
| Octal | 334 | 100 | 63 | 0 | 107 | 115 | 16 | 5 | 107 | 65 |
| Binary | 11011100 | 1000000 | 110011 | 0 | 1000111 | 1001101 | 1110 | 101 | 1000111 | 110101 |
Color Harmonies of #DC4033
Complementary color
Monochromatic Colors of #DC4033
Black with #DC4033
Text Example
Text Example
White with #DC4033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4033; }
p { color: rgb(220,64,51); }
H1.HeaderClassName
{
color: #DC4033;
}
.AnyTagClassName
{
color: #DC4033;
}
</style>
background-color css
<style>
a { background-color: #DC4033; }
a { background-color: rgb(220,64,51); }
div.DivClassName
{
background-color: #DC4033;
}
.BgClassName
{
background-color: #DC4033;
}
</style>
border-color css
<style>
span { border-color: #DC4033; }
span { border-color: rgb(220,64,51); }
td.TdClassName
{
border-color: #DC4033;
}
.TagClassName
{
border-color: #DC4033;
}
</style>