Shades of Crimson #E0193F
Tints of Crimson #E0193F
RGB
CMYK
RGB Variations
Color information
#E0193F (or 0xE0193F) is known color: Crimson. HEX triplet: E0, 19 and 3F. RGB value is (224,25,63). Sum of RGB (Red+Green+Blue) = 224+25+63=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E0193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0193F is #1FE6C0. Grayscale: #585858. Windows color (decimal): -2090689 or 4135392. OLE color: 4135392.
HSL color Cylindrical-coordinate representation of color #E0193F: hue angle of 348.54º 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 #E0193F is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 63 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.12 |
| HSL | 348.54º | 0.8% | 0.49% | - |
| HSV(B) | 348.54º | 0.89% | 0.88% | - |
| XYZ | 31.99 | 16.9 | 6.28 | - |
| YUV | 88.83 | 113.43 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 63 | 0 | 0.89 | 0.72 | 0.12 | 348.54 | 0.8 | 0.49 |
| Hex | E0 | 19 | 3F | 0 | 59 | 48 | C | 15D | 50 | 31 |
| Octal | 340 | 31 | 77 | 0 | 131 | 110 | 14 | 535 | 120 | 61 |
| Binary | 11100000 | 11001 | 111111 | 0 | 1011001 | 1001000 | 1100 | 101011101 | 1010000 | 110001 |
Color Harmonies of #E0193F
Complementary color
Monochromatic Colors of #E0193F
Black with #E0193F
Text Example
Text Example
White with #E0193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0193F; }
p { color: rgb(224,25,63); }
H1.HeaderClassName
{
color: #E0193F;
}
.AnyTagClassName
{
color: #E0193F;
}
</style>
background-color css
<style>
a { background-color: #E0193F; }
a { background-color: rgb(224,25,63); }
div.DivClassName
{
background-color: #E0193F;
}
.BgClassName
{
background-color: #E0193F;
}
</style>
border-color css
<style>
span { border-color: #E0193F; }
span { border-color: rgb(224,25,63); }
td.TdClassName
{
border-color: #E0193F;
}
.TagClassName
{
border-color: #E0193F;
}
</style>