Shades of Cinnabar #DC5039
Tints of Cinnabar #DC5039
RGB
CMYK
RGB Variations
Color information
#DC5039 (or 0xDC5039) is known color: Cinnabar. HEX triplet: DC, 50 and 39. RGB value is (220,80,57). Sum of RGB (Red+Green+Blue) = 220+80+57=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 57 (22.66% from 255 or 15.97% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5039 is #23AFC6. Grayscale: #777777. Windows color (decimal): -2338759 or 3756252. OLE color: 3756252.
HSL color Cylindrical-coordinate representation of color #DC5039: hue angle of 8.47º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC5039 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 57 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.14 |
| HSL | 8.47º | 0.7% | 0.54% | - |
| HSV(B) | 8.47º | 0.74% | 0.86% | - |
| XYZ | 33.12 | 21.25 | 6.23 | - |
| YUV | 119.24 | 92.88 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 57 | 0 | 0.64 | 0.74 | 0.14 | 8.47 | 0.7 | 0.54 |
| Hex | DC | 50 | 39 | 0 | 40 | 4A | E | 8 | 46 | 36 |
| Octal | 334 | 120 | 71 | 0 | 100 | 112 | 16 | 10 | 106 | 66 |
| Binary | 11011100 | 1010000 | 111001 | 0 | 1000000 | 1001010 | 1110 | 1000 | 1000110 | 110110 |
Color Harmonies of #DC5039
Complementary color
Monochromatic Colors of #DC5039
Black with #DC5039
Text Example
Text Example
White with #DC5039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5039; }
p { color: rgb(220,80,57); }
H1.HeaderClassName
{
color: #DC5039;
}
.AnyTagClassName
{
color: #DC5039;
}
</style>
background-color css
<style>
a { background-color: #DC5039; }
a { background-color: rgb(220,80,57); }
div.DivClassName
{
background-color: #DC5039;
}
.BgClassName
{
background-color: #DC5039;
}
</style>
border-color css
<style>
span { border-color: #DC5039; }
span { border-color: rgb(220,80,57); }
td.TdClassName
{
border-color: #DC5039;
}
.TagClassName
{
border-color: #DC5039;
}
</style>