Shades of Crimson #E2193B
Tints of Crimson #E2193B
RGB
CMYK
RGB Variations
Color information
#E2193B (or 0xE2193B) is known color: Crimson. HEX triplet: E2, 19 and 3B. RGB value is (226,25,59). Sum of RGB (Red+Green+Blue) = 226+25+59=310 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.90% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 226 - color contains mainly: red. Hex color #E2193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2193B is #1DE6C4. Grayscale: #595959. Windows color (decimal): -1959621 or 3873250. OLE color: 3873250.
HSL color Cylindrical-coordinate representation of color #E2193B: hue angle of 349.85º 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 #E2193B is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 59 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.11 |
| HSL | 349.85º | 0.8% | 0.49% | - |
| HSV(B) | 349.85º | 0.89% | 0.89% | - |
| XYZ | 32.5 | 17.18 | 5.74 | - |
| YUV | 88.98 | 111.09 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 59 | 0 | 0.89 | 0.74 | 0.11 | 349.85 | 0.8 | 0.49 |
| Hex | E2 | 19 | 3B | 0 | 59 | 4A | B | 15E | 50 | 31 |
| Octal | 342 | 31 | 73 | 0 | 131 | 112 | 13 | 536 | 120 | 61 |
| Binary | 11100010 | 11001 | 111011 | 0 | 1011001 | 1001010 | 1011 | 101011110 | 1010000 | 110001 |
Color Harmonies of #E2193B
Complementary color
Monochromatic Colors of #E2193B
Black with #E2193B
Text Example
Text Example
White with #E2193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2193B; }
p { color: rgb(226,25,59); }
H1.HeaderClassName
{
color: #E2193B;
}
.AnyTagClassName
{
color: #E2193B;
}
</style>
background-color css
<style>
a { background-color: #E2193B; }
a { background-color: rgb(226,25,59); }
div.DivClassName
{
background-color: #E2193B;
}
.BgClassName
{
background-color: #E2193B;
}
</style>
border-color css
<style>
span { border-color: #E2193B; }
span { border-color: rgb(226,25,59); }
td.TdClassName
{
border-color: #E2193B;
}
.TagClassName
{
border-color: #E2193B;
}
</style>