Shades of Crimson #E5053E
Tints of Crimson #E5053E
RGB
CMYK
RGB Variations
Color information
#E5053E (or 0xE5053E) is known color: Crimson. HEX triplet: E5, 05 and 3E. RGB value is (229,5,62). Sum of RGB (Red+Green+Blue) = 229+5+62=296 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.36% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 229 - color contains mainly: red. Hex color #E5053E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5053E is #1AFAC1. Grayscale: #4E4E4E. Windows color (decimal): -1768130 or 4064741. OLE color: 4064741.
HSL color Cylindrical-coordinate representation of color #E5053E: hue angle of 344.73º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5053E is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 62 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.10 |
| HSL | 344.73º | 0.96% | 0.46% | - |
| HSV(B) | 344.73º | 0.98% | 0.9% | - |
| XYZ | 33.24 | 17.11 | 6.11 | - |
| YUV | 78.47 | 118.71 | 235.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 62 | 0 | 0.98 | 0.73 | 0.10 | 344.73 | 0.96 | 0.46 |
| Hex | E5 | 5 | 3E | 0 | 62 | 49 | A | 159 | 60 | 2E |
| Octal | 345 | 5 | 76 | 0 | 142 | 111 | 12 | 531 | 140 | 56 |
| Binary | 11100101 | 101 | 111110 | 0 | 1100010 | 1001001 | 1010 | 101011001 | 1100000 | 101110 |
Color Harmonies of #E5053E
Complementary color
Monochromatic Colors of #E5053E
Black with #E5053E
Text Example
Text Example
White with #E5053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5053E; }
p { color: rgb(229,5,62); }
H1.HeaderClassName
{
color: #E5053E;
}
.AnyTagClassName
{
color: #E5053E;
}
</style>
background-color css
<style>
a { background-color: #E5053E; }
a { background-color: rgb(229,5,62); }
div.DivClassName
{
background-color: #E5053E;
}
.BgClassName
{
background-color: #E5053E;
}
</style>
border-color css
<style>
span { border-color: #E5053E; }
span { border-color: rgb(229,5,62); }
td.TdClassName
{
border-color: #E5053E;
}
.TagClassName
{
border-color: #E5053E;
}
</style>