Shades of Crimson #E2053A
Tints of Crimson #E2053A
RGB
CMYK
RGB Variations
Color information
#E2053A (or 0xE2053A) is known color: Crimson. HEX triplet: E2, 05 and 3A. RGB value is (226,5,58). Sum of RGB (Red+Green+Blue) = 226+5+58=289 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.20% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 226 - color contains mainly: red. Hex color #E2053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2053A is #1DFAC5. Grayscale: #4D4D4D. Windows color (decimal): -1964742 or 3802594. OLE color: 3802594.
HSL color Cylindrical-coordinate representation of color #E2053A: hue angle of 345.61º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E2053A is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 58 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.11 |
| HSL | 345.61º | 0.96% | 0.45% | - |
| HSV(B) | 345.61º | 0.98% | 0.89% | - |
| XYZ | 32.18 | 16.58 | 5.51 | - |
| YUV | 77.12 | 117.22 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 58 | 0 | 0.98 | 0.74 | 0.11 | 345.61 | 0.96 | 0.45 |
| Hex | E2 | 5 | 3A | 0 | 62 | 4A | B | 15A | 60 | 2D |
| Octal | 342 | 5 | 72 | 0 | 142 | 112 | 13 | 532 | 140 | 55 |
| Binary | 11100010 | 101 | 111010 | 0 | 1100010 | 1001010 | 1011 | 101011010 | 1100000 | 101101 |
Color Harmonies of #E2053A
Complementary color
Monochromatic Colors of #E2053A
Black with #E2053A
Text Example
Text Example
White with #E2053A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2053A; }
p { color: rgb(226,5,58); }
H1.HeaderClassName
{
color: #E2053A;
}
.AnyTagClassName
{
color: #E2053A;
}
</style>
background-color css
<style>
a { background-color: #E2053A; }
a { background-color: rgb(226,5,58); }
div.DivClassName
{
background-color: #E2053A;
}
.BgClassName
{
background-color: #E2053A;
}
</style>
border-color css
<style>
span { border-color: #E2053A; }
span { border-color: rgb(226,5,58); }
td.TdClassName
{
border-color: #E2053A;
}
.TagClassName
{
border-color: #E2053A;
}
</style>