Shades of Crimson #E41131
Tints of Crimson #E41131
RGB
CMYK
RGB Variations
Color information
#E41131 (or 0xE41131) is known color: Crimson. HEX triplet: E4, 11 and 31. RGB value is (228,17,49). Sum of RGB (Red+Green+Blue) = 228+17+49=294 (38% of max value = 765). Red value is 228 (89.45% from 255 or 77.55% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 228 - color contains mainly: red. Hex color #E41131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41131 is #1BEECE. Grayscale: #535353. Windows color (decimal): -1830607 or 3215844. OLE color: 3215844.
HSL color Cylindrical-coordinate representation of color #E41131: hue angle of 350.9º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E41131 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 17 | 49 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.11 |
| HSL | 350.9º | 0.86% | 0.48% | - |
| HSV(B) | 350.9º | 0.93% | 0.89% | - |
| XYZ | 32.75 | 17.12 | 4.48 | - |
| YUV | 83.74 | 108.4 | 230.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 17 | 49 | 0 | 0.93 | 0.79 | 0.11 | 350.9 | 0.86 | 0.48 |
| Hex | E4 | 11 | 31 | 0 | 5D | 4F | B | 15F | 56 | 30 |
| Octal | 344 | 21 | 61 | 0 | 135 | 117 | 13 | 537 | 126 | 60 |
| Binary | 11100100 | 10001 | 110001 | 0 | 1011101 | 1001111 | 1011 | 101011111 | 1010110 | 110000 |
Color Harmonies of #E41131
Complementary color
Monochromatic Colors of #E41131
Black with #E41131
Text Example
Text Example
White with #E41131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41131; }
p { color: rgb(228,17,49); }
H1.HeaderClassName
{
color: #E41131;
}
.AnyTagClassName
{
color: #E41131;
}
</style>
background-color css
<style>
a { background-color: #E41131; }
a { background-color: rgb(228,17,49); }
div.DivClassName
{
background-color: #E41131;
}
.BgClassName
{
background-color: #E41131;
}
</style>
border-color css
<style>
span { border-color: #E41131; }
span { border-color: rgb(228,17,49); }
td.TdClassName
{
border-color: #E41131;
}
.TagClassName
{
border-color: #E41131;
}
</style>