Shades of Cinnabar #DF5023
Tints of Cinnabar #DF5023
RGB
CMYK
RGB Variations
Color information
#DF5023 (or 0xDF5023) is known color: Cinnabar. HEX triplet: DF, 50 and 23. RGB value is (223,80,35). Sum of RGB (Red+Green+Blue) = 223+80+35=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 35 (14.06% from 255 or 10.36% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5023 is #20AFDC. Grayscale: #757575. Windows color (decimal): -2142173 or 2314463. OLE color: 2314463.
HSL color Cylindrical-coordinate representation of color #DF5023: hue angle of 14.36º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF5023 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 35 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.13 |
| HSL | 14.36º | 0.75% | 0.51% | - |
| HSV(B) | 14.36º | 0.84% | 0.87% | - |
| XYZ | 33.6 | 21.55 | 3.98 | - |
| YUV | 117.63 | 81.38 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 35 | 0 | 0.64 | 0.84 | 0.13 | 14.36 | 0.75 | 0.51 |
| Hex | DF | 50 | 23 | 0 | 40 | 54 | D | E | 4B | 33 |
| Octal | 337 | 120 | 43 | 0 | 100 | 124 | 15 | 16 | 113 | 63 |
| Binary | 11011111 | 1010000 | 100011 | 0 | 1000000 | 1010100 | 1101 | 1110 | 1001011 | 110011 |
Color Harmonies of #DF5023
Complementary color
Monochromatic Colors of #DF5023
Black with #DF5023
Text Example
Text Example
White with #DF5023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5023; }
p { color: rgb(223,80,35); }
H1.HeaderClassName
{
color: #DF5023;
}
.AnyTagClassName
{
color: #DF5023;
}
</style>
background-color css
<style>
a { background-color: #DF5023; }
a { background-color: rgb(223,80,35); }
div.DivClassName
{
background-color: #DF5023;
}
.BgClassName
{
background-color: #DF5023;
}
</style>
border-color css
<style>
span { border-color: #DF5023; }
span { border-color: rgb(223,80,35); }
td.TdClassName
{
border-color: #DF5023;
}
.TagClassName
{
border-color: #DF5023;
}
</style>