Shades of Cinnabar #DF513D
Tints of Cinnabar #DF513D
RGB
CMYK
RGB Variations
Color information
#DF513D (or 0xDF513D) is known color: Cinnabar. HEX triplet: DF, 51 and 3D. RGB value is (223,81,61). Sum of RGB (Red+Green+Blue) = 223+81+61=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF513D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF513D is #20AEC2. Grayscale: #797979. Windows color (decimal): -2141891 or 4018655. OLE color: 4018655.
HSL color Cylindrical-coordinate representation of color #DF513D: hue angle of 7.41º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF513D is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 61 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.13 |
| HSL | 7.41º | 0.72% | 0.56% | - |
| HSV(B) | 7.41º | 0.73% | 0.87% | - |
| XYZ | 34.22 | 21.91 | 6.84 | - |
| YUV | 121.18 | 94.04 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 61 | 0 | 0.64 | 0.73 | 0.13 | 7.41 | 0.72 | 0.56 |
| Hex | DF | 51 | 3D | 0 | 40 | 49 | D | 7 | 48 | 38 |
| Octal | 337 | 121 | 75 | 0 | 100 | 111 | 15 | 7 | 110 | 70 |
| Binary | 11011111 | 1010001 | 111101 | 0 | 1000000 | 1001001 | 1101 | 111 | 1001000 | 111000 |
Color Harmonies of #DF513D
Complementary color
Monochromatic Colors of #DF513D
Black with #DF513D
Text Example
Text Example
White with #DF513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF513D; }
p { color: rgb(223,81,61); }
H1.HeaderClassName
{
color: #DF513D;
}
.AnyTagClassName
{
color: #DF513D;
}
</style>
background-color css
<style>
a { background-color: #DF513D; }
a { background-color: rgb(223,81,61); }
div.DivClassName
{
background-color: #DF513D;
}
.BgClassName
{
background-color: #DF513D;
}
</style>
border-color css
<style>
span { border-color: #DF513D; }
span { border-color: rgb(223,81,61); }
td.TdClassName
{
border-color: #DF513D;
}
.TagClassName
{
border-color: #DF513D;
}
</style>