Shades of Cinnabar #DF512D
Tints of Cinnabar #DF512D
RGB
CMYK
RGB Variations
Color information
#DF512D (or 0xDF512D) is known color: Cinnabar. HEX triplet: DF, 51 and 2D. RGB value is (223,81,45). Sum of RGB (Red+Green+Blue) = 223+81+45=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF512D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF512D is #20AED2. Grayscale: #777777. Windows color (decimal): -2141907 or 2970079. OLE color: 2970079.
HSL color Cylindrical-coordinate representation of color #DF512D: hue angle of 12.13º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF512D is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 45 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.13 |
| HSL | 12.13º | 0.74% | 0.53% | - |
| HSV(B) | 12.13º | 0.8% | 0.87% | - |
| XYZ | 33.85 | 21.76 | 4.9 | - |
| YUV | 119.35 | 86.04 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 45 | 0 | 0.64 | 0.80 | 0.13 | 12.13 | 0.74 | 0.53 |
| Hex | DF | 51 | 2D | 0 | 40 | 50 | D | C | 4A | 35 |
| Octal | 337 | 121 | 55 | 0 | 100 | 120 | 15 | 14 | 112 | 65 |
| Binary | 11011111 | 1010001 | 101101 | 0 | 1000000 | 1010000 | 1101 | 1100 | 1001010 | 110101 |
Color Harmonies of #DF512D
Complementary color
Monochromatic Colors of #DF512D
Black with #DF512D
Text Example
Text Example
White with #DF512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF512D; }
p { color: rgb(223,81,45); }
H1.HeaderClassName
{
color: #DF512D;
}
.AnyTagClassName
{
color: #DF512D;
}
</style>
background-color css
<style>
a { background-color: #DF512D; }
a { background-color: rgb(223,81,45); }
div.DivClassName
{
background-color: #DF512D;
}
.BgClassName
{
background-color: #DF512D;
}
</style>
border-color css
<style>
span { border-color: #DF512D; }
span { border-color: rgb(223,81,45); }
td.TdClassName
{
border-color: #DF512D;
}
.TagClassName
{
border-color: #DF512D;
}
</style>