Shades of Cinnabar #DC452C
Tints of Cinnabar #DC452C
RGB
CMYK
RGB Variations
Color information
#DC452C (or 0xDC452C) is known color: Cinnabar. HEX triplet: DC, 45 and 2C. RGB value is (220,69,44). Sum of RGB (Red+Green+Blue) = 220+69+44=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC452C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC452C is #23BAD3. Grayscale: #6F6F6F. Windows color (decimal): -2341588 or 2901468. OLE color: 2901468.
HSL color Cylindrical-coordinate representation of color #DC452C: hue angle of 8.52º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC452C is Cyan = 0, Magento = 0.69, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 44 | - |
| CMYK | 0 | 0.69 | 0.8 | 0.14 |
| HSL | 8.52º | 0.72% | 0.52% | - |
| HSV(B) | 8.52º | 0.8% | 0.86% | - |
| XYZ | 32.1 | 19.65 | 4.48 | - |
| YUV | 111.3 | 90.03 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 44 | 0 | 0.69 | 0.8 | 0.14 | 8.52 | 0.72 | 0.52 |
| Hex | DC | 45 | 2C | 0 | 45 | 50 | E | 9 | 48 | 34 |
| Octal | 334 | 105 | 54 | 0 | 105 | 120 | 16 | 11 | 110 | 64 |
| Binary | 11011100 | 1000101 | 101100 | 0 | 1000101 | 1010000 | 1110 | 1001 | 1001000 | 110100 |
Color Harmonies of #DC452C
Complementary color
Monochromatic Colors of #DC452C
Black with #DC452C
Text Example
Text Example
White with #DC452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC452C; }
p { color: rgb(220,69,44); }
H1.HeaderClassName
{
color: #DC452C;
}
.AnyTagClassName
{
color: #DC452C;
}
</style>
background-color css
<style>
a { background-color: #DC452C; }
a { background-color: rgb(220,69,44); }
div.DivClassName
{
background-color: #DC452C;
}
.BgClassName
{
background-color: #DC452C;
}
</style>
border-color css
<style>
span { border-color: #DC452C; }
span { border-color: rgb(220,69,44); }
td.TdClassName
{
border-color: #DC452C;
}
.TagClassName
{
border-color: #DC452C;
}
</style>