Shades of Crimson #E20137
Tints of Crimson #E20137
RGB
CMYK
RGB Variations
Color information
#E20137 (or 0xE20137) is known color: Crimson. HEX triplet: E2, 01 and 37. RGB value is (226,1,55). Sum of RGB (Red+Green+Blue) = 226+1+55=282 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.14% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 226 - color contains mainly: red. Hex color #E20137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20137 is #1DFEC8. Grayscale: #4A4A4A. Windows color (decimal): -1965769 or 3604962. OLE color: 3604962.
HSL color Cylindrical-coordinate representation of color #E20137: hue angle of 345.6º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20137 is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 55 | - |
| CMYK | 0 | 1.00 | 0.76 | 0.11 |
| HSL | 345.6º | 0.99% | 0.45% | - |
| HSV(B) | 345.6º | 1% | 0.89% | - |
| XYZ | 32.06 | 16.47 | 5.1 | - |
| YUV | 74.43 | 117.04 | 236.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 55 | 0 | 1.00 | 0.76 | 0.11 | 345.6 | 0.99 | 0.45 |
| Hex | E2 | 1 | 37 | 0 | 64 | 4C | B | 15A | 63 | 2D |
| Octal | 342 | 1 | 67 | 0 | 144 | 114 | 13 | 532 | 143 | 55 |
| Binary | 11100010 | 1 | 110111 | 0 | 1100100 | 1001100 | 1011 | 101011010 | 1100011 | 101101 |
Color Harmonies of #E20137
Complementary color
Monochromatic Colors of #E20137
Black with #E20137
Text Example
Text Example
White with #E20137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20137; }
p { color: rgb(226,1,55); }
H1.HeaderClassName
{
color: #E20137;
}
.AnyTagClassName
{
color: #E20137;
}
</style>
background-color css
<style>
a { background-color: #E20137; }
a { background-color: rgb(226,1,55); }
div.DivClassName
{
background-color: #E20137;
}
.BgClassName
{
background-color: #E20137;
}
</style>
border-color css
<style>
span { border-color: #E20137; }
span { border-color: rgb(226,1,55); }
td.TdClassName
{
border-color: #E20137;
}
.TagClassName
{
border-color: #E20137;
}
</style>