Shades of Crimson #E01036
Tints of Crimson #E01036
RGB
CMYK
RGB Variations
Color information
#E01036 (or 0xE01036) is known color: Crimson. HEX triplet: E0, 10 and 36. RGB value is (224,16,54). Sum of RGB (Red+Green+Blue) = 224+16+54=294 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.19% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 224 - color contains mainly: red. Hex color #E01036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01036 is #1FEFC9. Grayscale: #525252. Windows color (decimal): -2093002 or 3543264. OLE color: 3543264.
HSL color Cylindrical-coordinate representation of color #E01036: hue angle of 349.04º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E01036 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 16 | 54 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.12 |
| HSL | 349.04º | 0.87% | 0.47% | - |
| HSV(B) | 349.04º | 0.93% | 0.88% | - |
| XYZ | 31.59 | 16.48 | 5.01 | - |
| YUV | 82.52 | 111.91 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 54 | 0 | 0.93 | 0.76 | 0.12 | 349.04 | 0.87 | 0.47 |
| Hex | E0 | 10 | 36 | 0 | 5D | 4C | C | 15D | 57 | 2F |
| Octal | 340 | 20 | 66 | 0 | 135 | 114 | 14 | 535 | 127 | 57 |
| Binary | 11100000 | 10000 | 110110 | 0 | 1011101 | 1001100 | 1100 | 101011101 | 1010111 | 101111 |
Color Harmonies of #E01036
Complementary color
Monochromatic Colors of #E01036
Black with #E01036
Text Example
Text Example
White with #E01036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01036; }
p { color: rgb(224,16,54); }
H1.HeaderClassName
{
color: #E01036;
}
.AnyTagClassName
{
color: #E01036;
}
</style>
background-color css
<style>
a { background-color: #E01036; }
a { background-color: rgb(224,16,54); }
div.DivClassName
{
background-color: #E01036;
}
.BgClassName
{
background-color: #E01036;
}
</style>
border-color css
<style>
span { border-color: #E01036; }
span { border-color: rgb(224,16,54); }
td.TdClassName
{
border-color: #E01036;
}
.TagClassName
{
border-color: #E01036;
}
</style>