Shades of Cinnabar #DF5132
Tints of Cinnabar #DF5132
RGB
CMYK
RGB Variations
Color information
#DF5132 (or 0xDF5132) is known color: Cinnabar. HEX triplet: DF, 51 and 32. RGB value is (223,81,50). Sum of RGB (Red+Green+Blue) = 223+81+50=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5132 is #20AECD. Grayscale: #787878. Windows color (decimal): -2141902 or 3297759. OLE color: 3297759.
HSL color Cylindrical-coordinate representation of color #DF5132: hue angle of 10.75º 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 #DF5132 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 50 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.13 |
| HSL | 10.75º | 0.73% | 0.54% | - |
| HSV(B) | 10.75º | 0.78% | 0.87% | - |
| XYZ | 33.95 | 21.8 | 5.44 | - |
| YUV | 119.92 | 88.54 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 50 | 0 | 0.64 | 0.78 | 0.13 | 10.75 | 0.73 | 0.54 |
| Hex | DF | 51 | 32 | 0 | 40 | 4E | D | B | 49 | 36 |
| Octal | 337 | 121 | 62 | 0 | 100 | 116 | 15 | 13 | 111 | 66 |
| Binary | 11011111 | 1010001 | 110010 | 0 | 1000000 | 1001110 | 1101 | 1011 | 1001001 | 110110 |
Color Harmonies of #DF5132
Complementary color
Monochromatic Colors of #DF5132
Black with #DF5132
Text Example
Text Example
White with #DF5132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5132; }
p { color: rgb(223,81,50); }
H1.HeaderClassName
{
color: #DF5132;
}
.AnyTagClassName
{
color: #DF5132;
}
</style>
background-color css
<style>
a { background-color: #DF5132; }
a { background-color: rgb(223,81,50); }
div.DivClassName
{
background-color: #DF5132;
}
.BgClassName
{
background-color: #DF5132;
}
</style>
border-color css
<style>
span { border-color: #DF5132; }
span { border-color: rgb(223,81,50); }
td.TdClassName
{
border-color: #DF5132;
}
.TagClassName
{
border-color: #DF5132;
}
</style>