Shades of Cinnabar #DF4120
Tints of Cinnabar #DF4120
RGB
CMYK
RGB Variations
Color information
#DF4120 (or 0xDF4120) is known color: Cinnabar. HEX triplet: DF, 41 and 20. RGB value is (223,65,32). Sum of RGB (Red+Green+Blue) = 223+65+32=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4120 is #20BEDF. Grayscale: #6C6C6C. Windows color (decimal): -2146016 or 2114015. OLE color: 2114015.
HSL color Cylindrical-coordinate representation of color #DF4120: hue angle of 10.37º 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 #DF4120 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 32 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.13 |
| HSL | 10.37º | 0.75% | 0.5% | - |
| HSV(B) | 10.37º | 0.86% | 0.87% | - |
| XYZ | 32.58 | 19.57 | 3.43 | - |
| YUV | 108.48 | 84.85 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 32 | 0 | 0.71 | 0.86 | 0.13 | 10.37 | 0.75 | 0.5 |
| Hex | DF | 41 | 20 | 0 | 47 | 56 | D | A | 4B | 32 |
| Octal | 337 | 101 | 40 | 0 | 107 | 126 | 15 | 12 | 113 | 62 |
| Binary | 11011111 | 1000001 | 100000 | 0 | 1000111 | 1010110 | 1101 | 1010 | 1001011 | 110010 |
Color Harmonies of #DF4120
Complementary color
Monochromatic Colors of #DF4120
Black with #DF4120
Text Example
Text Example
White with #DF4120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4120; }
p { color: rgb(223,65,32); }
H1.HeaderClassName
{
color: #DF4120;
}
.AnyTagClassName
{
color: #DF4120;
}
</style>
background-color css
<style>
a { background-color: #DF4120; }
a { background-color: rgb(223,65,32); }
div.DivClassName
{
background-color: #DF4120;
}
.BgClassName
{
background-color: #DF4120;
}
</style>
border-color css
<style>
span { border-color: #DF4120; }
span { border-color: rgb(223,65,32); }
td.TdClassName
{
border-color: #DF4120;
}
.TagClassName
{
border-color: #DF4120;
}
</style>