Shades of Crimson #E01240
Tints of Crimson #E01240
RGB
CMYK
RGB Variations
Color information
#E01240 (or 0xE01240) is known color: Crimson. HEX triplet: E0, 12 and 40. RGB value is (224,18,64). Sum of RGB (Red+Green+Blue) = 224+18+64=306 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.20% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 224 - color contains mainly: red. Hex color #E01240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01240 is #1FEDBF. Grayscale: #545454. Windows color (decimal): -2092480 or 4199136. OLE color: 4199136.
HSL color Cylindrical-coordinate representation of color #E01240: hue angle of 346.6º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01240 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 18 | 64 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.12 |
| HSL | 346.6º | 0.85% | 0.47% | - |
| HSV(B) | 346.6º | 0.92% | 0.88% | - |
| XYZ | 31.88 | 16.65 | 6.38 | - |
| YUV | 84.84 | 116.25 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 18 | 64 | 0 | 0.92 | 0.71 | 0.12 | 346.6 | 0.85 | 0.47 |
| Hex | E0 | 12 | 40 | 0 | 5C | 47 | C | 15B | 55 | 2F |
| Octal | 340 | 22 | 100 | 0 | 134 | 107 | 14 | 533 | 125 | 57 |
| Binary | 11100000 | 10010 | 1000000 | 0 | 1011100 | 1000111 | 1100 | 101011011 | 1010101 | 101111 |
Color Harmonies of #E01240
Complementary color
Monochromatic Colors of #E01240
Black with #E01240
Text Example
Text Example
White with #E01240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01240; }
p { color: rgb(224,18,64); }
H1.HeaderClassName
{
color: #E01240;
}
.AnyTagClassName
{
color: #E01240;
}
</style>
background-color css
<style>
a { background-color: #E01240; }
a { background-color: rgb(224,18,64); }
div.DivClassName
{
background-color: #E01240;
}
.BgClassName
{
background-color: #E01240;
}
</style>
border-color css
<style>
span { border-color: #E01240; }
span { border-color: rgb(224,18,64); }
td.TdClassName
{
border-color: #E01240;
}
.TagClassName
{
border-color: #E01240;
}
</style>