Shades of Cinnabar #DF4522
Tints of Cinnabar #DF4522
RGB
CMYK
RGB Variations
Color information
#DF4522 (or 0xDF4522) is known color: Cinnabar. HEX triplet: DF, 45 and 22. RGB value is (223,69,34). Sum of RGB (Red+Green+Blue) = 223+69+34=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 34 (13.67% from 255 or 10.43% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4522 is #20BADD. Grayscale: #6F6F6F. Windows color (decimal): -2144990 or 2246111. OLE color: 2246111.
HSL color Cylindrical-coordinate representation of color #DF4522: hue angle of 11.11º 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 #DF4522 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 34 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.13 |
| HSL | 11.11º | 0.75% | 0.5% | - |
| HSV(B) | 11.11º | 0.85% | 0.87% | - |
| XYZ | 32.85 | 20.06 | 3.65 | - |
| YUV | 111.06 | 84.52 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 34 | 0 | 0.69 | 0.85 | 0.13 | 11.11 | 0.75 | 0.5 |
| Hex | DF | 45 | 22 | 0 | 45 | 55 | D | B | 4B | 32 |
| Octal | 337 | 105 | 42 | 0 | 105 | 125 | 15 | 13 | 113 | 62 |
| Binary | 11011111 | 1000101 | 100010 | 0 | 1000101 | 1010101 | 1101 | 1011 | 1001011 | 110010 |
Color Harmonies of #DF4522
Complementary color
Monochromatic Colors of #DF4522
Black with #DF4522
Text Example
Text Example
White with #DF4522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4522; }
p { color: rgb(223,69,34); }
H1.HeaderClassName
{
color: #DF4522;
}
.AnyTagClassName
{
color: #DF4522;
}
</style>
background-color css
<style>
a { background-color: #DF4522; }
a { background-color: rgb(223,69,34); }
div.DivClassName
{
background-color: #DF4522;
}
.BgClassName
{
background-color: #DF4522;
}
</style>
border-color css
<style>
span { border-color: #DF4522; }
span { border-color: rgb(223,69,34); }
td.TdClassName
{
border-color: #DF4522;
}
.TagClassName
{
border-color: #DF4522;
}
</style>