Shades of Crimson #E5132E
Tints of Crimson #E5132E
RGB
CMYK
RGB Variations
Color information
#E5132E (or 0xE5132E) is known color: Crimson. HEX triplet: E5, 13 and 2E. RGB value is (229,19,46). Sum of RGB (Red+Green+Blue) = 229+19+46=294 (38% of max value = 765). Red value is 229 (89.84% from 255 or 77.89% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 229 - color contains mainly: red. Hex color #E5132E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5132E is #1AECD1. Grayscale: #545454. Windows color (decimal): -1764562 or 3019749. OLE color: 3019749.
HSL color Cylindrical-coordinate representation of color #E5132E: hue angle of 352.29º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5132E is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 46 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.10 |
| HSL | 352.29º | 0.85% | 0.49% | - |
| HSV(B) | 352.29º | 0.92% | 0.9% | - |
| XYZ | 33.04 | 17.32 | 4.19 | - |
| YUV | 84.87 | 106.07 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 46 | 0 | 0.92 | 0.80 | 0.10 | 352.29 | 0.85 | 0.49 |
| Hex | E5 | 13 | 2E | 0 | 5C | 50 | A | 160 | 55 | 31 |
| Octal | 345 | 23 | 56 | 0 | 134 | 120 | 12 | 540 | 125 | 61 |
| Binary | 11100101 | 10011 | 101110 | 0 | 1011100 | 1010000 | 1010 | 101100000 | 1010101 | 110001 |
Color Harmonies of #E5132E
Complementary color
Monochromatic Colors of #E5132E
Black with #E5132E
Text Example
Text Example
White with #E5132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5132E; }
p { color: rgb(229,19,46); }
H1.HeaderClassName
{
color: #E5132E;
}
.AnyTagClassName
{
color: #E5132E;
}
</style>
background-color css
<style>
a { background-color: #E5132E; }
a { background-color: rgb(229,19,46); }
div.DivClassName
{
background-color: #E5132E;
}
.BgClassName
{
background-color: #E5132E;
}
</style>
border-color css
<style>
span { border-color: #E5132E; }
span { border-color: rgb(229,19,46); }
td.TdClassName
{
border-color: #E5132E;
}
.TagClassName
{
border-color: #E5132E;
}
</style>