Shades of Cinnabar #DC502F
Tints of Cinnabar #DC502F
RGB
CMYK
RGB Variations
Color information
#DC502F (or 0xDC502F) is known color: Cinnabar. HEX triplet: DC, 50 and 2F. RGB value is (220,80,47). Sum of RGB (Red+Green+Blue) = 220+80+47=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC502F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC502F is #23AFD0. Grayscale: #767676. Windows color (decimal): -2338769 or 3100892. OLE color: 3100892.
HSL color Cylindrical-coordinate representation of color #DC502F: hue angle of 11.45º 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 #DC502F is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 47 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.14 |
| HSL | 11.45º | 0.71% | 0.52% | - |
| HSV(B) | 11.45º | 0.79% | 0.86% | - |
| XYZ | 32.9 | 21.16 | 5.04 | - |
| YUV | 118.1 | 87.88 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 47 | 0 | 0.64 | 0.79 | 0.14 | 11.45 | 0.71 | 0.52 |
| Hex | DC | 50 | 2F | 0 | 40 | 4F | E | B | 47 | 34 |
| Octal | 334 | 120 | 57 | 0 | 100 | 117 | 16 | 13 | 107 | 64 |
| Binary | 11011100 | 1010000 | 101111 | 0 | 1000000 | 1001111 | 1110 | 1011 | 1000111 | 110100 |
Color Harmonies of #DC502F
Complementary color
Monochromatic Colors of #DC502F
Black with #DC502F
Text Example
Text Example
White with #DC502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC502F; }
p { color: rgb(220,80,47); }
H1.HeaderClassName
{
color: #DC502F;
}
.AnyTagClassName
{
color: #DC502F;
}
</style>
background-color css
<style>
a { background-color: #DC502F; }
a { background-color: rgb(220,80,47); }
div.DivClassName
{
background-color: #DC502F;
}
.BgClassName
{
background-color: #DC502F;
}
</style>
border-color css
<style>
span { border-color: #DC502F; }
span { border-color: rgb(220,80,47); }
td.TdClassName
{
border-color: #DC502F;
}
.TagClassName
{
border-color: #DC502F;
}
</style>