Shades of Crimson #E2053B
Tints of Crimson #E2053B
RGB
CMYK
RGB Variations
Color information
#E2053B (or 0xE2053B) is known color: Crimson. HEX triplet: E2, 05 and 3B. RGB value is (226,5,59). Sum of RGB (Red+Green+Blue) = 226+5+59=290 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.93% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 226 - color contains mainly: red. Hex color #E2053B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2053B is #1DFAC4. Grayscale: #4D4D4D. Windows color (decimal): -1964741 or 3868130. OLE color: 3868130.
HSL color Cylindrical-coordinate representation of color #E2053B: hue angle of 345.34º 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 #E2053B is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 59 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.11 |
| HSL | 345.34º | 0.96% | 0.45% | - |
| HSV(B) | 345.34º | 0.98% | 0.89% | - |
| XYZ | 32.21 | 16.59 | 5.64 | - |
| YUV | 77.24 | 117.72 | 234.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 59 | 0 | 0.98 | 0.74 | 0.11 | 345.34 | 0.96 | 0.45 |
| Hex | E2 | 5 | 3B | 0 | 62 | 4A | B | 159 | 60 | 2D |
| Octal | 342 | 5 | 73 | 0 | 142 | 112 | 13 | 531 | 140 | 55 |
| Binary | 11100010 | 101 | 111011 | 0 | 1100010 | 1001010 | 1011 | 101011001 | 1100000 | 101101 |
Color Harmonies of #E2053B
Complementary color
Monochromatic Colors of #E2053B
Black with #E2053B
Text Example
Text Example
White with #E2053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2053B; }
p { color: rgb(226,5,59); }
H1.HeaderClassName
{
color: #E2053B;
}
.AnyTagClassName
{
color: #E2053B;
}
</style>
background-color css
<style>
a { background-color: #E2053B; }
a { background-color: rgb(226,5,59); }
div.DivClassName
{
background-color: #E2053B;
}
.BgClassName
{
background-color: #E2053B;
}
</style>
border-color css
<style>
span { border-color: #E2053B; }
span { border-color: rgb(226,5,59); }
td.TdClassName
{
border-color: #E2053B;
}
.TagClassName
{
border-color: #E2053B;
}
</style>