Shades of Cinnabar #DF4921
Tints of Cinnabar #DF4921
RGB
CMYK
RGB Variations
Color information
#DF4921 (or 0xDF4921) is known color: Cinnabar. HEX triplet: DF, 49 and 21. RGB value is (223,73,33). Sum of RGB (Red+Green+Blue) = 223+73+33=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4921 is #20B6DE. Grayscale: #717171. Windows color (decimal): -2143967 or 2181599. OLE color: 2181599.
HSL color Cylindrical-coordinate representation of color #DF4921: hue angle of 12.63º 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 #DF4921 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 33 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.13 |
| HSL | 12.63º | 0.75% | 0.5% | - |
| HSV(B) | 12.63º | 0.85% | 0.87% | - |
| XYZ | 33.09 | 20.56 | 3.66 | - |
| YUV | 113.29 | 82.7 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 33 | 0 | 0.67 | 0.85 | 0.13 | 12.63 | 0.75 | 0.5 |
| Hex | DF | 49 | 21 | 0 | 43 | 55 | D | D | 4B | 32 |
| Octal | 337 | 111 | 41 | 0 | 103 | 125 | 15 | 15 | 113 | 62 |
| Binary | 11011111 | 1001001 | 100001 | 0 | 1000011 | 1010101 | 1101 | 1101 | 1001011 | 110010 |
Color Harmonies of #DF4921
Complementary color
Monochromatic Colors of #DF4921
Black with #DF4921
Text Example
Text Example
White with #DF4921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4921; }
p { color: rgb(223,73,33); }
H1.HeaderClassName
{
color: #DF4921;
}
.AnyTagClassName
{
color: #DF4921;
}
</style>
background-color css
<style>
a { background-color: #DF4921; }
a { background-color: rgb(223,73,33); }
div.DivClassName
{
background-color: #DF4921;
}
.BgClassName
{
background-color: #DF4921;
}
</style>
border-color css
<style>
span { border-color: #DF4921; }
span { border-color: rgb(223,73,33); }
td.TdClassName
{
border-color: #DF4921;
}
.TagClassName
{
border-color: #DF4921;
}
</style>