Shades of Crimson #E50A2E
Tints of Crimson #E50A2E
RGB
CMYK
RGB Variations
Color information
#E50A2E (or 0xE50A2E) is known color: Crimson. HEX triplet: E5, 0A and 2E. RGB value is (229,10,46). Sum of RGB (Red+Green+Blue) = 229+10+46=285 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.35% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50A2E is #1AF5D1. Grayscale: #4F4F4F. Windows color (decimal): -1766866 or 3017445. OLE color: 3017445.
HSL color Cylindrical-coordinate representation of color #E50A2E: hue angle of 350.14º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50A2E is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 10 | 46 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.10 |
| HSL | 350.14º | 0.92% | 0.47% | - |
| HSV(B) | 350.14º | 0.96% | 0.9% | - |
| XYZ | 32.91 | 17.07 | 4.15 | - |
| YUV | 79.59 | 109.05 | 234.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 10 | 46 | 0 | 0.96 | 0.80 | 0.10 | 350.14 | 0.92 | 0.47 |
| Hex | E5 | A | 2E | 0 | 60 | 50 | A | 15E | 5C | 2F |
| Octal | 345 | 12 | 56 | 0 | 140 | 120 | 12 | 536 | 134 | 57 |
| Binary | 11100101 | 1010 | 101110 | 0 | 1100000 | 1010000 | 1010 | 101011110 | 1011100 | 101111 |
Color Harmonies of #E50A2E
Complementary color
Monochromatic Colors of #E50A2E
Black with #E50A2E
Text Example
Text Example
White with #E50A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50A2E; }
p { color: rgb(229,10,46); }
H1.HeaderClassName
{
color: #E50A2E;
}
.AnyTagClassName
{
color: #E50A2E;
}
</style>
background-color css
<style>
a { background-color: #E50A2E; }
a { background-color: rgb(229,10,46); }
div.DivClassName
{
background-color: #E50A2E;
}
.BgClassName
{
background-color: #E50A2E;
}
</style>
border-color css
<style>
span { border-color: #E50A2E; }
span { border-color: rgb(229,10,46); }
td.TdClassName
{
border-color: #E50A2E;
}
.TagClassName
{
border-color: #E50A2E;
}
</style>