Shades of Cinnabar #DF512A
Tints of Cinnabar #DF512A
RGB
CMYK
RGB Variations
Color information
#DF512A (or 0xDF512A) is known color: Cinnabar. HEX triplet: DF, 51 and 2A. RGB value is (223,81,42). Sum of RGB (Red+Green+Blue) = 223+81+42=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF512A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF512A is #20AED5. Grayscale: #777777. Windows color (decimal): -2141910 or 2773471. OLE color: 2773471.
HSL color Cylindrical-coordinate representation of color #DF512A: hue angle of 12.93º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF512A is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 42 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.13 |
| HSL | 12.93º | 0.74% | 0.52% | - |
| HSV(B) | 12.93º | 0.81% | 0.87% | - |
| XYZ | 33.79 | 21.74 | 4.61 | - |
| YUV | 119.01 | 84.54 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 42 | 0 | 0.64 | 0.81 | 0.13 | 12.93 | 0.74 | 0.52 |
| Hex | DF | 51 | 2A | 0 | 40 | 51 | D | D | 4A | 34 |
| Octal | 337 | 121 | 52 | 0 | 100 | 121 | 15 | 15 | 112 | 64 |
| Binary | 11011111 | 1010001 | 101010 | 0 | 1000000 | 1010001 | 1101 | 1101 | 1001010 | 110100 |
Color Harmonies of #DF512A
Complementary color
Monochromatic Colors of #DF512A
Black with #DF512A
Text Example
Text Example
White with #DF512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF512A; }
p { color: rgb(223,81,42); }
H1.HeaderClassName
{
color: #DF512A;
}
.AnyTagClassName
{
color: #DF512A;
}
</style>
background-color css
<style>
a { background-color: #DF512A; }
a { background-color: rgb(223,81,42); }
div.DivClassName
{
background-color: #DF512A;
}
.BgClassName
{
background-color: #DF512A;
}
</style>
border-color css
<style>
span { border-color: #DF512A; }
span { border-color: rgb(223,81,42); }
td.TdClassName
{
border-color: #DF512A;
}
.TagClassName
{
border-color: #DF512A;
}
</style>