Shades of Cinnabar #DF522F
Tints of Cinnabar #DF522F
RGB
CMYK
RGB Variations
Color information
#DF522F (or 0xDF522F) is known color: Cinnabar. HEX triplet: DF, 52 and 2F. RGB value is (223,82,47). Sum of RGB (Red+Green+Blue) = 223+82+47=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF522F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF522F is #20ADD0. Grayscale: #787878. Windows color (decimal): -2141649 or 3101407. OLE color: 3101407.
HSL color Cylindrical-coordinate representation of color #DF522F: hue angle of 11.93º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF522F is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 47 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.13 |
| HSL | 11.93º | 0.73% | 0.53% | - |
| HSV(B) | 11.93º | 0.79% | 0.87% | - |
| XYZ | 33.96 | 21.93 | 5.13 | - |
| YUV | 120.17 | 86.71 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 47 | 0 | 0.63 | 0.79 | 0.13 | 11.93 | 0.73 | 0.53 |
| Hex | DF | 52 | 2F | 0 | 3F | 4F | D | C | 49 | 35 |
| Octal | 337 | 122 | 57 | 0 | 77 | 117 | 15 | 14 | 111 | 65 |
| Binary | 11011111 | 1010010 | 101111 | 0 | 111111 | 1001111 | 1101 | 1100 | 1001001 | 110101 |
Color Harmonies of #DF522F
Complementary color
Monochromatic Colors of #DF522F
Black with #DF522F
Text Example
Text Example
White with #DF522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF522F; }
p { color: rgb(223,82,47); }
H1.HeaderClassName
{
color: #DF522F;
}
.AnyTagClassName
{
color: #DF522F;
}
</style>
background-color css
<style>
a { background-color: #DF522F; }
a { background-color: rgb(223,82,47); }
div.DivClassName
{
background-color: #DF522F;
}
.BgClassName
{
background-color: #DF522F;
}
</style>
border-color css
<style>
span { border-color: #DF522F; }
span { border-color: rgb(223,82,47); }
td.TdClassName
{
border-color: #DF522F;
}
.TagClassName
{
border-color: #DF522F;
}
</style>