Shades of Cinnabar #DF5022
Tints of Cinnabar #DF5022
RGB
CMYK
RGB Variations
Color information
#DF5022 (or 0xDF5022) is known color: Cinnabar. HEX triplet: DF, 50 and 22. RGB value is (223,80,34). Sum of RGB (Red+Green+Blue) = 223+80+34=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 34 (13.67% from 255 or 10.09% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5022 is #20AFDD. Grayscale: #757575. Windows color (decimal): -2142174 or 2248927. OLE color: 2248927.
HSL color Cylindrical-coordinate representation of color #DF5022: hue angle of 14.6º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF5022 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 34 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.13 |
| HSL | 14.6º | 0.75% | 0.5% | - |
| HSV(B) | 14.6º | 0.85% | 0.87% | - |
| XYZ | 33.59 | 21.54 | 3.9 | - |
| YUV | 117.51 | 80.88 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 34 | 0 | 0.64 | 0.85 | 0.13 | 14.6 | 0.75 | 0.5 |
| Hex | DF | 50 | 22 | 0 | 40 | 55 | D | F | 4B | 32 |
| Octal | 337 | 120 | 42 | 0 | 100 | 125 | 15 | 17 | 113 | 62 |
| Binary | 11011111 | 1010000 | 100010 | 0 | 1000000 | 1010101 | 1101 | 1111 | 1001011 | 110010 |
Color Harmonies of #DF5022
Complementary color
Monochromatic Colors of #DF5022
Black with #DF5022
Text Example
Text Example
White with #DF5022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5022; }
p { color: rgb(223,80,34); }
H1.HeaderClassName
{
color: #DF5022;
}
.AnyTagClassName
{
color: #DF5022;
}
</style>
background-color css
<style>
a { background-color: #DF5022; }
a { background-color: rgb(223,80,34); }
div.DivClassName
{
background-color: #DF5022;
}
.BgClassName
{
background-color: #DF5022;
}
</style>
border-color css
<style>
span { border-color: #DF5022; }
span { border-color: rgb(223,80,34); }
td.TdClassName
{
border-color: #DF5022;
}
.TagClassName
{
border-color: #DF5022;
}
</style>