Shades of Cinnabar #DC3429
Tints of Cinnabar #DC3429
RGB
CMYK
RGB Variations
Color information
#DC3429 (or 0xDC3429) is known color: Cinnabar. HEX triplet: DC, 34 and 29. RGB value is (220,52,41). Sum of RGB (Red+Green+Blue) = 220+52+41=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3429 is #23CBD6. Grayscale: #656565. Windows color (decimal): -2345943 or 2700508. OLE color: 2700508.
HSL color Cylindrical-coordinate representation of color #DC3429: hue angle of 3.69º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC3429 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 41 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.14 |
| HSL | 3.69º | 0.72% | 0.51% | - |
| HSV(B) | 3.69º | 0.81% | 0.86% | - |
| XYZ | 31.14 | 17.83 | 3.9 | - |
| YUV | 100.98 | 94.16 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 41 | 0 | 0.76 | 0.81 | 0.14 | 3.69 | 0.72 | 0.51 |
| Hex | DC | 34 | 29 | 0 | 4C | 51 | E | 4 | 48 | 33 |
| Octal | 334 | 64 | 51 | 0 | 114 | 121 | 16 | 4 | 110 | 63 |
| Binary | 11011100 | 110100 | 101001 | 0 | 1001100 | 1010001 | 1110 | 100 | 1001000 | 110011 |
Color Harmonies of #DC3429
Complementary color
Monochromatic Colors of #DC3429
Black with #DC3429
Text Example
Text Example
White with #DC3429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3429; }
p { color: rgb(220,52,41); }
H1.HeaderClassName
{
color: #DC3429;
}
.AnyTagClassName
{
color: #DC3429;
}
</style>
background-color css
<style>
a { background-color: #DC3429; }
a { background-color: rgb(220,52,41); }
div.DivClassName
{
background-color: #DC3429;
}
.BgClassName
{
background-color: #DC3429;
}
</style>
border-color css
<style>
span { border-color: #DC3429; }
span { border-color: rgb(220,52,41); }
td.TdClassName
{
border-color: #DC3429;
}
.TagClassName
{
border-color: #DC3429;
}
</style>