Shades of Cinnabar #DC502D
Tints of Cinnabar #DC502D
RGB
CMYK
RGB Variations
Color information
#DC502D (or 0xDC502D) is known color: Cinnabar. HEX triplet: DC, 50 and 2D. RGB value is (220,80,45). Sum of RGB (Red+Green+Blue) = 220+80+45=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC502D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC502D is #23AFD2. Grayscale: #767676. Windows color (decimal): -2338771 or 2969820. OLE color: 2969820.
HSL color Cylindrical-coordinate representation of color #DC502D: hue angle of 12º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC502D is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 45 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.14 |
| HSL | 12º | 0.71% | 0.52% | - |
| HSV(B) | 12º | 0.8% | 0.86% | - |
| XYZ | 32.86 | 21.14 | 4.83 | - |
| YUV | 117.87 | 86.88 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 45 | 0 | 0.64 | 0.80 | 0.14 | 12 | 0.71 | 0.52 |
| Hex | DC | 50 | 2D | 0 | 40 | 50 | E | C | 47 | 34 |
| Octal | 334 | 120 | 55 | 0 | 100 | 120 | 16 | 14 | 107 | 64 |
| Binary | 11011100 | 1010000 | 101101 | 0 | 1000000 | 1010000 | 1110 | 1100 | 1000111 | 110100 |
Color Harmonies of #DC502D
Complementary color
Monochromatic Colors of #DC502D
Black with #DC502D
Text Example
Text Example
White with #DC502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC502D; }
p { color: rgb(220,80,45); }
H1.HeaderClassName
{
color: #DC502D;
}
.AnyTagClassName
{
color: #DC502D;
}
</style>
background-color css
<style>
a { background-color: #DC502D; }
a { background-color: rgb(220,80,45); }
div.DivClassName
{
background-color: #DC502D;
}
.BgClassName
{
background-color: #DC502D;
}
</style>
border-color css
<style>
span { border-color: #DC502D; }
span { border-color: rgb(220,80,45); }
td.TdClassName
{
border-color: #DC502D;
}
.TagClassName
{
border-color: #DC502D;
}
</style>