Shades of Crimson #E5194B
Tints of Crimson #E5194B
RGB
CMYK
RGB Variations
Color information
#E5194B (or 0xE5194B) is known color: Crimson. HEX triplet: E5, 19 and 4B. RGB value is (229,25,75). Sum of RGB (Red+Green+Blue) = 229+25+75=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E5194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5194B is #1AE6B4. Grayscale: #5B5B5B. Windows color (decimal): -1762997 or 4921829. OLE color: 4921829.
HSL color Cylindrical-coordinate representation of color #E5194B: hue angle of 345.29º 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 #E5194B is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 75 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.10 |
| HSL | 345.29º | 0.8% | 0.5% | - |
| HSV(B) | 345.29º | 0.89% | 0.9% | - |
| XYZ | 33.93 | 17.86 | 8.32 | - |
| YUV | 91.7 | 118.59 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 75 | 0 | 0.89 | 0.67 | 0.10 | 345.29 | 0.8 | 0.5 |
| Hex | E5 | 19 | 4B | 0 | 59 | 43 | A | 159 | 50 | 32 |
| Octal | 345 | 31 | 113 | 0 | 131 | 103 | 12 | 531 | 120 | 62 |
| Binary | 11100101 | 11001 | 1001011 | 0 | 1011001 | 1000011 | 1010 | 101011001 | 1010000 | 110010 |
Color Harmonies of #E5194B
Complementary color
Monochromatic Colors of #E5194B
Black with #E5194B
Text Example
Text Example
White with #E5194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5194B; }
p { color: rgb(229,25,75); }
H1.HeaderClassName
{
color: #E5194B;
}
.AnyTagClassName
{
color: #E5194B;
}
</style>
background-color css
<style>
a { background-color: #E5194B; }
a { background-color: rgb(229,25,75); }
div.DivClassName
{
background-color: #E5194B;
}
.BgClassName
{
background-color: #E5194B;
}
</style>
border-color css
<style>
span { border-color: #E5194B; }
span { border-color: rgb(229,25,75); }
td.TdClassName
{
border-color: #E5194B;
}
.TagClassName
{
border-color: #E5194B;
}
</style>