Shades of Cinnabar #DF4721
Tints of Cinnabar #DF4721
RGB
CMYK
RGB Variations
Color information
#DF4721 (or 0xDF4721) is known color: Cinnabar. HEX triplet: DF, 47 and 21. RGB value is (223,71,33). Sum of RGB (Red+Green+Blue) = 223+71+33=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4721 is #20B8DE. Grayscale: #707070. Windows color (decimal): -2144479 or 2181087. OLE color: 2181087.
HSL color Cylindrical-coordinate representation of color #DF4721: hue angle of 12º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF4721 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 33 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.13 |
| HSL | 12º | 0.75% | 0.5% | - |
| HSV(B) | 12º | 0.85% | 0.87% | - |
| XYZ | 32.96 | 20.3 | 3.62 | - |
| YUV | 112.12 | 83.36 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 33 | 0 | 0.68 | 0.85 | 0.13 | 12 | 0.75 | 0.5 |
| Hex | DF | 47 | 21 | 0 | 44 | 55 | D | C | 4B | 32 |
| Octal | 337 | 107 | 41 | 0 | 104 | 125 | 15 | 14 | 113 | 62 |
| Binary | 11011111 | 1000111 | 100001 | 0 | 1000100 | 1010101 | 1101 | 1100 | 1001011 | 110010 |
Color Harmonies of #DF4721
Complementary color
Monochromatic Colors of #DF4721
Black with #DF4721
Text Example
Text Example
White with #DF4721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4721; }
p { color: rgb(223,71,33); }
H1.HeaderClassName
{
color: #DF4721;
}
.AnyTagClassName
{
color: #DF4721;
}
</style>
background-color css
<style>
a { background-color: #DF4721; }
a { background-color: rgb(223,71,33); }
div.DivClassName
{
background-color: #DF4721;
}
.BgClassName
{
background-color: #DF4721;
}
</style>
border-color css
<style>
span { border-color: #DF4721; }
span { border-color: rgb(223,71,33); }
td.TdClassName
{
border-color: #DF4721;
}
.TagClassName
{
border-color: #DF4721;
}
</style>