Shades of Cinnabar #DC4135
Tints of Cinnabar #DC4135
RGB
CMYK
RGB Variations
Color information
#DC4135 (or 0xDC4135) is known color: Cinnabar. HEX triplet: DC, 41 and 35. RGB value is (220,65,53). Sum of RGB (Red+Green+Blue) = 220+65+53=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4135 is #23BECA. Grayscale: #6E6E6E. Windows color (decimal): -2342603 or 3490268. OLE color: 3490268.
HSL color Cylindrical-coordinate representation of color #DC4135: hue angle of 4.31º 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 #DC4135 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 53 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.14 |
| HSL | 4.31º | 0.7% | 0.54% | - |
| HSV(B) | 4.31º | 0.76% | 0.86% | - |
| XYZ | 32.05 | 19.25 | 5.4 | - |
| YUV | 109.98 | 95.85 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 53 | 0 | 0.70 | 0.76 | 0.14 | 4.31 | 0.7 | 0.54 |
| Hex | DC | 41 | 35 | 0 | 46 | 4C | E | 4 | 46 | 36 |
| Octal | 334 | 101 | 65 | 0 | 106 | 114 | 16 | 4 | 106 | 66 |
| Binary | 11011100 | 1000001 | 110101 | 0 | 1000110 | 1001100 | 1110 | 100 | 1000110 | 110110 |
Color Harmonies of #DC4135
Complementary color
Monochromatic Colors of #DC4135
Black with #DC4135
Text Example
Text Example
White with #DC4135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4135; }
p { color: rgb(220,65,53); }
H1.HeaderClassName
{
color: #DC4135;
}
.AnyTagClassName
{
color: #DC4135;
}
</style>
background-color css
<style>
a { background-color: #DC4135; }
a { background-color: rgb(220,65,53); }
div.DivClassName
{
background-color: #DC4135;
}
.BgClassName
{
background-color: #DC4135;
}
</style>
border-color css
<style>
span { border-color: #DC4135; }
span { border-color: rgb(220,65,53); }
td.TdClassName
{
border-color: #DC4135;
}
.TagClassName
{
border-color: #DC4135;
}
</style>