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