Shades of Cinnabar #DF4023
Tints of Cinnabar #DF4023
RGB
CMYK
RGB Variations
Color information
#DF4023 (or 0xDF4023) is known color: Cinnabar. HEX triplet: DF, 40 and 23. RGB value is (223,64,35). Sum of RGB (Red+Green+Blue) = 223+64+35=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4023 is #20BFDC. Grayscale: #6C6C6C. Windows color (decimal): -2146269 or 2310367. OLE color: 2310367.
HSL color Cylindrical-coordinate representation of color #DF4023: hue angle of 9.26º 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 #DF4023 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 35 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.13 |
| HSL | 9.26º | 0.75% | 0.51% | - |
| HSV(B) | 9.26º | 0.84% | 0.87% | - |
| XYZ | 32.57 | 19.48 | 3.63 | - |
| YUV | 108.24 | 86.68 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 35 | 0 | 0.71 | 0.84 | 0.13 | 9.26 | 0.75 | 0.51 |
| Hex | DF | 40 | 23 | 0 | 47 | 54 | D | 9 | 4B | 33 |
| Octal | 337 | 100 | 43 | 0 | 107 | 124 | 15 | 11 | 113 | 63 |
| Binary | 11011111 | 1000000 | 100011 | 0 | 1000111 | 1010100 | 1101 | 1001 | 1001011 | 110011 |
Color Harmonies of #DF4023
Complementary color
Monochromatic Colors of #DF4023
Black with #DF4023
Text Example
Text Example
White with #DF4023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4023; }
p { color: rgb(223,64,35); }
H1.HeaderClassName
{
color: #DF4023;
}
.AnyTagClassName
{
color: #DF4023;
}
</style>
background-color css
<style>
a { background-color: #DF4023; }
a { background-color: rgb(223,64,35); }
div.DivClassName
{
background-color: #DF4023;
}
.BgClassName
{
background-color: #DF4023;
}
</style>
border-color css
<style>
span { border-color: #DF4023; }
span { border-color: rgb(223,64,35); }
td.TdClassName
{
border-color: #DF4023;
}
.TagClassName
{
border-color: #DF4023;
}
</style>