Shades of Cinnabar #DC4334
Tints of Cinnabar #DC4334
RGB
CMYK
RGB Variations
Color information
#DC4334 (or 0xDC4334) is known color: Cinnabar. HEX triplet: DC, 43 and 34. RGB value is (220,67,52). Sum of RGB (Red+Green+Blue) = 220+67+52=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4334 is #23BCCB. Grayscale: #6F6F6F. Windows color (decimal): -2342092 or 3425244. OLE color: 3425244.
HSL color Cylindrical-coordinate representation of color #DC4334: hue angle of 5.36º 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 #DC4334 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 52 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.14 |
| HSL | 5.36º | 0.71% | 0.53% | - |
| HSV(B) | 5.36º | 0.76% | 0.86% | - |
| XYZ | 32.14 | 19.48 | 5.31 | - |
| YUV | 111.04 | 94.69 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 52 | 0 | 0.70 | 0.76 | 0.14 | 5.36 | 0.71 | 0.53 |
| Hex | DC | 43 | 34 | 0 | 46 | 4C | E | 5 | 47 | 35 |
| Octal | 334 | 103 | 64 | 0 | 106 | 114 | 16 | 5 | 107 | 65 |
| Binary | 11011100 | 1000011 | 110100 | 0 | 1000110 | 1001100 | 1110 | 101 | 1000111 | 110101 |
Color Harmonies of #DC4334
Complementary color
Monochromatic Colors of #DC4334
Black with #DC4334
Text Example
Text Example
White with #DC4334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4334; }
p { color: rgb(220,67,52); }
H1.HeaderClassName
{
color: #DC4334;
}
.AnyTagClassName
{
color: #DC4334;
}
</style>
background-color css
<style>
a { background-color: #DC4334; }
a { background-color: rgb(220,67,52); }
div.DivClassName
{
background-color: #DC4334;
}
.BgClassName
{
background-color: #DC4334;
}
</style>
border-color css
<style>
span { border-color: #DC4334; }
span { border-color: rgb(220,67,52); }
td.TdClassName
{
border-color: #DC4334;
}
.TagClassName
{
border-color: #DC4334;
}
</style>