Shades of Crimson #E2193F
Tints of Crimson #E2193F
RGB
CMYK
RGB Variations
Color information
#E2193F (or 0xE2193F) is known color: Crimson. HEX triplet: E2, 19 and 3F. RGB value is (226,25,63). Sum of RGB (Red+Green+Blue) = 226+25+63=314 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.97% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 226 - color contains mainly: red. Hex color #E2193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2193F is #1DE6C0. Grayscale: #595959. Windows color (decimal): -1959617 or 4135394. OLE color: 4135394.
HSL color Cylindrical-coordinate representation of color #E2193F: hue angle of 348.66º 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 #E2193F is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 63 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.11 |
| HSL | 348.66º | 0.8% | 0.49% | - |
| HSV(B) | 348.66º | 0.89% | 0.89% | - |
| XYZ | 32.61 | 17.22 | 6.31 | - |
| YUV | 89.43 | 113.09 | 225.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 63 | 0 | 0.89 | 0.72 | 0.11 | 348.66 | 0.8 | 0.49 |
| Hex | E2 | 19 | 3F | 0 | 59 | 48 | B | 15D | 50 | 31 |
| Octal | 342 | 31 | 77 | 0 | 131 | 110 | 13 | 535 | 120 | 61 |
| Binary | 11100010 | 11001 | 111111 | 0 | 1011001 | 1001000 | 1011 | 101011101 | 1010000 | 110001 |
Color Harmonies of #E2193F
Complementary color
Monochromatic Colors of #E2193F
Black with #E2193F
Text Example
Text Example
White with #E2193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2193F; }
p { color: rgb(226,25,63); }
H1.HeaderClassName
{
color: #E2193F;
}
.AnyTagClassName
{
color: #E2193F;
}
</style>
background-color css
<style>
a { background-color: #E2193F; }
a { background-color: rgb(226,25,63); }
div.DivClassName
{
background-color: #E2193F;
}
.BgClassName
{
background-color: #E2193F;
}
</style>
border-color css
<style>
span { border-color: #E2193F; }
span { border-color: rgb(226,25,63); }
td.TdClassName
{
border-color: #E2193F;
}
.TagClassName
{
border-color: #E2193F;
}
</style>