Shades of Cinnabar #DF5039
Tints of Cinnabar #DF5039
RGB
CMYK
RGB Variations
Color information
#DF5039 (or 0xDF5039) is known color: Cinnabar. HEX triplet: DF, 50 and 39. RGB value is (223,80,57). Sum of RGB (Red+Green+Blue) = 223+80+57=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5039 is #20AFC6. Grayscale: #787878. Windows color (decimal): -2142151 or 3756255. OLE color: 3756255.
HSL color Cylindrical-coordinate representation of color #DF5039: hue angle of 8.31º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF5039 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 57 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.13 |
| HSL | 8.31º | 0.72% | 0.55% | - |
| HSV(B) | 8.31º | 0.74% | 0.87% | - |
| XYZ | 34.04 | 21.72 | 6.27 | - |
| YUV | 120.14 | 92.38 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 57 | 0 | 0.64 | 0.74 | 0.13 | 8.31 | 0.72 | 0.55 |
| Hex | DF | 50 | 39 | 0 | 40 | 4A | D | 8 | 48 | 37 |
| Octal | 337 | 120 | 71 | 0 | 100 | 112 | 15 | 10 | 110 | 67 |
| Binary | 11011111 | 1010000 | 111001 | 0 | 1000000 | 1001010 | 1101 | 1000 | 1001000 | 110111 |
Color Harmonies of #DF5039
Complementary color
Monochromatic Colors of #DF5039
Black with #DF5039
Text Example
Text Example
White with #DF5039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5039; }
p { color: rgb(223,80,57); }
H1.HeaderClassName
{
color: #DF5039;
}
.AnyTagClassName
{
color: #DF5039;
}
</style>
background-color css
<style>
a { background-color: #DF5039; }
a { background-color: rgb(223,80,57); }
div.DivClassName
{
background-color: #DF5039;
}
.BgClassName
{
background-color: #DF5039;
}
</style>
border-color css
<style>
span { border-color: #DF5039; }
span { border-color: rgb(223,80,57); }
td.TdClassName
{
border-color: #DF5039;
}
.TagClassName
{
border-color: #DF5039;
}
</style>