Shades of Cinnabar #E0513C
Tints of Cinnabar #E0513C
RGB
CMYK
RGB Variations
Color information
#E0513C (or 0xE0513C) is known color: Cinnabar. HEX triplet: E0, 51 and 3C. RGB value is (224,81,60). Sum of RGB (Red+Green+Blue) = 224+81+60=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E0513C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0513C is #1FAEC3. Grayscale: #797979. Windows color (decimal): -2076356 or 3953120. OLE color: 3953120.
HSL color Cylindrical-coordinate representation of color #E0513C: hue angle of 7.68º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E0513C is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 60 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.12 |
| HSL | 7.68º | 0.73% | 0.56% | - |
| HSV(B) | 7.68º | 0.73% | 0.88% | - |
| XYZ | 34.5 | 22.06 | 6.71 | - |
| YUV | 121.36 | 93.38 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 60 | 0 | 0.64 | 0.73 | 0.12 | 7.68 | 0.73 | 0.56 |
| Hex | E0 | 51 | 3C | 0 | 40 | 49 | C | 8 | 49 | 38 |
| Octal | 340 | 121 | 74 | 0 | 100 | 111 | 14 | 10 | 111 | 70 |
| Binary | 11100000 | 1010001 | 111100 | 0 | 1000000 | 1001001 | 1100 | 1000 | 1001001 | 111000 |
Color Harmonies of #E0513C
Complementary color
Monochromatic Colors of #E0513C
Black with #E0513C
Text Example
Text Example
White with #E0513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0513C; }
p { color: rgb(224,81,60); }
H1.HeaderClassName
{
color: #E0513C;
}
.AnyTagClassName
{
color: #E0513C;
}
</style>
background-color css
<style>
a { background-color: #E0513C; }
a { background-color: rgb(224,81,60); }
div.DivClassName
{
background-color: #E0513C;
}
.BgClassName
{
background-color: #E0513C;
}
</style>
border-color css
<style>
span { border-color: #E0513C; }
span { border-color: rgb(224,81,60); }
td.TdClassName
{
border-color: #E0513C;
}
.TagClassName
{
border-color: #E0513C;
}
</style>