Shades of Cinnabar #DC3529
Tints of Cinnabar #DC3529
RGB
CMYK
RGB Variations
Color information
#DC3529 (or 0xDC3529) is known color: Cinnabar. HEX triplet: DC, 35 and 29. RGB value is (220,53,41). Sum of RGB (Red+Green+Blue) = 220+53+41=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3529 is #23CAD6. Grayscale: #656565. Windows color (decimal): -2345687 or 2700764. OLE color: 2700764.
HSL color Cylindrical-coordinate representation of color #DC3529: hue angle of 4.02º 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 #DC3529 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 41 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.14 |
| HSL | 4.02º | 0.72% | 0.51% | - |
| HSV(B) | 4.02º | 0.81% | 0.86% | - |
| XYZ | 31.19 | 17.92 | 3.91 | - |
| YUV | 101.57 | 93.83 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 41 | 0 | 0.76 | 0.81 | 0.14 | 4.02 | 0.72 | 0.51 |
| Hex | DC | 35 | 29 | 0 | 4C | 51 | E | 4 | 48 | 33 |
| Octal | 334 | 65 | 51 | 0 | 114 | 121 | 16 | 4 | 110 | 63 |
| Binary | 11011100 | 110101 | 101001 | 0 | 1001100 | 1010001 | 1110 | 100 | 1001000 | 110011 |
Color Harmonies of #DC3529
Complementary color
Monochromatic Colors of #DC3529
Black with #DC3529
Text Example
Text Example
White with #DC3529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3529; }
p { color: rgb(220,53,41); }
H1.HeaderClassName
{
color: #DC3529;
}
.AnyTagClassName
{
color: #DC3529;
}
</style>
background-color css
<style>
a { background-color: #DC3529; }
a { background-color: rgb(220,53,41); }
div.DivClassName
{
background-color: #DC3529;
}
.BgClassName
{
background-color: #DC3529;
}
</style>
border-color css
<style>
span { border-color: #DC3529; }
span { border-color: rgb(220,53,41); }
td.TdClassName
{
border-color: #DC3529;
}
.TagClassName
{
border-color: #DC3529;
}
</style>