Shades of Cinnabar #E4513A
Tints of Cinnabar #E4513A
RGB
CMYK
RGB Variations
Color information
#E4513A (or 0xE4513A) is known color: Cinnabar. HEX triplet: E4, 51 and 3A. RGB value is (228,81,58). Sum of RGB (Red+Green+Blue) = 228+81+58=367 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.13% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 228 - color contains mainly: red. Hex color #E4513A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4513A is #1BAEC5. Grayscale: #7A7A7A. Windows color (decimal): -1814214 or 3822052. OLE color: 3822052.
HSL color Cylindrical-coordinate representation of color #E4513A: hue angle of 8.12º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E4513A is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 81 | 58 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.11 |
| HSL | 8.12º | 0.76% | 0.56% | - |
| HSV(B) | 8.12º | 0.75% | 0.89% | - |
| XYZ | 35.7 | 22.68 | 6.5 | - |
| YUV | 122.33 | 91.7 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 81 | 58 | 0 | 0.64 | 0.75 | 0.11 | 8.12 | 0.76 | 0.56 |
| Hex | E4 | 51 | 3A | 0 | 40 | 4B | B | 8 | 4C | 38 |
| Octal | 344 | 121 | 72 | 0 | 100 | 113 | 13 | 10 | 114 | 70 |
| Binary | 11100100 | 1010001 | 111010 | 0 | 1000000 | 1001011 | 1011 | 1000 | 1001100 | 111000 |
Color Harmonies of #E4513A
Complementary color
Monochromatic Colors of #E4513A
Black with #E4513A
Text Example
Text Example
White with #E4513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4513A; }
p { color: rgb(228,81,58); }
H1.HeaderClassName
{
color: #E4513A;
}
.AnyTagClassName
{
color: #E4513A;
}
</style>
background-color css
<style>
a { background-color: #E4513A; }
a { background-color: rgb(228,81,58); }
div.DivClassName
{
background-color: #E4513A;
}
.BgClassName
{
background-color: #E4513A;
}
</style>
border-color css
<style>
span { border-color: #E4513A; }
span { border-color: rgb(228,81,58); }
td.TdClassName
{
border-color: #E4513A;
}
.TagClassName
{
border-color: #E4513A;
}
</style>