Shades of Crimson #E1194B
Tints of Crimson #E1194B
RGB
CMYK
RGB Variations
Color information
#E1194B (or 0xE1194B) is known color: Crimson. HEX triplet: E1, 19 and 4B. RGB value is (225,25,75). Sum of RGB (Red+Green+Blue) = 225+25+75=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E1194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1194B is #1EE6B4. Grayscale: #5A5A5A. Windows color (decimal): -2025141 or 4921825. OLE color: 4921825.
HSL color Cylindrical-coordinate representation of color #E1194B: hue angle of 345º 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 #E1194B is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 75 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.12 |
| HSL | 345º | 0.8% | 0.49% | - |
| HSV(B) | 345º | 0.89% | 0.88% | - |
| XYZ | 32.67 | 17.21 | 8.26 | - |
| YUV | 90.5 | 119.26 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 75 | 0 | 0.89 | 0.67 | 0.12 | 345 | 0.8 | 0.49 |
| Hex | E1 | 19 | 4B | 0 | 59 | 43 | C | 159 | 50 | 31 |
| Octal | 341 | 31 | 113 | 0 | 131 | 103 | 14 | 531 | 120 | 61 |
| Binary | 11100001 | 11001 | 1001011 | 0 | 1011001 | 1000011 | 1100 | 101011001 | 1010000 | 110001 |
Color Harmonies of #E1194B
Complementary color
Monochromatic Colors of #E1194B
Black with #E1194B
Text Example
Text Example
White with #E1194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1194B; }
p { color: rgb(225,25,75); }
H1.HeaderClassName
{
color: #E1194B;
}
.AnyTagClassName
{
color: #E1194B;
}
</style>
background-color css
<style>
a { background-color: #E1194B; }
a { background-color: rgb(225,25,75); }
div.DivClassName
{
background-color: #E1194B;
}
.BgClassName
{
background-color: #E1194B;
}
</style>
border-color css
<style>
span { border-color: #E1194B; }
span { border-color: rgb(225,25,75); }
td.TdClassName
{
border-color: #E1194B;
}
.TagClassName
{
border-color: #E1194B;
}
</style>