Shades of Cinnabar #E4503E
Tints of Cinnabar #E4503E
RGB
CMYK
RGB Variations
Color information
#E4503E (or 0xE4503E) is known color: Cinnabar. HEX triplet: E4, 50 and 3E. RGB value is (228,80,62). Sum of RGB (Red+Green+Blue) = 228+80+62=370 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.62% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 228 - color contains mainly: red. Hex color #E4503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4503E is #1BAFC1. Grayscale: #7A7A7A. Windows color (decimal): -1814466 or 4083940. OLE color: 4083940.
HSL color Cylindrical-coordinate representation of color #E4503E: hue angle of 6.51º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E4503E is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 80 | 62 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.11 |
| HSL | 6.51º | 0.75% | 0.57% | - |
| HSV(B) | 6.51º | 0.73% | 0.89% | - |
| XYZ | 35.73 | 22.58 | 7.03 | - |
| YUV | 122.2 | 94.03 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 80 | 62 | 0 | 0.65 | 0.73 | 0.11 | 6.51 | 0.75 | 0.57 |
| Hex | E4 | 50 | 3E | 0 | 41 | 49 | B | 7 | 4B | 39 |
| Octal | 344 | 120 | 76 | 0 | 101 | 111 | 13 | 7 | 113 | 71 |
| Binary | 11100100 | 1010000 | 111110 | 0 | 1000001 | 1001001 | 1011 | 111 | 1001011 | 111001 |
Color Harmonies of #E4503E
Complementary color
Monochromatic Colors of #E4503E
Black with #E4503E
Text Example
Text Example
White with #E4503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4503E; }
p { color: rgb(228,80,62); }
H1.HeaderClassName
{
color: #E4503E;
}
.AnyTagClassName
{
color: #E4503E;
}
</style>
background-color css
<style>
a { background-color: #E4503E; }
a { background-color: rgb(228,80,62); }
div.DivClassName
{
background-color: #E4503E;
}
.BgClassName
{
background-color: #E4503E;
}
</style>
border-color css
<style>
span { border-color: #E4503E; }
span { border-color: rgb(228,80,62); }
td.TdClassName
{
border-color: #E4503E;
}
.TagClassName
{
border-color: #E4503E;
}
</style>