Shades of Cinnabar #DC4835
Tints of Cinnabar #DC4835
RGB
CMYK
RGB Variations
Color information
#DC4835 (or 0xDC4835) is known color: Cinnabar. HEX triplet: DC, 48 and 35. RGB value is (220,72,53). Sum of RGB (Red+Green+Blue) = 220+72+53=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4835 is #23B7CA. Grayscale: #727272. Windows color (decimal): -2340811 or 3492060. OLE color: 3492060.
HSL color Cylindrical-coordinate representation of color #DC4835: hue angle of 6.83º 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 #DC4835 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 53 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.14 |
| HSL | 6.83º | 0.7% | 0.54% | - |
| HSV(B) | 6.83º | 0.76% | 0.86% | - |
| XYZ | 32.48 | 20.11 | 5.54 | - |
| YUV | 114.09 | 93.53 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 53 | 0 | 0.67 | 0.76 | 0.14 | 6.83 | 0.7 | 0.54 |
| Hex | DC | 48 | 35 | 0 | 43 | 4C | E | 7 | 46 | 36 |
| Octal | 334 | 110 | 65 | 0 | 103 | 114 | 16 | 7 | 106 | 66 |
| Binary | 11011100 | 1001000 | 110101 | 0 | 1000011 | 1001100 | 1110 | 111 | 1000110 | 110110 |
Color Harmonies of #DC4835
Complementary color
Monochromatic Colors of #DC4835
Black with #DC4835
Text Example
Text Example
White with #DC4835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4835; }
p { color: rgb(220,72,53); }
H1.HeaderClassName
{
color: #DC4835;
}
.AnyTagClassName
{
color: #DC4835;
}
</style>
background-color css
<style>
a { background-color: #DC4835; }
a { background-color: rgb(220,72,53); }
div.DivClassName
{
background-color: #DC4835;
}
.BgClassName
{
background-color: #DC4835;
}
</style>
border-color css
<style>
span { border-color: #DC4835; }
span { border-color: rgb(220,72,53); }
td.TdClassName
{
border-color: #DC4835;
}
.TagClassName
{
border-color: #DC4835;
}
</style>