Shades of Cinnabar #DC4223
Tints of Cinnabar #DC4223
RGB
CMYK
RGB Variations
Color information
#DC4223 (or 0xDC4223) is known color: Cinnabar. HEX triplet: DC, 42 and 23. RGB value is (220,66,35). Sum of RGB (Red+Green+Blue) = 220+66+35=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4223 is #23BDDC. Grayscale: #6C6C6C. Windows color (decimal): -2342365 or 2310876. OLE color: 2310876.
HSL color Cylindrical-coordinate representation of color #DC4223: hue angle of 10.05º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC4223 is Cyan = 0, Magento = 0.7, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 35 | - |
| CMYK | 0 | 0.7 | 0.84 | 0.14 |
| HSL | 10.05º | 0.73% | 0.5% | - |
| HSV(B) | 10.05º | 0.84% | 0.86% | - |
| XYZ | 31.77 | 19.23 | 3.63 | - |
| YUV | 108.51 | 86.52 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 35 | 0 | 0.7 | 0.84 | 0.14 | 10.05 | 0.73 | 0.5 |
| Hex | DC | 42 | 23 | 0 | 46 | 54 | E | A | 49 | 32 |
| Octal | 334 | 102 | 43 | 0 | 106 | 124 | 16 | 12 | 111 | 62 |
| Binary | 11011100 | 1000010 | 100011 | 0 | 1000110 | 1010100 | 1110 | 1010 | 1001001 | 110010 |
Color Harmonies of #DC4223
Complementary color
Monochromatic Colors of #DC4223
Black with #DC4223
Text Example
Text Example
White with #DC4223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4223; }
p { color: rgb(220,66,35); }
H1.HeaderClassName
{
color: #DC4223;
}
.AnyTagClassName
{
color: #DC4223;
}
</style>
background-color css
<style>
a { background-color: #DC4223; }
a { background-color: rgb(220,66,35); }
div.DivClassName
{
background-color: #DC4223;
}
.BgClassName
{
background-color: #DC4223;
}
</style>
border-color css
<style>
span { border-color: #DC4223; }
span { border-color: rgb(220,66,35); }
td.TdClassName
{
border-color: #DC4223;
}
.TagClassName
{
border-color: #DC4223;
}
</style>