Shades of Cinnabar #DC4E28
Tints of Cinnabar #DC4E28
RGB
CMYK
RGB Variations
Color information
#DC4E28 (or 0xDC4E28) is known color: Cinnabar. HEX triplet: DC, 4E and 28. RGB value is (220,78,40). Sum of RGB (Red+Green+Blue) = 220+78+40=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4E28 is #23B1D7. Grayscale: #747474. Windows color (decimal): -2339288 or 2641628. OLE color: 2641628.
HSL color Cylindrical-coordinate representation of color #DC4E28: hue angle of 12.67º 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 #DC4E28 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 40 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.14 |
| HSL | 12.67º | 0.72% | 0.51% | - |
| HSV(B) | 12.67º | 0.82% | 0.86% | - |
| XYZ | 32.62 | 20.82 | 4.31 | - |
| YUV | 116.13 | 85.04 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 40 | 0 | 0.65 | 0.82 | 0.14 | 12.67 | 0.72 | 0.51 |
| Hex | DC | 4E | 28 | 0 | 41 | 52 | E | D | 48 | 33 |
| Octal | 334 | 116 | 50 | 0 | 101 | 122 | 16 | 15 | 110 | 63 |
| Binary | 11011100 | 1001110 | 101000 | 0 | 1000001 | 1010010 | 1110 | 1101 | 1001000 | 110011 |
Color Harmonies of #DC4E28
Complementary color
Monochromatic Colors of #DC4E28
Black with #DC4E28
Text Example
Text Example
White with #DC4E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E28; }
p { color: rgb(220,78,40); }
H1.HeaderClassName
{
color: #DC4E28;
}
.AnyTagClassName
{
color: #DC4E28;
}
</style>
background-color css
<style>
a { background-color: #DC4E28; }
a { background-color: rgb(220,78,40); }
div.DivClassName
{
background-color: #DC4E28;
}
.BgClassName
{
background-color: #DC4E28;
}
</style>
border-color css
<style>
span { border-color: #DC4E28; }
span { border-color: rgb(220,78,40); }
td.TdClassName
{
border-color: #DC4E28;
}
.TagClassName
{
border-color: #DC4E28;
}
</style>