Shades of Crimson #E5193C
Tints of Crimson #E5193C
RGB
CMYK
RGB Variations
Color information
#E5193C (or 0xE5193C) is known color: Crimson. HEX triplet: E5, 19 and 3C. RGB value is (229,25,60). Sum of RGB (Red+Green+Blue) = 229+25+60=314 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.93% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 229 - color contains mainly: red. Hex color #E5193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5193C is #1AE6C3. Grayscale: #5A5A5A. Windows color (decimal): -1763012 or 3938789. OLE color: 3938789.
HSL color Cylindrical-coordinate representation of color #E5193C: hue angle of 349.71º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5193C is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 60 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.10 |
| HSL | 349.71º | 0.8% | 0.5% | - |
| HSV(B) | 349.71º | 0.89% | 0.9% | - |
| XYZ | 33.48 | 17.68 | 5.92 | - |
| YUV | 89.99 | 111.09 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 60 | 0 | 0.89 | 0.74 | 0.10 | 349.71 | 0.8 | 0.5 |
| Hex | E5 | 19 | 3C | 0 | 59 | 4A | A | 15E | 50 | 32 |
| Octal | 345 | 31 | 74 | 0 | 131 | 112 | 12 | 536 | 120 | 62 |
| Binary | 11100101 | 11001 | 111100 | 0 | 1011001 | 1001010 | 1010 | 101011110 | 1010000 | 110010 |
Color Harmonies of #E5193C
Complementary color
Monochromatic Colors of #E5193C
Black with #E5193C
Text Example
Text Example
White with #E5193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5193C; }
p { color: rgb(229,25,60); }
H1.HeaderClassName
{
color: #E5193C;
}
.AnyTagClassName
{
color: #E5193C;
}
</style>
background-color css
<style>
a { background-color: #E5193C; }
a { background-color: rgb(229,25,60); }
div.DivClassName
{
background-color: #E5193C;
}
.BgClassName
{
background-color: #E5193C;
}
</style>
border-color css
<style>
span { border-color: #E5193C; }
span { border-color: rgb(229,25,60); }
td.TdClassName
{
border-color: #E5193C;
}
.TagClassName
{
border-color: #E5193C;
}
</style>