Shades of Cinnabar #DF4224
Tints of Cinnabar #DF4224
RGB
CMYK
RGB Variations
Color information
#DF4224 (or 0xDF4224) is known color: Cinnabar. HEX triplet: DF, 42 and 24. RGB value is (223,66,36). Sum of RGB (Red+Green+Blue) = 223+66+36=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4224 is #20BDDB. Grayscale: #6D6D6D. Windows color (decimal): -2145756 or 2376415. OLE color: 2376415.
HSL color Cylindrical-coordinate representation of color #DF4224: hue angle of 9.63º 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 #DF4224 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 36 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.13 |
| HSL | 9.63º | 0.75% | 0.51% | - |
| HSV(B) | 9.63º | 0.84% | 0.87% | - |
| XYZ | 32.7 | 19.71 | 3.75 | - |
| YUV | 109.52 | 86.51 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 36 | 0 | 0.70 | 0.84 | 0.13 | 9.63 | 0.75 | 0.51 |
| Hex | DF | 42 | 24 | 0 | 46 | 54 | D | A | 4B | 33 |
| Octal | 337 | 102 | 44 | 0 | 106 | 124 | 15 | 12 | 113 | 63 |
| Binary | 11011111 | 1000010 | 100100 | 0 | 1000110 | 1010100 | 1101 | 1010 | 1001011 | 110011 |
Color Harmonies of #DF4224
Complementary color
Monochromatic Colors of #DF4224
Black with #DF4224
Text Example
Text Example
White with #DF4224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4224; }
p { color: rgb(223,66,36); }
H1.HeaderClassName
{
color: #DF4224;
}
.AnyTagClassName
{
color: #DF4224;
}
</style>
background-color css
<style>
a { background-color: #DF4224; }
a { background-color: rgb(223,66,36); }
div.DivClassName
{
background-color: #DF4224;
}
.BgClassName
{
background-color: #DF4224;
}
</style>
border-color css
<style>
span { border-color: #DF4224; }
span { border-color: rgb(223,66,36); }
td.TdClassName
{
border-color: #DF4224;
}
.TagClassName
{
border-color: #DF4224;
}
</style>