Shades of Cinnabar #DF4220
Tints of Cinnabar #DF4220
RGB
CMYK
RGB Variations
Color information
#DF4220 (or 0xDF4220) is known color: Cinnabar. HEX triplet: DF, 42 and 20. RGB value is (223,66,32). Sum of RGB (Red+Green+Blue) = 223+66+32=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4220 is #20BDDF. Grayscale: #6D6D6D. Windows color (decimal): -2145760 or 2114271. OLE color: 2114271.
HSL color Cylindrical-coordinate representation of color #DF4220: hue angle of 10.68º 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 #DF4220 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 32 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.13 |
| HSL | 10.68º | 0.75% | 0.5% | - |
| HSV(B) | 10.68º | 0.86% | 0.87% | - |
| XYZ | 32.64 | 19.69 | 3.45 | - |
| YUV | 109.07 | 84.51 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 32 | 0 | 0.70 | 0.86 | 0.13 | 10.68 | 0.75 | 0.5 |
| Hex | DF | 42 | 20 | 0 | 46 | 56 | D | B | 4B | 32 |
| Octal | 337 | 102 | 40 | 0 | 106 | 126 | 15 | 13 | 113 | 62 |
| Binary | 11011111 | 1000010 | 100000 | 0 | 1000110 | 1010110 | 1101 | 1011 | 1001011 | 110010 |
Color Harmonies of #DF4220
Complementary color
Monochromatic Colors of #DF4220
Black with #DF4220
Text Example
Text Example
White with #DF4220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4220; }
p { color: rgb(223,66,32); }
H1.HeaderClassName
{
color: #DF4220;
}
.AnyTagClassName
{
color: #DF4220;
}
</style>
background-color css
<style>
a { background-color: #DF4220; }
a { background-color: rgb(223,66,32); }
div.DivClassName
{
background-color: #DF4220;
}
.BgClassName
{
background-color: #DF4220;
}
</style>
border-color css
<style>
span { border-color: #DF4220; }
span { border-color: rgb(223,66,32); }
td.TdClassName
{
border-color: #DF4220;
}
.TagClassName
{
border-color: #DF4220;
}
</style>