Shades of Cinnabar #DC4227
Tints of Cinnabar #DC4227
RGB
CMYK
RGB Variations
Color information
#DC4227 (or 0xDC4227) is known color: Cinnabar. HEX triplet: DC, 42 and 27. RGB value is (220,66,39). Sum of RGB (Red+Green+Blue) = 220+66+39=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4227 is #23BDD8. Grayscale: #6D6D6D. Windows color (decimal): -2342361 or 2573020. OLE color: 2573020.
HSL color Cylindrical-coordinate representation of color #DC4227: hue angle of 8.95º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC4227 is Cyan = 0, Magento = 0.7, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 39 | - |
| CMYK | 0 | 0.7 | 0.82 | 0.14 |
| HSL | 8.95º | 0.72% | 0.51% | - |
| HSV(B) | 8.95º | 0.82% | 0.86% | - |
| XYZ | 31.83 | 19.26 | 3.96 | - |
| YUV | 108.97 | 88.52 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 39 | 0 | 0.7 | 0.82 | 0.14 | 8.95 | 0.72 | 0.51 |
| Hex | DC | 42 | 27 | 0 | 46 | 52 | E | 9 | 48 | 33 |
| Octal | 334 | 102 | 47 | 0 | 106 | 122 | 16 | 11 | 110 | 63 |
| Binary | 11011100 | 1000010 | 100111 | 0 | 1000110 | 1010010 | 1110 | 1001 | 1001000 | 110011 |
Color Harmonies of #DC4227
Complementary color
Monochromatic Colors of #DC4227
Black with #DC4227
Text Example
Text Example
White with #DC4227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4227; }
p { color: rgb(220,66,39); }
H1.HeaderClassName
{
color: #DC4227;
}
.AnyTagClassName
{
color: #DC4227;
}
</style>
background-color css
<style>
a { background-color: #DC4227; }
a { background-color: rgb(220,66,39); }
div.DivClassName
{
background-color: #DC4227;
}
.BgClassName
{
background-color: #DC4227;
}
</style>
border-color css
<style>
span { border-color: #DC4227; }
span { border-color: rgb(220,66,39); }
td.TdClassName
{
border-color: #DC4227;
}
.TagClassName
{
border-color: #DC4227;
}
</style>