Shades of Crimson #E01949
Tints of Crimson #E01949
RGB
CMYK
RGB Variations
Color information
#E01949 (or 0xE01949) is known color: Crimson. HEX triplet: E0, 19 and 49. RGB value is (224,25,73). Sum of RGB (Red+Green+Blue) = 224+25+73=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E01949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01949 is #1FE6B6. Grayscale: #595959. Windows color (decimal): -2090679 or 4790752. OLE color: 4790752.
HSL color Cylindrical-coordinate representation of color #E01949: hue angle of 345.53º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01949 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 73 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.12 |
| HSL | 345.53º | 0.8% | 0.49% | - |
| HSV(B) | 345.53º | 0.89% | 0.88% | - |
| XYZ | 32.29 | 17.02 | 7.89 | - |
| YUV | 89.97 | 118.43 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 73 | 0 | 0.89 | 0.67 | 0.12 | 345.53 | 0.8 | 0.49 |
| Hex | E0 | 19 | 49 | 0 | 59 | 43 | C | 15A | 50 | 31 |
| Octal | 340 | 31 | 111 | 0 | 131 | 103 | 14 | 532 | 120 | 61 |
| Binary | 11100000 | 11001 | 1001001 | 0 | 1011001 | 1000011 | 1100 | 101011010 | 1010000 | 110001 |
Color Harmonies of #E01949
Complementary color
Monochromatic Colors of #E01949
Black with #E01949
Text Example
Text Example
White with #E01949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01949; }
p { color: rgb(224,25,73); }
H1.HeaderClassName
{
color: #E01949;
}
.AnyTagClassName
{
color: #E01949;
}
</style>
background-color css
<style>
a { background-color: #E01949; }
a { background-color: rgb(224,25,73); }
div.DivClassName
{
background-color: #E01949;
}
.BgClassName
{
background-color: #E01949;
}
</style>
border-color css
<style>
span { border-color: #E01949; }
span { border-color: rgb(224,25,73); }
td.TdClassName
{
border-color: #E01949;
}
.TagClassName
{
border-color: #E01949;
}
</style>