Shades of Cinnabar #DC3F24
Tints of Cinnabar #DC3F24
RGB
CMYK
RGB Variations
Color information
#DC3F24 (or 0xDC3F24) is known color: Cinnabar. HEX triplet: DC, 3F and 24. RGB value is (220,63,36). Sum of RGB (Red+Green+Blue) = 220+63+36=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 36 (14.45% from 255 or 11.29% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3F24 is #23C0DB. Grayscale: #6B6B6B. Windows color (decimal): -2343132 or 2375644. OLE color: 2375644.
HSL color Cylindrical-coordinate representation of color #DC3F24: hue angle of 8.8º degrees, saturation: 0.72, 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 #DC3F24 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 36 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.14 |
| HSL | 8.8º | 0.72% | 0.5% | - |
| HSV(B) | 8.8º | 0.84% | 0.86% | - |
| XYZ | 31.61 | 18.9 | 3.65 | - |
| YUV | 106.87 | 88.01 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 36 | 0 | 0.71 | 0.84 | 0.14 | 8.8 | 0.72 | 0.5 |
| Hex | DC | 3F | 24 | 0 | 47 | 54 | E | 9 | 48 | 32 |
| Octal | 334 | 77 | 44 | 0 | 107 | 124 | 16 | 11 | 110 | 62 |
| Binary | 11011100 | 111111 | 100100 | 0 | 1000111 | 1010100 | 1110 | 1001 | 1001000 | 110010 |
Color Harmonies of #DC3F24
Complementary color
Monochromatic Colors of #DC3F24
Black with #DC3F24
Text Example
Text Example
White with #DC3F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F24; }
p { color: rgb(220,63,36); }
H1.HeaderClassName
{
color: #DC3F24;
}
.AnyTagClassName
{
color: #DC3F24;
}
</style>
background-color css
<style>
a { background-color: #DC3F24; }
a { background-color: rgb(220,63,36); }
div.DivClassName
{
background-color: #DC3F24;
}
.BgClassName
{
background-color: #DC3F24;
}
</style>
border-color css
<style>
span { border-color: #DC3F24; }
span { border-color: rgb(220,63,36); }
td.TdClassName
{
border-color: #DC3F24;
}
.TagClassName
{
border-color: #DC3F24;
}
</style>