Shades of Cinnabar #DC3525
Tints of Cinnabar #DC3525
RGB
CMYK
RGB Variations
Color information
#DC3525 (or 0xDC3525) is known color: Cinnabar. HEX triplet: DC, 35 and 25. RGB value is (220,53,37). Sum of RGB (Red+Green+Blue) = 220+53+37=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3525 is #23CADA. Grayscale: #656565. Windows color (decimal): -2345691 or 2438620. OLE color: 2438620.
HSL color Cylindrical-coordinate representation of color #DC3525: hue angle of 5.25º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC3525 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 37 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.14 |
| HSL | 5.25º | 0.72% | 0.5% | - |
| HSV(B) | 5.25º | 0.83% | 0.86% | - |
| XYZ | 31.12 | 17.9 | 3.56 | - |
| YUV | 101.11 | 91.83 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 37 | 0 | 0.76 | 0.83 | 0.14 | 5.25 | 0.72 | 0.5 |
| Hex | DC | 35 | 25 | 0 | 4C | 53 | E | 5 | 48 | 32 |
| Octal | 334 | 65 | 45 | 0 | 114 | 123 | 16 | 5 | 110 | 62 |
| Binary | 11011100 | 110101 | 100101 | 0 | 1001100 | 1010011 | 1110 | 101 | 1001000 | 110010 |
Color Harmonies of #DC3525
Complementary color
Monochromatic Colors of #DC3525
Black with #DC3525
Text Example
Text Example
White with #DC3525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3525; }
p { color: rgb(220,53,37); }
H1.HeaderClassName
{
color: #DC3525;
}
.AnyTagClassName
{
color: #DC3525;
}
</style>
background-color css
<style>
a { background-color: #DC3525; }
a { background-color: rgb(220,53,37); }
div.DivClassName
{
background-color: #DC3525;
}
.BgClassName
{
background-color: #DC3525;
}
</style>
border-color css
<style>
span { border-color: #DC3525; }
span { border-color: rgb(220,53,37); }
td.TdClassName
{
border-color: #DC3525;
}
.TagClassName
{
border-color: #DC3525;
}
</style>