Shades of Cinnabar #DC502E
Tints of Cinnabar #DC502E
RGB
CMYK
RGB Variations
Color information
#DC502E (or 0xDC502E) is known color: Cinnabar. HEX triplet: DC, 50 and 2E. RGB value is (220,80,46). Sum of RGB (Red+Green+Blue) = 220+80+46=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC502E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC502E is #23AFD1. Grayscale: #767676. Windows color (decimal): -2338770 or 3035356. OLE color: 3035356.
HSL color Cylindrical-coordinate representation of color #DC502E: hue angle of 11.72º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC502E is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 46 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.14 |
| HSL | 11.72º | 0.71% | 0.52% | - |
| HSV(B) | 11.72º | 0.79% | 0.86% | - |
| XYZ | 32.88 | 21.15 | 4.93 | - |
| YUV | 117.98 | 87.38 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 46 | 0 | 0.64 | 0.79 | 0.14 | 11.72 | 0.71 | 0.52 |
| Hex | DC | 50 | 2E | 0 | 40 | 4F | E | C | 47 | 34 |
| Octal | 334 | 120 | 56 | 0 | 100 | 117 | 16 | 14 | 107 | 64 |
| Binary | 11011100 | 1010000 | 101110 | 0 | 1000000 | 1001111 | 1110 | 1100 | 1000111 | 110100 |
Color Harmonies of #DC502E
Complementary color
Monochromatic Colors of #DC502E
Black with #DC502E
Text Example
Text Example
White with #DC502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC502E; }
p { color: rgb(220,80,46); }
H1.HeaderClassName
{
color: #DC502E;
}
.AnyTagClassName
{
color: #DC502E;
}
</style>
background-color css
<style>
a { background-color: #DC502E; }
a { background-color: rgb(220,80,46); }
div.DivClassName
{
background-color: #DC502E;
}
.BgClassName
{
background-color: #DC502E;
}
</style>
border-color css
<style>
span { border-color: #DC502E; }
span { border-color: rgb(220,80,46); }
td.TdClassName
{
border-color: #DC502E;
}
.TagClassName
{
border-color: #DC502E;
}
</style>