Shades of Crimson #E2194C
Tints of Crimson #E2194C
RGB
CMYK
RGB Variations
Color information
#E2194C (or 0xE2194C) is known color: Crimson. HEX triplet: E2, 19 and 4C. RGB value is (226,25,76). Sum of RGB (Red+Green+Blue) = 226+25+76=327 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.11% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 226 - color contains mainly: red. Hex color #E2194C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2194C is #1DE6B3. Grayscale: #5A5A5A. Windows color (decimal): -1959604 or 4987362. OLE color: 4987362.
HSL color Cylindrical-coordinate representation of color #E2194C: hue angle of 344.78º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E2194C is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 76 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.11 |
| HSL | 344.78º | 0.8% | 0.49% | - |
| HSV(B) | 344.78º | 0.89% | 0.89% | - |
| XYZ | 33.02 | 17.39 | 8.45 | - |
| YUV | 90.91 | 119.59 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 76 | 0 | 0.89 | 0.66 | 0.11 | 344.78 | 0.8 | 0.49 |
| Hex | E2 | 19 | 4C | 0 | 59 | 42 | B | 159 | 50 | 31 |
| Octal | 342 | 31 | 114 | 0 | 131 | 102 | 13 | 531 | 120 | 61 |
| Binary | 11100010 | 11001 | 1001100 | 0 | 1011001 | 1000010 | 1011 | 101011001 | 1010000 | 110001 |
Color Harmonies of #E2194C
Complementary color
Monochromatic Colors of #E2194C
Black with #E2194C
Text Example
Text Example
White with #E2194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2194C; }
p { color: rgb(226,25,76); }
H1.HeaderClassName
{
color: #E2194C;
}
.AnyTagClassName
{
color: #E2194C;
}
</style>
background-color css
<style>
a { background-color: #E2194C; }
a { background-color: rgb(226,25,76); }
div.DivClassName
{
background-color: #E2194C;
}
.BgClassName
{
background-color: #E2194C;
}
</style>
border-color css
<style>
span { border-color: #E2194C; }
span { border-color: rgb(226,25,76); }
td.TdClassName
{
border-color: #E2194C;
}
.TagClassName
{
border-color: #E2194C;
}
</style>