Shades of Crimson #E1194C
Tints of Crimson #E1194C
RGB
CMYK
RGB Variations
Color information
#E1194C (or 0xE1194C) is known color: Crimson. HEX triplet: E1, 19 and 4C. RGB value is (225,25,76). Sum of RGB (Red+Green+Blue) = 225+25+76=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E1194C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1194C is #1EE6B3. Grayscale: #5A5A5A. Windows color (decimal): -2025140 or 4987361. OLE color: 4987361.
HSL color Cylindrical-coordinate representation of color #E1194C: hue angle of 344.7º 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 #E1194C is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 76 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.12 |
| HSL | 344.7º | 0.8% | 0.49% | - |
| HSV(B) | 344.7º | 0.89% | 0.88% | - |
| XYZ | 32.7 | 17.22 | 8.44 | - |
| YUV | 90.61 | 119.76 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 76 | 0 | 0.89 | 0.66 | 0.12 | 344.7 | 0.8 | 0.49 |
| Hex | E1 | 19 | 4C | 0 | 59 | 42 | C | 159 | 50 | 31 |
| Octal | 341 | 31 | 114 | 0 | 131 | 102 | 14 | 531 | 120 | 61 |
| Binary | 11100001 | 11001 | 1001100 | 0 | 1011001 | 1000010 | 1100 | 101011001 | 1010000 | 110001 |
Color Harmonies of #E1194C
Complementary color
Monochromatic Colors of #E1194C
Black with #E1194C
Text Example
Text Example
White with #E1194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1194C; }
p { color: rgb(225,25,76); }
H1.HeaderClassName
{
color: #E1194C;
}
.AnyTagClassName
{
color: #E1194C;
}
</style>
background-color css
<style>
a { background-color: #E1194C; }
a { background-color: rgb(225,25,76); }
div.DivClassName
{
background-color: #E1194C;
}
.BgClassName
{
background-color: #E1194C;
}
</style>
border-color css
<style>
span { border-color: #E1194C; }
span { border-color: rgb(225,25,76); }
td.TdClassName
{
border-color: #E1194C;
}
.TagClassName
{
border-color: #E1194C;
}
</style>