Shades of Cinnabar #E0513A
Tints of Cinnabar #E0513A
RGB
CMYK
RGB Variations
Color information
#E0513A (or 0xE0513A) is known color: Cinnabar. HEX triplet: E0, 51 and 3A. RGB value is (224,81,58). Sum of RGB (Red+Green+Blue) = 224+81+58=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E0513A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0513A is #1FAEC5. Grayscale: #797979. Windows color (decimal): -2076358 or 3822048. OLE color: 3822048.
HSL color Cylindrical-coordinate representation of color #E0513A: hue angle of 8.31º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E0513A is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 58 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.12 |
| HSL | 8.31º | 0.73% | 0.55% | - |
| HSV(B) | 8.31º | 0.74% | 0.88% | - |
| XYZ | 34.45 | 22.04 | 6.44 | - |
| YUV | 121.14 | 92.38 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 58 | 0 | 0.64 | 0.74 | 0.12 | 8.31 | 0.73 | 0.55 |
| Hex | E0 | 51 | 3A | 0 | 40 | 4A | C | 8 | 49 | 37 |
| Octal | 340 | 121 | 72 | 0 | 100 | 112 | 14 | 10 | 111 | 67 |
| Binary | 11100000 | 1010001 | 111010 | 0 | 1000000 | 1001010 | 1100 | 1000 | 1001001 | 110111 |
Color Harmonies of #E0513A
Complementary color
Monochromatic Colors of #E0513A
Black with #E0513A
Text Example
Text Example
White with #E0513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0513A; }
p { color: rgb(224,81,58); }
H1.HeaderClassName
{
color: #E0513A;
}
.AnyTagClassName
{
color: #E0513A;
}
</style>
background-color css
<style>
a { background-color: #E0513A; }
a { background-color: rgb(224,81,58); }
div.DivClassName
{
background-color: #E0513A;
}
.BgClassName
{
background-color: #E0513A;
}
</style>
border-color css
<style>
span { border-color: #E0513A; }
span { border-color: rgb(224,81,58); }
td.TdClassName
{
border-color: #E0513A;
}
.TagClassName
{
border-color: #E0513A;
}
</style>