Shades of Cinnabar #DF4021
Tints of Cinnabar #DF4021
RGB
CMYK
RGB Variations
Color information
#DF4021 (or 0xDF4021) is known color: Cinnabar. HEX triplet: DF, 40 and 21. RGB value is (223,64,33). Sum of RGB (Red+Green+Blue) = 223+64+33=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4021 is #20BFDE. Grayscale: #6C6C6C. Windows color (decimal): -2146271 or 2179295. OLE color: 2179295.
HSL color Cylindrical-coordinate representation of color #DF4021: hue angle of 9.79º 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 #DF4021 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 33 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.13 |
| HSL | 9.79º | 0.75% | 0.5% | - |
| HSV(B) | 9.79º | 0.85% | 0.87% | - |
| XYZ | 32.54 | 19.46 | 3.48 | - |
| YUV | 108.01 | 85.68 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 33 | 0 | 0.71 | 0.85 | 0.13 | 9.79 | 0.75 | 0.5 |
| Hex | DF | 40 | 21 | 0 | 47 | 55 | D | A | 4B | 32 |
| Octal | 337 | 100 | 41 | 0 | 107 | 125 | 15 | 12 | 113 | 62 |
| Binary | 11011111 | 1000000 | 100001 | 0 | 1000111 | 1010101 | 1101 | 1010 | 1001011 | 110010 |
Color Harmonies of #DF4021
Complementary color
Monochromatic Colors of #DF4021
Black with #DF4021
Text Example
Text Example
White with #DF4021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4021; }
p { color: rgb(223,64,33); }
H1.HeaderClassName
{
color: #DF4021;
}
.AnyTagClassName
{
color: #DF4021;
}
</style>
background-color css
<style>
a { background-color: #DF4021; }
a { background-color: rgb(223,64,33); }
div.DivClassName
{
background-color: #DF4021;
}
.BgClassName
{
background-color: #DF4021;
}
</style>
border-color css
<style>
span { border-color: #DF4021; }
span { border-color: rgb(223,64,33); }
td.TdClassName
{
border-color: #DF4021;
}
.TagClassName
{
border-color: #DF4021;
}
</style>