Shades of Crimson #E41331
Tints of Crimson #E41331
RGB
CMYK
RGB Variations
Color information
#E41331 (or 0xE41331) is known color: Crimson. HEX triplet: E4, 13 and 31. RGB value is (228,19,49). Sum of RGB (Red+Green+Blue) = 228+19+49=296 (39% of max value = 765). Red value is 228 (89.45% from 255 or 77.03% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 228 - color contains mainly: red. Hex color #E41331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41331 is #1BECCE. Grayscale: #545454. Windows color (decimal): -1830095 or 3216356. OLE color: 3216356.
HSL color Cylindrical-coordinate representation of color #E41331: hue angle of 351.39º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E41331 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 19 | 49 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.11 |
| HSL | 351.39º | 0.85% | 0.48% | - |
| HSV(B) | 351.39º | 0.92% | 0.89% | - |
| XYZ | 32.78 | 17.18 | 4.49 | - |
| YUV | 84.91 | 107.74 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 19 | 49 | 0 | 0.92 | 0.79 | 0.11 | 351.39 | 0.85 | 0.48 |
| Hex | E4 | 13 | 31 | 0 | 5C | 4F | B | 15F | 55 | 30 |
| Octal | 344 | 23 | 61 | 0 | 134 | 117 | 13 | 537 | 125 | 60 |
| Binary | 11100100 | 10011 | 110001 | 0 | 1011100 | 1001111 | 1011 | 101011111 | 1010101 | 110000 |
Color Harmonies of #E41331
Complementary color
Monochromatic Colors of #E41331
Black with #E41331
Text Example
Text Example
White with #E41331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41331; }
p { color: rgb(228,19,49); }
H1.HeaderClassName
{
color: #E41331;
}
.AnyTagClassName
{
color: #E41331;
}
</style>
background-color css
<style>
a { background-color: #E41331; }
a { background-color: rgb(228,19,49); }
div.DivClassName
{
background-color: #E41331;
}
.BgClassName
{
background-color: #E41331;
}
</style>
border-color css
<style>
span { border-color: #E41331; }
span { border-color: rgb(228,19,49); }
td.TdClassName
{
border-color: #E41331;
}
.TagClassName
{
border-color: #E41331;
}
</style>