Shades of Cinnabar #DC4434
Tints of Cinnabar #DC4434
RGB
CMYK
RGB Variations
Color information
#DC4434 (or 0xDC4434) is known color: Cinnabar. HEX triplet: DC, 44 and 34. RGB value is (220,68,52). Sum of RGB (Red+Green+Blue) = 220+68+52=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 52 (20.70% from 255 or 15.29% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4434 is #23BBCB. Grayscale: #6F6F6F. Windows color (decimal): -2341836 or 3425500. OLE color: 3425500.
HSL color Cylindrical-coordinate representation of color #DC4434: hue angle of 5.71º 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 #DC4434 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 52 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.14 |
| HSL | 5.71º | 0.71% | 0.53% | - |
| HSV(B) | 5.71º | 0.76% | 0.86% | - |
| XYZ | 32.2 | 19.6 | 5.33 | - |
| YUV | 111.62 | 94.36 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 52 | 0 | 0.69 | 0.76 | 0.14 | 5.71 | 0.71 | 0.53 |
| Hex | DC | 44 | 34 | 0 | 45 | 4C | E | 6 | 47 | 35 |
| Octal | 334 | 104 | 64 | 0 | 105 | 114 | 16 | 6 | 107 | 65 |
| Binary | 11011100 | 1000100 | 110100 | 0 | 1000101 | 1001100 | 1110 | 110 | 1000111 | 110101 |
Color Harmonies of #DC4434
Complementary color
Monochromatic Colors of #DC4434
Black with #DC4434
Text Example
Text Example
White with #DC4434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4434; }
p { color: rgb(220,68,52); }
H1.HeaderClassName
{
color: #DC4434;
}
.AnyTagClassName
{
color: #DC4434;
}
</style>
background-color css
<style>
a { background-color: #DC4434; }
a { background-color: rgb(220,68,52); }
div.DivClassName
{
background-color: #DC4434;
}
.BgClassName
{
background-color: #DC4434;
}
</style>
border-color css
<style>
span { border-color: #DC4434; }
span { border-color: rgb(220,68,52); }
td.TdClassName
{
border-color: #DC4434;
}
.TagClassName
{
border-color: #DC4434;
}
</style>