Shades of Crimson #E4193B
Tints of Crimson #E4193B
RGB
CMYK
RGB Variations
Color information
#E4193B (or 0xE4193B) is known color: Crimson. HEX triplet: E4, 19 and 3B. RGB value is (228,25,59). Sum of RGB (Red+Green+Blue) = 228+25+59=312 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.08% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 228 - color contains mainly: red. Hex color #E4193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4193B is #1BE6C4. Grayscale: #595959. Windows color (decimal): -1828549 or 3873252. OLE color: 3873252.
HSL color Cylindrical-coordinate representation of color #E4193B: hue angle of 349.95º 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 #E4193B is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 25 | 59 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.11 |
| HSL | 349.95º | 0.8% | 0.5% | - |
| HSV(B) | 349.95º | 0.89% | 0.89% | - |
| XYZ | 33.13 | 17.51 | 5.77 | - |
| YUV | 89.57 | 110.75 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 25 | 59 | 0 | 0.89 | 0.74 | 0.11 | 349.95 | 0.8 | 0.5 |
| Hex | E4 | 19 | 3B | 0 | 59 | 4A | B | 15E | 50 | 32 |
| Octal | 344 | 31 | 73 | 0 | 131 | 112 | 13 | 536 | 120 | 62 |
| Binary | 11100100 | 11001 | 111011 | 0 | 1011001 | 1001010 | 1011 | 101011110 | 1010000 | 110010 |
Color Harmonies of #E4193B
Complementary color
Monochromatic Colors of #E4193B
Black with #E4193B
Text Example
Text Example
White with #E4193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4193B; }
p { color: rgb(228,25,59); }
H1.HeaderClassName
{
color: #E4193B;
}
.AnyTagClassName
{
color: #E4193B;
}
</style>
background-color css
<style>
a { background-color: #E4193B; }
a { background-color: rgb(228,25,59); }
div.DivClassName
{
background-color: #E4193B;
}
.BgClassName
{
background-color: #E4193B;
}
</style>
border-color css
<style>
span { border-color: #E4193B; }
span { border-color: rgb(228,25,59); }
td.TdClassName
{
border-color: #E4193B;
}
.TagClassName
{
border-color: #E4193B;
}
</style>