Shades of Cinnabar #DF512E
Tints of Cinnabar #DF512E
RGB
CMYK
RGB Variations
Color information
#DF512E (or 0xDF512E) is known color: Cinnabar. HEX triplet: DF, 51 and 2E. RGB value is (223,81,46). Sum of RGB (Red+Green+Blue) = 223+81+46=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF512E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF512E is #20AED1. Grayscale: #777777. Windows color (decimal): -2141906 or 3035615. OLE color: 3035615.
HSL color Cylindrical-coordinate representation of color #DF512E: hue angle of 11.86º 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 #DF512E is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 46 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.13 |
| HSL | 11.86º | 0.73% | 0.53% | - |
| HSV(B) | 11.86º | 0.79% | 0.87% | - |
| XYZ | 33.87 | 21.77 | 5 | - |
| YUV | 119.47 | 86.54 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 46 | 0 | 0.64 | 0.79 | 0.13 | 11.86 | 0.73 | 0.53 |
| Hex | DF | 51 | 2E | 0 | 40 | 4F | D | C | 49 | 35 |
| Octal | 337 | 121 | 56 | 0 | 100 | 117 | 15 | 14 | 111 | 65 |
| Binary | 11011111 | 1010001 | 101110 | 0 | 1000000 | 1001111 | 1101 | 1100 | 1001001 | 110101 |
Color Harmonies of #DF512E
Complementary color
Monochromatic Colors of #DF512E
Black with #DF512E
Text Example
Text Example
White with #DF512E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF512E; }
p { color: rgb(223,81,46); }
H1.HeaderClassName
{
color: #DF512E;
}
.AnyTagClassName
{
color: #DF512E;
}
</style>
background-color css
<style>
a { background-color: #DF512E; }
a { background-color: rgb(223,81,46); }
div.DivClassName
{
background-color: #DF512E;
}
.BgClassName
{
background-color: #DF512E;
}
</style>
border-color css
<style>
span { border-color: #DF512E; }
span { border-color: rgb(223,81,46); }
td.TdClassName
{
border-color: #DF512E;
}
.TagClassName
{
border-color: #DF512E;
}
</style>