Shades of Crimson #E1193E
Tints of Crimson #E1193E
RGB
CMYK
RGB Variations
Color information
#E1193E (or 0xE1193E) is known color: Crimson. HEX triplet: E1, 19 and 3E. RGB value is (225,25,62). Sum of RGB (Red+Green+Blue) = 225+25+62=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E1193E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1193E is #1EE6C1. Grayscale: #595959. Windows color (decimal): -2025154 or 4069857. OLE color: 4069857.
HSL color Cylindrical-coordinate representation of color #E1193E: hue angle of 348.9º 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 #E1193E is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 62 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.12 |
| HSL | 348.9º | 0.8% | 0.49% | - |
| HSV(B) | 348.9º | 0.89% | 0.88% | - |
| XYZ | 32.27 | 17.05 | 6.15 | - |
| YUV | 89.02 | 112.76 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 62 | 0 | 0.89 | 0.72 | 0.12 | 348.9 | 0.8 | 0.49 |
| Hex | E1 | 19 | 3E | 0 | 59 | 48 | C | 15D | 50 | 31 |
| Octal | 341 | 31 | 76 | 0 | 131 | 110 | 14 | 535 | 120 | 61 |
| Binary | 11100001 | 11001 | 111110 | 0 | 1011001 | 1001000 | 1100 | 101011101 | 1010000 | 110001 |
Color Harmonies of #E1193E
Complementary color
Monochromatic Colors of #E1193E
Black with #E1193E
Text Example
Text Example
White with #E1193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1193E; }
p { color: rgb(225,25,62); }
H1.HeaderClassName
{
color: #E1193E;
}
.AnyTagClassName
{
color: #E1193E;
}
</style>
background-color css
<style>
a { background-color: #E1193E; }
a { background-color: rgb(225,25,62); }
div.DivClassName
{
background-color: #E1193E;
}
.BgClassName
{
background-color: #E1193E;
}
</style>
border-color css
<style>
span { border-color: #E1193E; }
span { border-color: rgb(225,25,62); }
td.TdClassName
{
border-color: #E1193E;
}
.TagClassName
{
border-color: #E1193E;
}
</style>