Shades of Cinnabar #DF4620
Tints of Cinnabar #DF4620
RGB
CMYK
RGB Variations
Color information
#DF4620 (or 0xDF4620) is known color: Cinnabar. HEX triplet: DF, 46 and 20. RGB value is (223,70,32). Sum of RGB (Red+Green+Blue) = 223+70+32=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4620 is #20B9DF. Grayscale: #6F6F6F. Windows color (decimal): -2144736 or 2115295. OLE color: 2115295.
HSL color Cylindrical-coordinate representation of color #DF4620: hue angle of 11.94º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF4620 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 32 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.13 |
| HSL | 11.94º | 0.75% | 0.5% | - |
| HSV(B) | 11.94º | 0.86% | 0.87% | - |
| XYZ | 32.88 | 20.17 | 3.53 | - |
| YUV | 111.42 | 83.19 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 32 | 0 | 0.69 | 0.86 | 0.13 | 11.94 | 0.75 | 0.5 |
| Hex | DF | 46 | 20 | 0 | 45 | 56 | D | C | 4B | 32 |
| Octal | 337 | 106 | 40 | 0 | 105 | 126 | 15 | 14 | 113 | 62 |
| Binary | 11011111 | 1000110 | 100000 | 0 | 1000101 | 1010110 | 1101 | 1100 | 1001011 | 110010 |
Color Harmonies of #DF4620
Complementary color
Monochromatic Colors of #DF4620
Black with #DF4620
Text Example
Text Example
White with #DF4620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4620; }
p { color: rgb(223,70,32); }
H1.HeaderClassName
{
color: #DF4620;
}
.AnyTagClassName
{
color: #DF4620;
}
</style>
background-color css
<style>
a { background-color: #DF4620; }
a { background-color: rgb(223,70,32); }
div.DivClassName
{
background-color: #DF4620;
}
.BgClassName
{
background-color: #DF4620;
}
</style>
border-color css
<style>
span { border-color: #DF4620; }
span { border-color: rgb(223,70,32); }
td.TdClassName
{
border-color: #DF4620;
}
.TagClassName
{
border-color: #DF4620;
}
</style>