Shades of Cinnabar #E0513B
Tints of Cinnabar #E0513B
RGB
CMYK
RGB Variations
Color information
#E0513B (or 0xE0513B) is known color: Cinnabar. HEX triplet: E0, 51 and 3B. RGB value is (224,81,59). Sum of RGB (Red+Green+Blue) = 224+81+59=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 59 (23.44% from 255 or 16.21% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E0513B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0513B is #1FAEC4. Grayscale: #797979. Windows color (decimal): -2076357 or 3887584. OLE color: 3887584.
HSL color Cylindrical-coordinate representation of color #E0513B: hue angle of 8º 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 #E0513B is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 59 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.12 |
| HSL | 8º | 0.73% | 0.55% | - |
| HSV(B) | 8º | 0.74% | 0.88% | - |
| XYZ | 34.47 | 22.05 | 6.58 | - |
| YUV | 121.25 | 92.88 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 59 | 0 | 0.64 | 0.74 | 0.12 | 8 | 0.73 | 0.55 |
| Hex | E0 | 51 | 3B | 0 | 40 | 4A | C | 8 | 49 | 37 |
| Octal | 340 | 121 | 73 | 0 | 100 | 112 | 14 | 10 | 111 | 67 |
| Binary | 11100000 | 1010001 | 111011 | 0 | 1000000 | 1001010 | 1100 | 1000 | 1001001 | 110111 |
Color Harmonies of #E0513B
Complementary color
Monochromatic Colors of #E0513B
Black with #E0513B
Text Example
Text Example
White with #E0513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0513B; }
p { color: rgb(224,81,59); }
H1.HeaderClassName
{
color: #E0513B;
}
.AnyTagClassName
{
color: #E0513B;
}
</style>
background-color css
<style>
a { background-color: #E0513B; }
a { background-color: rgb(224,81,59); }
div.DivClassName
{
background-color: #E0513B;
}
.BgClassName
{
background-color: #E0513B;
}
</style>
border-color css
<style>
span { border-color: #E0513B; }
span { border-color: rgb(224,81,59); }
td.TdClassName
{
border-color: #E0513B;
}
.TagClassName
{
border-color: #E0513B;
}
</style>