Shades of Cinnabar #DC4034
Tints of Cinnabar #DC4034
RGB
CMYK
RGB Variations
Color information
#DC4034 (or 0xDC4034) is known color: Cinnabar. HEX triplet: DC, 40 and 34. RGB value is (220,64,52). Sum of RGB (Red+Green+Blue) = 220+64+52=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4034 is #23BFCB. Grayscale: #6D6D6D. Windows color (decimal): -2342860 or 3424476. OLE color: 3424476.
HSL color Cylindrical-coordinate representation of color #DC4034: hue angle of 4.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC4034 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 52 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.14 |
| HSL | 4.29º | 0.71% | 0.53% | - |
| HSV(B) | 4.29º | 0.76% | 0.86% | - |
| XYZ | 31.97 | 19.13 | 5.26 | - |
| YUV | 109.28 | 95.68 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 52 | 0 | 0.71 | 0.76 | 0.14 | 4.29 | 0.71 | 0.53 |
| Hex | DC | 40 | 34 | 0 | 47 | 4C | E | 4 | 47 | 35 |
| Octal | 334 | 100 | 64 | 0 | 107 | 114 | 16 | 4 | 107 | 65 |
| Binary | 11011100 | 1000000 | 110100 | 0 | 1000111 | 1001100 | 1110 | 100 | 1000111 | 110101 |
Color Harmonies of #DC4034
Complementary color
Monochromatic Colors of #DC4034
Black with #DC4034
Text Example
Text Example
White with #DC4034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4034; }
p { color: rgb(220,64,52); }
H1.HeaderClassName
{
color: #DC4034;
}
.AnyTagClassName
{
color: #DC4034;
}
</style>
background-color css
<style>
a { background-color: #DC4034; }
a { background-color: rgb(220,64,52); }
div.DivClassName
{
background-color: #DC4034;
}
.BgClassName
{
background-color: #DC4034;
}
</style>
border-color css
<style>
span { border-color: #DC4034; }
span { border-color: rgb(220,64,52); }
td.TdClassName
{
border-color: #DC4034;
}
.TagClassName
{
border-color: #DC4034;
}
</style>