Shades of Cinnabar #DC4925
Tints of Cinnabar #DC4925
RGB
CMYK
RGB Variations
Color information
#DC4925 (or 0xDC4925) is known color: Cinnabar. HEX triplet: DC, 49 and 25. RGB value is (220,73,37). Sum of RGB (Red+Green+Blue) = 220+73+37=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4925 is #23B6DA. Grayscale: #717171. Windows color (decimal): -2340571 or 2443740. OLE color: 2443740.
HSL color Cylindrical-coordinate representation of color #DC4925: hue angle of 11.8º 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 #DC4925 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 37 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.14 |
| HSL | 11.8º | 0.72% | 0.5% | - |
| HSV(B) | 11.8º | 0.83% | 0.86% | - |
| XYZ | 32.23 | 20.11 | 3.93 | - |
| YUV | 112.85 | 85.2 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 37 | 0 | 0.67 | 0.83 | 0.14 | 11.8 | 0.72 | 0.5 |
| Hex | DC | 49 | 25 | 0 | 43 | 53 | E | C | 48 | 32 |
| Octal | 334 | 111 | 45 | 0 | 103 | 123 | 16 | 14 | 110 | 62 |
| Binary | 11011100 | 1001001 | 100101 | 0 | 1000011 | 1010011 | 1110 | 1100 | 1001000 | 110010 |
Color Harmonies of #DC4925
Complementary color
Monochromatic Colors of #DC4925
Black with #DC4925
Text Example
Text Example
White with #DC4925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4925; }
p { color: rgb(220,73,37); }
H1.HeaderClassName
{
color: #DC4925;
}
.AnyTagClassName
{
color: #DC4925;
}
</style>
background-color css
<style>
a { background-color: #DC4925; }
a { background-color: rgb(220,73,37); }
div.DivClassName
{
background-color: #DC4925;
}
.BgClassName
{
background-color: #DC4925;
}
</style>
border-color css
<style>
span { border-color: #DC4925; }
span { border-color: rgb(220,73,37); }
td.TdClassName
{
border-color: #DC4925;
}
.TagClassName
{
border-color: #DC4925;
}
</style>