Shades of Cinnabar #DC4A2F
Tints of Cinnabar #DC4A2F
RGB
CMYK
RGB Variations
Color information
#DC4A2F (or 0xDC4A2F) is known color: Cinnabar. HEX triplet: DC, 4A and 2F. RGB value is (220,74,47). Sum of RGB (Red+Green+Blue) = 220+74+47=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 47 (18.75% from 255 or 13.78% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4A2F is #23B5D0. Grayscale: #727272. Windows color (decimal): -2340305 or 3099356. OLE color: 3099356.
HSL color Cylindrical-coordinate representation of color #DC4A2F: hue angle of 9.36º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC4A2F is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 47 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.14 |
| HSL | 9.36º | 0.71% | 0.52% | - |
| HSV(B) | 9.36º | 0.79% | 0.86% | - |
| XYZ | 32.48 | 20.32 | 4.9 | - |
| YUV | 114.58 | 89.87 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 47 | 0 | 0.66 | 0.79 | 0.14 | 9.36 | 0.71 | 0.52 |
| Hex | DC | 4A | 2F | 0 | 42 | 4F | E | 9 | 47 | 34 |
| Octal | 334 | 112 | 57 | 0 | 102 | 117 | 16 | 11 | 107 | 64 |
| Binary | 11011100 | 1001010 | 101111 | 0 | 1000010 | 1001111 | 1110 | 1001 | 1000111 | 110100 |
Color Harmonies of #DC4A2F
Complementary color
Monochromatic Colors of #DC4A2F
Black with #DC4A2F
Text Example
Text Example
White with #DC4A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4A2F; }
p { color: rgb(220,74,47); }
H1.HeaderClassName
{
color: #DC4A2F;
}
.AnyTagClassName
{
color: #DC4A2F;
}
</style>
background-color css
<style>
a { background-color: #DC4A2F; }
a { background-color: rgb(220,74,47); }
div.DivClassName
{
background-color: #DC4A2F;
}
.BgClassName
{
background-color: #DC4A2F;
}
</style>
border-color css
<style>
span { border-color: #DC4A2F; }
span { border-color: rgb(220,74,47); }
td.TdClassName
{
border-color: #DC4A2F;
}
.TagClassName
{
border-color: #DC4A2F;
}
</style>