Shades of Cinnabar #DF5036
Tints of Cinnabar #DF5036
RGB
CMYK
RGB Variations
Color information
#DF5036 (or 0xDF5036) is known color: Cinnabar. HEX triplet: DF, 50 and 36. RGB value is (223,80,54). Sum of RGB (Red+Green+Blue) = 223+80+54=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5036 is #20AFC9. Grayscale: #787878. Windows color (decimal): -2142154 or 3559647. OLE color: 3559647.
HSL color Cylindrical-coordinate representation of color #DF5036: hue angle of 9.23º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF5036 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 54 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.13 |
| HSL | 9.23º | 0.73% | 0.54% | - |
| HSV(B) | 9.23º | 0.76% | 0.87% | - |
| XYZ | 33.97 | 21.69 | 5.89 | - |
| YUV | 119.79 | 90.88 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 54 | 0 | 0.64 | 0.76 | 0.13 | 9.23 | 0.73 | 0.54 |
| Hex | DF | 50 | 36 | 0 | 40 | 4C | D | 9 | 49 | 36 |
| Octal | 337 | 120 | 66 | 0 | 100 | 114 | 15 | 11 | 111 | 66 |
| Binary | 11011111 | 1010000 | 110110 | 0 | 1000000 | 1001100 | 1101 | 1001 | 1001001 | 110110 |
Color Harmonies of #DF5036
Complementary color
Monochromatic Colors of #DF5036
Black with #DF5036
Text Example
Text Example
White with #DF5036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5036; }
p { color: rgb(223,80,54); }
H1.HeaderClassName
{
color: #DF5036;
}
.AnyTagClassName
{
color: #DF5036;
}
</style>
background-color css
<style>
a { background-color: #DF5036; }
a { background-color: rgb(223,80,54); }
div.DivClassName
{
background-color: #DF5036;
}
.BgClassName
{
background-color: #DF5036;
}
</style>
border-color css
<style>
span { border-color: #DF5036; }
span { border-color: rgb(223,80,54); }
td.TdClassName
{
border-color: #DF5036;
}
.TagClassName
{
border-color: #DF5036;
}
</style>