Shades of Crimson #E2194A
Tints of Crimson #E2194A
RGB
CMYK
RGB Variations
Color information
#E2194A (or 0xE2194A) is known color: Crimson. HEX triplet: E2, 19 and 4A. RGB value is (226,25,74). Sum of RGB (Red+Green+Blue) = 226+25+74=325 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.54% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 226 - color contains mainly: red. Hex color #E2194A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2194A is #1DE6B5. Grayscale: #5A5A5A. Windows color (decimal): -1959606 or 4856290. OLE color: 4856290.
HSL color Cylindrical-coordinate representation of color #E2194A: hue angle of 345.37º 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 #E2194A is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 74 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.11 |
| HSL | 345.37º | 0.8% | 0.49% | - |
| HSV(B) | 345.37º | 0.89% | 0.89% | - |
| XYZ | 32.95 | 17.36 | 8.09 | - |
| YUV | 90.69 | 118.59 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 74 | 0 | 0.89 | 0.67 | 0.11 | 345.37 | 0.8 | 0.49 |
| Hex | E2 | 19 | 4A | 0 | 59 | 43 | B | 159 | 50 | 31 |
| Octal | 342 | 31 | 112 | 0 | 131 | 103 | 13 | 531 | 120 | 61 |
| Binary | 11100010 | 11001 | 1001010 | 0 | 1011001 | 1000011 | 1011 | 101011001 | 1010000 | 110001 |
Color Harmonies of #E2194A
Complementary color
Monochromatic Colors of #E2194A
Black with #E2194A
Text Example
Text Example
White with #E2194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2194A; }
p { color: rgb(226,25,74); }
H1.HeaderClassName
{
color: #E2194A;
}
.AnyTagClassName
{
color: #E2194A;
}
</style>
background-color css
<style>
a { background-color: #E2194A; }
a { background-color: rgb(226,25,74); }
div.DivClassName
{
background-color: #E2194A;
}
.BgClassName
{
background-color: #E2194A;
}
</style>
border-color css
<style>
span { border-color: #E2194A; }
span { border-color: rgb(226,25,74); }
td.TdClassName
{
border-color: #E2194A;
}
.TagClassName
{
border-color: #E2194A;
}
</style>