Shades of Crimson #E4193E
Tints of Crimson #E4193E
RGB
CMYK
RGB Variations
Color information
#E4193E (or 0xE4193E) is known color: Crimson. HEX triplet: E4, 19 and 3E. RGB value is (228,25,62). Sum of RGB (Red+Green+Blue) = 228+25+62=315 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.38% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 228 - color contains mainly: red. Hex color #E4193E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4193E is #1BE6C1. Grayscale: #595959. Windows color (decimal): -1828546 or 4069860. OLE color: 4069860.
HSL color Cylindrical-coordinate representation of color #E4193E: hue angle of 349.06º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E4193E is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 25 | 62 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.11 |
| HSL | 349.06º | 0.8% | 0.5% | - |
| HSV(B) | 349.06º | 0.89% | 0.89% | - |
| XYZ | 33.21 | 17.54 | 6.19 | - |
| YUV | 89.92 | 112.25 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 25 | 62 | 0 | 0.89 | 0.73 | 0.11 | 349.06 | 0.8 | 0.5 |
| Hex | E4 | 19 | 3E | 0 | 59 | 49 | B | 15D | 50 | 32 |
| Octal | 344 | 31 | 76 | 0 | 131 | 111 | 13 | 535 | 120 | 62 |
| Binary | 11100100 | 11001 | 111110 | 0 | 1011001 | 1001001 | 1011 | 101011101 | 1010000 | 110010 |
Color Harmonies of #E4193E
Complementary color
Monochromatic Colors of #E4193E
Black with #E4193E
Text Example
Text Example
White with #E4193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4193E; }
p { color: rgb(228,25,62); }
H1.HeaderClassName
{
color: #E4193E;
}
.AnyTagClassName
{
color: #E4193E;
}
</style>
background-color css
<style>
a { background-color: #E4193E; }
a { background-color: rgb(228,25,62); }
div.DivClassName
{
background-color: #E4193E;
}
.BgClassName
{
background-color: #E4193E;
}
</style>
border-color css
<style>
span { border-color: #E4193E; }
span { border-color: rgb(228,25,62); }
td.TdClassName
{
border-color: #E4193E;
}
.TagClassName
{
border-color: #E4193E;
}
</style>