Shades of Cinnabar #DF4424
Tints of Cinnabar #DF4424
RGB
CMYK
RGB Variations
Color information
#DF4424 (or 0xDF4424) is known color: Cinnabar. HEX triplet: DF, 44 and 24. RGB value is (223,68,36). Sum of RGB (Red+Green+Blue) = 223+68+36=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4424 is #20BBDB. Grayscale: #6E6E6E. Windows color (decimal): -2145244 or 2376927. OLE color: 2376927.
HSL color Cylindrical-coordinate representation of color #DF4424: hue angle of 10.27º 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 #DF4424 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 36 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.13 |
| HSL | 10.27º | 0.75% | 0.51% | - |
| HSV(B) | 10.27º | 0.84% | 0.87% | - |
| XYZ | 32.82 | 19.95 | 3.79 | - |
| YUV | 110.7 | 85.85 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 36 | 0 | 0.70 | 0.84 | 0.13 | 10.27 | 0.75 | 0.51 |
| Hex | DF | 44 | 24 | 0 | 46 | 54 | D | A | 4B | 33 |
| Octal | 337 | 104 | 44 | 0 | 106 | 124 | 15 | 12 | 113 | 63 |
| Binary | 11011111 | 1000100 | 100100 | 0 | 1000110 | 1010100 | 1101 | 1010 | 1001011 | 110011 |
Color Harmonies of #DF4424
Complementary color
Monochromatic Colors of #DF4424
Black with #DF4424
Text Example
Text Example
White with #DF4424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4424; }
p { color: rgb(223,68,36); }
H1.HeaderClassName
{
color: #DF4424;
}
.AnyTagClassName
{
color: #DF4424;
}
</style>
background-color css
<style>
a { background-color: #DF4424; }
a { background-color: rgb(223,68,36); }
div.DivClassName
{
background-color: #DF4424;
}
.BgClassName
{
background-color: #DF4424;
}
</style>
border-color css
<style>
span { border-color: #DF4424; }
span { border-color: rgb(223,68,36); }
td.TdClassName
{
border-color: #DF4424;
}
.TagClassName
{
border-color: #DF4424;
}
</style>