Shades of Cinnabar #DC452D
Tints of Cinnabar #DC452D
RGB
CMYK
RGB Variations
Color information
#DC452D (or 0xDC452D) is known color: Cinnabar. HEX triplet: DC, 45 and 2D. RGB value is (220,69,45). Sum of RGB (Red+Green+Blue) = 220+69+45=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC452D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC452D is #23BAD2. Grayscale: #6F6F6F. Windows color (decimal): -2341587 or 2967004. OLE color: 2967004.
HSL color Cylindrical-coordinate representation of color #DC452D: hue angle of 8.23º degrees, saturation: 0.71, 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 #DC452D is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 45 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.14 |
| HSL | 8.23º | 0.71% | 0.52% | - |
| HSV(B) | 8.23º | 0.8% | 0.86% | - |
| XYZ | 32.12 | 19.66 | 4.58 | - |
| YUV | 111.41 | 90.53 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 45 | 0 | 0.69 | 0.80 | 0.14 | 8.23 | 0.71 | 0.52 |
| Hex | DC | 45 | 2D | 0 | 45 | 50 | E | 8 | 47 | 34 |
| Octal | 334 | 105 | 55 | 0 | 105 | 120 | 16 | 10 | 107 | 64 |
| Binary | 11011100 | 1000101 | 101101 | 0 | 1000101 | 1010000 | 1110 | 1000 | 1000111 | 110100 |
Color Harmonies of #DC452D
Complementary color
Monochromatic Colors of #DC452D
Black with #DC452D
Text Example
Text Example
White with #DC452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC452D; }
p { color: rgb(220,69,45); }
H1.HeaderClassName
{
color: #DC452D;
}
.AnyTagClassName
{
color: #DC452D;
}
</style>
background-color css
<style>
a { background-color: #DC452D; }
a { background-color: rgb(220,69,45); }
div.DivClassName
{
background-color: #DC452D;
}
.BgClassName
{
background-color: #DC452D;
}
</style>
border-color css
<style>
span { border-color: #DC452D; }
span { border-color: rgb(220,69,45); }
td.TdClassName
{
border-color: #DC452D;
}
.TagClassName
{
border-color: #DC452D;
}
</style>