Shades of Crimson #E1194D
Tints of Crimson #E1194D
RGB
CMYK
RGB Variations
Color information
#E1194D (or 0xE1194D) is known color: Crimson. HEX triplet: E1, 19 and 4D. RGB value is (225,25,77). Sum of RGB (Red+Green+Blue) = 225+25+77=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E1194D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1194D is #1EE6B2. Grayscale: #5A5A5A. Windows color (decimal): -2025139 or 5052897. OLE color: 5052897.
HSL color Cylindrical-coordinate representation of color #E1194D: hue angle of 344.4º 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 #E1194D is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 77 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.12 |
| HSL | 344.4º | 0.8% | 0.49% | - |
| HSV(B) | 344.4º | 0.89% | 0.88% | - |
| XYZ | 32.74 | 17.24 | 8.62 | - |
| YUV | 90.73 | 120.26 | 223.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 77 | 0 | 0.89 | 0.66 | 0.12 | 344.4 | 0.8 | 0.49 |
| Hex | E1 | 19 | 4D | 0 | 59 | 42 | C | 158 | 50 | 31 |
| Octal | 341 | 31 | 115 | 0 | 131 | 102 | 14 | 530 | 120 | 61 |
| Binary | 11100001 | 11001 | 1001101 | 0 | 1011001 | 1000010 | 1100 | 101011000 | 1010000 | 110001 |
Color Harmonies of #E1194D
Complementary color
Monochromatic Colors of #E1194D
Black with #E1194D
Text Example
Text Example
White with #E1194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1194D; }
p { color: rgb(225,25,77); }
H1.HeaderClassName
{
color: #E1194D;
}
.AnyTagClassName
{
color: #E1194D;
}
</style>
background-color css
<style>
a { background-color: #E1194D; }
a { background-color: rgb(225,25,77); }
div.DivClassName
{
background-color: #E1194D;
}
.BgClassName
{
background-color: #E1194D;
}
</style>
border-color css
<style>
span { border-color: #E1194D; }
span { border-color: rgb(225,25,77); }
td.TdClassName
{
border-color: #E1194D;
}
.TagClassName
{
border-color: #E1194D;
}
</style>