Shades of Crimson #E5102E
Tints of Crimson #E5102E
RGB
CMYK
RGB Variations
Color information
#E5102E (or 0xE5102E) is known color: Crimson. HEX triplet: E5, 10 and 2E. RGB value is (229,16,46). Sum of RGB (Red+Green+Blue) = 229+16+46=291 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.69% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 229 - color contains mainly: red. Hex color #E5102E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5102E is #1AEFD1. Grayscale: #535353. Windows color (decimal): -1765330 or 3018981. OLE color: 3018981.
HSL color Cylindrical-coordinate representation of color #E5102E: hue angle of 351.55º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5102E is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 46 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.10 |
| HSL | 351.55º | 0.87% | 0.48% | - |
| HSV(B) | 351.55º | 0.93% | 0.9% | - |
| XYZ | 32.99 | 17.23 | 4.17 | - |
| YUV | 83.11 | 107.07 | 232.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 46 | 0 | 0.93 | 0.80 | 0.10 | 351.55 | 0.87 | 0.48 |
| Hex | E5 | 10 | 2E | 0 | 5D | 50 | A | 160 | 57 | 30 |
| Octal | 345 | 20 | 56 | 0 | 135 | 120 | 12 | 540 | 127 | 60 |
| Binary | 11100101 | 10000 | 101110 | 0 | 1011101 | 1010000 | 1010 | 101100000 | 1010111 | 110000 |
Color Harmonies of #E5102E
Complementary color
Monochromatic Colors of #E5102E
Black with #E5102E
Text Example
Text Example
White with #E5102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5102E; }
p { color: rgb(229,16,46); }
H1.HeaderClassName
{
color: #E5102E;
}
.AnyTagClassName
{
color: #E5102E;
}
</style>
background-color css
<style>
a { background-color: #E5102E; }
a { background-color: rgb(229,16,46); }
div.DivClassName
{
background-color: #E5102E;
}
.BgClassName
{
background-color: #E5102E;
}
</style>
border-color css
<style>
span { border-color: #E5102E; }
span { border-color: rgb(229,16,46); }
td.TdClassName
{
border-color: #E5102E;
}
.TagClassName
{
border-color: #E5102E;
}
</style>