Shades of Cinnabar #DC4C25
Tints of Cinnabar #DC4C25
RGB
CMYK
RGB Variations
Color information
#DC4C25 (or 0xDC4C25) is known color: Cinnabar. HEX triplet: DC, 4C and 25. RGB value is (220,76,37). Sum of RGB (Red+Green+Blue) = 220+76+37=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4C25 is #23B3DA. Grayscale: #727272. Windows color (decimal): -2339803 or 2444508. OLE color: 2444508.
HSL color Cylindrical-coordinate representation of color #DC4C25: hue angle of 12.79º 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 #DC4C25 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 76 | 37 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.14 |
| HSL | 12.79º | 0.72% | 0.5% | - |
| HSV(B) | 12.79º | 0.83% | 0.86% | - |
| XYZ | 32.43 | 20.52 | 4 | - |
| YUV | 114.61 | 84.21 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 76 | 37 | 0 | 0.65 | 0.83 | 0.14 | 12.79 | 0.72 | 0.5 |
| Hex | DC | 4C | 25 | 0 | 41 | 53 | E | D | 48 | 32 |
| Octal | 334 | 114 | 45 | 0 | 101 | 123 | 16 | 15 | 110 | 62 |
| Binary | 11011100 | 1001100 | 100101 | 0 | 1000001 | 1010011 | 1110 | 1101 | 1001000 | 110010 |
Color Harmonies of #DC4C25
Complementary color
Monochromatic Colors of #DC4C25
Black with #DC4C25
Text Example
Text Example
White with #DC4C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4C25; }
p { color: rgb(220,76,37); }
H1.HeaderClassName
{
color: #DC4C25;
}
.AnyTagClassName
{
color: #DC4C25;
}
</style>
background-color css
<style>
a { background-color: #DC4C25; }
a { background-color: rgb(220,76,37); }
div.DivClassName
{
background-color: #DC4C25;
}
.BgClassName
{
background-color: #DC4C25;
}
</style>
border-color css
<style>
span { border-color: #DC4C25; }
span { border-color: rgb(220,76,37); }
td.TdClassName
{
border-color: #DC4C25;
}
.TagClassName
{
border-color: #DC4C25;
}
</style>