Shades of Cinnabar #DC4935
Tints of Cinnabar #DC4935
RGB
CMYK
RGB Variations
Color information
#DC4935 (or 0xDC4935) is known color: Cinnabar. HEX triplet: DC, 49 and 35. RGB value is (220,73,53). Sum of RGB (Red+Green+Blue) = 220+73+53=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4935 is #23B6CA. Grayscale: #727272. Windows color (decimal): -2340555 or 3492316. OLE color: 3492316.
HSL color Cylindrical-coordinate representation of color #DC4935: hue angle of 7.19º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC4935 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 53 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.14 |
| HSL | 7.19º | 0.7% | 0.54% | - |
| HSV(B) | 7.19º | 0.76% | 0.86% | - |
| XYZ | 32.54 | 20.24 | 5.56 | - |
| YUV | 114.67 | 93.2 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 53 | 0 | 0.67 | 0.76 | 0.14 | 7.19 | 0.7 | 0.54 |
| Hex | DC | 49 | 35 | 0 | 43 | 4C | E | 7 | 46 | 36 |
| Octal | 334 | 111 | 65 | 0 | 103 | 114 | 16 | 7 | 106 | 66 |
| Binary | 11011100 | 1001001 | 110101 | 0 | 1000011 | 1001100 | 1110 | 111 | 1000110 | 110110 |
Color Harmonies of #DC4935
Complementary color
Monochromatic Colors of #DC4935
Black with #DC4935
Text Example
Text Example
White with #DC4935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4935; }
p { color: rgb(220,73,53); }
H1.HeaderClassName
{
color: #DC4935;
}
.AnyTagClassName
{
color: #DC4935;
}
</style>
background-color css
<style>
a { background-color: #DC4935; }
a { background-color: rgb(220,73,53); }
div.DivClassName
{
background-color: #DC4935;
}
.BgClassName
{
background-color: #DC4935;
}
</style>
border-color css
<style>
span { border-color: #DC4935; }
span { border-color: rgb(220,73,53); }
td.TdClassName
{
border-color: #DC4935;
}
.TagClassName
{
border-color: #DC4935;
}
</style>