Shades of Cinnabar #DF4822
Tints of Cinnabar #DF4822
RGB
CMYK
RGB Variations
Color information
#DF4822 (or 0xDF4822) is known color: Cinnabar. HEX triplet: DF, 48 and 22. RGB value is (223,72,34). Sum of RGB (Red+Green+Blue) = 223+72+34=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4822 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4822 is #20B7DD. Grayscale: #717171. Windows color (decimal): -2144222 or 2246879. OLE color: 2246879.
HSL color Cylindrical-coordinate representation of color #DF4822: hue angle of 12.06º 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 #DF4822 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 34 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.13 |
| HSL | 12.06º | 0.75% | 0.5% | - |
| HSV(B) | 12.06º | 0.85% | 0.87% | - |
| XYZ | 33.04 | 20.44 | 3.72 | - |
| YUV | 112.82 | 83.53 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 34 | 0 | 0.68 | 0.85 | 0.13 | 12.06 | 0.75 | 0.5 |
| Hex | DF | 48 | 22 | 0 | 44 | 55 | D | C | 4B | 32 |
| Octal | 337 | 110 | 42 | 0 | 104 | 125 | 15 | 14 | 113 | 62 |
| Binary | 11011111 | 1001000 | 100010 | 0 | 1000100 | 1010101 | 1101 | 1100 | 1001011 | 110010 |
Color Harmonies of #DF4822
Complementary color
Monochromatic Colors of #DF4822
Black with #DF4822
Text Example
Text Example
White with #DF4822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4822; }
p { color: rgb(223,72,34); }
H1.HeaderClassName
{
color: #DF4822;
}
.AnyTagClassName
{
color: #DF4822;
}
</style>
background-color css
<style>
a { background-color: #DF4822; }
a { background-color: rgb(223,72,34); }
div.DivClassName
{
background-color: #DF4822;
}
.BgClassName
{
background-color: #DF4822;
}
</style>
border-color css
<style>
span { border-color: #DF4822; }
span { border-color: rgb(223,72,34); }
td.TdClassName
{
border-color: #DF4822;
}
.TagClassName
{
border-color: #DF4822;
}
</style>