Shades of Cinnabar #DF5032
Tints of Cinnabar #DF5032
RGB
CMYK
RGB Variations
Color information
#DF5032 (or 0xDF5032) is known color: Cinnabar. HEX triplet: DF, 50 and 32. RGB value is (223,80,50). Sum of RGB (Red+Green+Blue) = 223+80+50=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5032 is #20AFCD. Grayscale: #777777. Windows color (decimal): -2142158 or 3297503. OLE color: 3297503.
HSL color Cylindrical-coordinate representation of color #DF5032: hue angle of 10.4º 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 #DF5032 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 50 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.13 |
| HSL | 10.4º | 0.73% | 0.54% | - |
| HSV(B) | 10.4º | 0.78% | 0.87% | - |
| XYZ | 33.88 | 21.66 | 5.41 | - |
| YUV | 119.34 | 88.88 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 50 | 0 | 0.64 | 0.78 | 0.13 | 10.4 | 0.73 | 0.54 |
| Hex | DF | 50 | 32 | 0 | 40 | 4E | D | A | 49 | 36 |
| Octal | 337 | 120 | 62 | 0 | 100 | 116 | 15 | 12 | 111 | 66 |
| Binary | 11011111 | 1010000 | 110010 | 0 | 1000000 | 1001110 | 1101 | 1010 | 1001001 | 110110 |
Color Harmonies of #DF5032
Complementary color
Monochromatic Colors of #DF5032
Black with #DF5032
Text Example
Text Example
White with #DF5032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5032; }
p { color: rgb(223,80,50); }
H1.HeaderClassName
{
color: #DF5032;
}
.AnyTagClassName
{
color: #DF5032;
}
</style>
background-color css
<style>
a { background-color: #DF5032; }
a { background-color: rgb(223,80,50); }
div.DivClassName
{
background-color: #DF5032;
}
.BgClassName
{
background-color: #DF5032;
}
</style>
border-color css
<style>
span { border-color: #DF5032; }
span { border-color: rgb(223,80,50); }
td.TdClassName
{
border-color: #DF5032;
}
.TagClassName
{
border-color: #DF5032;
}
</style>