Shades of Cinnabar #DC4928
Tints of Cinnabar #DC4928
RGB
CMYK
RGB Variations
Color information
#DC4928 (or 0xDC4928) is known color: Cinnabar. HEX triplet: DC, 49 and 28. RGB value is (220,73,40). Sum of RGB (Red+Green+Blue) = 220+73+40=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4928 is #23B6D7. Grayscale: #717171. Windows color (decimal): -2340568 or 2640348. OLE color: 2640348.
HSL color Cylindrical-coordinate representation of color #DC4928: hue angle of 11º 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 #DC4928 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 40 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.14 |
| HSL | 11º | 0.72% | 0.51% | - |
| HSV(B) | 11º | 0.82% | 0.86% | - |
| XYZ | 32.28 | 20.13 | 4.19 | - |
| YUV | 113.19 | 86.7 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 40 | 0 | 0.67 | 0.82 | 0.14 | 11 | 0.72 | 0.51 |
| Hex | DC | 49 | 28 | 0 | 43 | 52 | E | B | 48 | 33 |
| Octal | 334 | 111 | 50 | 0 | 103 | 122 | 16 | 13 | 110 | 63 |
| Binary | 11011100 | 1001001 | 101000 | 0 | 1000011 | 1010010 | 1110 | 1011 | 1001000 | 110011 |
Color Harmonies of #DC4928
Complementary color
Monochromatic Colors of #DC4928
Black with #DC4928
Text Example
Text Example
White with #DC4928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4928; }
p { color: rgb(220,73,40); }
H1.HeaderClassName
{
color: #DC4928;
}
.AnyTagClassName
{
color: #DC4928;
}
</style>
background-color css
<style>
a { background-color: #DC4928; }
a { background-color: rgb(220,73,40); }
div.DivClassName
{
background-color: #DC4928;
}
.BgClassName
{
background-color: #DC4928;
}
</style>
border-color css
<style>
span { border-color: #DC4928; }
span { border-color: rgb(220,73,40); }
td.TdClassName
{
border-color: #DC4928;
}
.TagClassName
{
border-color: #DC4928;
}
</style>