Shades of Crimson #E5152E
Tints of Crimson #E5152E
RGB
CMYK
RGB Variations
Color information
#E5152E (or 0xE5152E) is known color: Crimson. HEX triplet: E5, 15 and 2E. RGB value is (229,21,46). Sum of RGB (Red+Green+Blue) = 229+21+46=296 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.36% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 229 - color contains mainly: red. Hex color #E5152E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5152E is #1AEAD1. Grayscale: #565656. Windows color (decimal): -1764050 or 3020261. OLE color: 3020261.
HSL color Cylindrical-coordinate representation of color #E5152E: hue angle of 352.79º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5152E is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 46 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.10 |
| HSL | 352.79º | 0.83% | 0.49% | - |
| HSV(B) | 352.79º | 0.91% | 0.9% | - |
| XYZ | 33.07 | 17.39 | 4.2 | - |
| YUV | 86.04 | 105.41 | 229.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 46 | 0 | 0.91 | 0.80 | 0.10 | 352.79 | 0.83 | 0.49 |
| Hex | E5 | 15 | 2E | 0 | 5B | 50 | A | 161 | 53 | 31 |
| Octal | 345 | 25 | 56 | 0 | 133 | 120 | 12 | 541 | 123 | 61 |
| Binary | 11100101 | 10101 | 101110 | 0 | 1011011 | 1010000 | 1010 | 101100001 | 1010011 | 110001 |
Color Harmonies of #E5152E
Complementary color
Monochromatic Colors of #E5152E
Black with #E5152E
Text Example
Text Example
White with #E5152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5152E; }
p { color: rgb(229,21,46); }
H1.HeaderClassName
{
color: #E5152E;
}
.AnyTagClassName
{
color: #E5152E;
}
</style>
background-color css
<style>
a { background-color: #E5152E; }
a { background-color: rgb(229,21,46); }
div.DivClassName
{
background-color: #E5152E;
}
.BgClassName
{
background-color: #E5152E;
}
</style>
border-color css
<style>
span { border-color: #E5152E; }
span { border-color: rgb(229,21,46); }
td.TdClassName
{
border-color: #E5152E;
}
.TagClassName
{
border-color: #E5152E;
}
</style>