Shades of Cinnabar #DC4525
Tints of Cinnabar #DC4525
RGB
CMYK
RGB Variations
Color information
#DC4525 (or 0xDC4525) is known color: Cinnabar. HEX triplet: DC, 45 and 25. RGB value is (220,69,37). Sum of RGB (Red+Green+Blue) = 220+69+37=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4525 is #23BADA. Grayscale: #6E6E6E. Windows color (decimal): -2341595 or 2442716. OLE color: 2442716.
HSL color Cylindrical-coordinate representation of color #DC4525: hue angle of 10.49º 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 #DC4525 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 37 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.14 |
| HSL | 10.49º | 0.72% | 0.5% | - |
| HSV(B) | 10.49º | 0.83% | 0.86% | - |
| XYZ | 31.98 | 19.61 | 3.85 | - |
| YUV | 110.5 | 86.53 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 37 | 0 | 0.69 | 0.83 | 0.14 | 10.49 | 0.72 | 0.5 |
| Hex | DC | 45 | 25 | 0 | 45 | 53 | E | A | 48 | 32 |
| Octal | 334 | 105 | 45 | 0 | 105 | 123 | 16 | 12 | 110 | 62 |
| Binary | 11011100 | 1000101 | 100101 | 0 | 1000101 | 1010011 | 1110 | 1010 | 1001000 | 110010 |
Color Harmonies of #DC4525
Complementary color
Monochromatic Colors of #DC4525
Black with #DC4525
Text Example
Text Example
White with #DC4525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4525; }
p { color: rgb(220,69,37); }
H1.HeaderClassName
{
color: #DC4525;
}
.AnyTagClassName
{
color: #DC4525;
}
</style>
background-color css
<style>
a { background-color: #DC4525; }
a { background-color: rgb(220,69,37); }
div.DivClassName
{
background-color: #DC4525;
}
.BgClassName
{
background-color: #DC4525;
}
</style>
border-color css
<style>
span { border-color: #DC4525; }
span { border-color: rgb(220,69,37); }
td.TdClassName
{
border-color: #DC4525;
}
.TagClassName
{
border-color: #DC4525;
}
</style>