Shades of Cinnabar #DF5232
Tints of Cinnabar #DF5232
RGB
CMYK
RGB Variations
Color information
#DF5232 (or 0xDF5232) is known color: Cinnabar. HEX triplet: DF, 52 and 32. RGB value is (223,82,50). Sum of RGB (Red+Green+Blue) = 223+82+50=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5232 is #20ADCD. Grayscale: #787878. Windows color (decimal): -2141646 or 3298015. OLE color: 3298015.
HSL color Cylindrical-coordinate representation of color #DF5232: hue angle of 11.1º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF5232 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 50 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.13 |
| HSL | 11.1º | 0.73% | 0.54% | - |
| HSV(B) | 11.1º | 0.78% | 0.87% | - |
| XYZ | 34.02 | 21.95 | 5.46 | - |
| YUV | 120.51 | 88.21 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 50 | 0 | 0.63 | 0.78 | 0.13 | 11.1 | 0.73 | 0.54 |
| Hex | DF | 52 | 32 | 0 | 3F | 4E | D | B | 49 | 36 |
| Octal | 337 | 122 | 62 | 0 | 77 | 116 | 15 | 13 | 111 | 66 |
| Binary | 11011111 | 1010010 | 110010 | 0 | 111111 | 1001110 | 1101 | 1011 | 1001001 | 110110 |
Color Harmonies of #DF5232
Complementary color
Monochromatic Colors of #DF5232
Black with #DF5232
Text Example
Text Example
White with #DF5232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5232; }
p { color: rgb(223,82,50); }
H1.HeaderClassName
{
color: #DF5232;
}
.AnyTagClassName
{
color: #DF5232;
}
</style>
background-color css
<style>
a { background-color: #DF5232; }
a { background-color: rgb(223,82,50); }
div.DivClassName
{
background-color: #DF5232;
}
.BgClassName
{
background-color: #DF5232;
}
</style>
border-color css
<style>
span { border-color: #DF5232; }
span { border-color: rgb(223,82,50); }
td.TdClassName
{
border-color: #DF5232;
}
.TagClassName
{
border-color: #DF5232;
}
</style>