Shades of Cinnabar #DF5133
Tints of Cinnabar #DF5133
RGB
CMYK
RGB Variations
Color information
#DF5133 (or 0xDF5133) is known color: Cinnabar. HEX triplet: DF, 51 and 33. RGB value is (223,81,51). Sum of RGB (Red+Green+Blue) = 223+81+51=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5133 is #20AECC. Grayscale: #787878. Windows color (decimal): -2141901 or 3363295. OLE color: 3363295.
HSL color Cylindrical-coordinate representation of color #DF5133: hue angle of 10.47º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF5133 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 51 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.13 |
| HSL | 10.47º | 0.73% | 0.54% | - |
| HSV(B) | 10.47º | 0.77% | 0.87% | - |
| XYZ | 33.97 | 21.81 | 5.55 | - |
| YUV | 120.04 | 89.04 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 51 | 0 | 0.64 | 0.77 | 0.13 | 10.47 | 0.73 | 0.54 |
| Hex | DF | 51 | 33 | 0 | 40 | 4D | D | A | 49 | 36 |
| Octal | 337 | 121 | 63 | 0 | 100 | 115 | 15 | 12 | 111 | 66 |
| Binary | 11011111 | 1010001 | 110011 | 0 | 1000000 | 1001101 | 1101 | 1010 | 1001001 | 110110 |
Color Harmonies of #DF5133
Complementary color
Monochromatic Colors of #DF5133
Black with #DF5133
Text Example
Text Example
White with #DF5133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5133; }
p { color: rgb(223,81,51); }
H1.HeaderClassName
{
color: #DF5133;
}
.AnyTagClassName
{
color: #DF5133;
}
</style>
background-color css
<style>
a { background-color: #DF5133; }
a { background-color: rgb(223,81,51); }
div.DivClassName
{
background-color: #DF5133;
}
.BgClassName
{
background-color: #DF5133;
}
</style>
border-color css
<style>
span { border-color: #DF5133; }
span { border-color: rgb(223,81,51); }
td.TdClassName
{
border-color: #DF5133;
}
.TagClassName
{
border-color: #DF5133;
}
</style>