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