Shades of Crimson #E20036
Tints of Crimson #E20036
RGB
CMYK
RGB Variations
Color information
#E20036 (or 0xE20036) is known color: Crimson. HEX triplet: E2, 00 and 36. RGB value is (226,0,54). Sum of RGB (Red+Green+Blue) = 226+0+54=280 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.71% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 226 - color contains mainly: red. Hex color #E20036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20036 is #1DFFC9. Grayscale: #494949. Windows color (decimal): -1966026 or 3539170. OLE color: 3539170.
HSL color Cylindrical-coordinate representation of color #E20036: hue angle of 345.66º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20036 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.76 | 0.11 |
| HSL | 345.66º | 1% | 0.44% | - |
| HSV(B) | 345.66º | 1% | 0.89% | - |
| XYZ | 32.03 | 16.44 | 4.97 | - |
| YUV | 73.73 | 116.87 | 236.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 54 | 0 | 1 | 0.76 | 0.11 | 345.66 | 1 | 0.44 |
| Hex | E2 | 0 | 36 | 0 | 64 | 4C | B | 15A | 64 | 2C |
| Octal | 342 | 0 | 66 | 0 | 144 | 114 | 13 | 532 | 144 | 54 |
| Binary | 11100010 | 0 | 110110 | 0 | 1100100 | 1001100 | 1011 | 101011010 | 1100100 | 101100 |
Color Harmonies of #E20036
Complementary color
Monochromatic Colors of #E20036
Black with #E20036
Text Example
Text Example
White with #E20036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20036; }
p { color: rgb(226,0,54); }
H1.HeaderClassName
{
color: #E20036;
}
.AnyTagClassName
{
color: #E20036;
}
</style>
background-color css
<style>
a { background-color: #E20036; }
a { background-color: rgb(226,0,54); }
div.DivClassName
{
background-color: #E20036;
}
.BgClassName
{
background-color: #E20036;
}
</style>
border-color css
<style>
span { border-color: #E20036; }
span { border-color: rgb(226,0,54); }
td.TdClassName
{
border-color: #E20036;
}
.TagClassName
{
border-color: #E20036;
}
</style>