Shades of Cinnabar #DF513C
Tints of Cinnabar #DF513C
RGB
CMYK
RGB Variations
Color information
#DF513C (or 0xDF513C) is known color: Cinnabar. HEX triplet: DF, 51 and 3C. RGB value is (223,81,60). Sum of RGB (Red+Green+Blue) = 223+81+60=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF513C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF513C is #20AEC3. Grayscale: #797979. Windows color (decimal): -2141892 or 3953119. OLE color: 3953119.
HSL color Cylindrical-coordinate representation of color #DF513C: hue angle of 7.73º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF513C is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 60 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.13 |
| HSL | 7.73º | 0.72% | 0.55% | - |
| HSV(B) | 7.73º | 0.73% | 0.87% | - |
| XYZ | 34.19 | 21.9 | 6.7 | - |
| YUV | 121.06 | 93.54 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 60 | 0 | 0.64 | 0.73 | 0.13 | 7.73 | 0.72 | 0.55 |
| Hex | DF | 51 | 3C | 0 | 40 | 49 | D | 8 | 48 | 37 |
| Octal | 337 | 121 | 74 | 0 | 100 | 111 | 15 | 10 | 110 | 67 |
| Binary | 11011111 | 1010001 | 111100 | 0 | 1000000 | 1001001 | 1101 | 1000 | 1001000 | 110111 |
Color Harmonies of #DF513C
Complementary color
Monochromatic Colors of #DF513C
Black with #DF513C
Text Example
Text Example
White with #DF513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF513C; }
p { color: rgb(223,81,60); }
H1.HeaderClassName
{
color: #DF513C;
}
.AnyTagClassName
{
color: #DF513C;
}
</style>
background-color css
<style>
a { background-color: #DF513C; }
a { background-color: rgb(223,81,60); }
div.DivClassName
{
background-color: #DF513C;
}
.BgClassName
{
background-color: #DF513C;
}
</style>
border-color css
<style>
span { border-color: #DF513C; }
span { border-color: rgb(223,81,60); }
td.TdClassName
{
border-color: #DF513C;
}
.TagClassName
{
border-color: #DF513C;
}
</style>