Shades of Crimson #E11A41
Tints of Crimson #E11A41
RGB
CMYK
RGB Variations
Color information
#E11A41 (or 0xE11A41) is known color: Crimson. HEX triplet: E1, 1A and 41. RGB value is (225,26,65). Sum of RGB (Red+Green+Blue) = 225+26+65=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11A41 is #1EE5BE. Grayscale: #595959. Windows color (decimal): -2024895 or 4266721. OLE color: 4266721.
HSL color Cylindrical-coordinate representation of color #E11A41: hue angle of 348.24º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11A41 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 26 | 65 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.12 |
| HSL | 348.24º | 0.79% | 0.49% | - |
| HSV(B) | 348.24º | 0.88% | 0.88% | - |
| XYZ | 32.37 | 17.13 | 6.6 | - |
| YUV | 89.95 | 113.93 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 65 | 0 | 0.88 | 0.71 | 0.12 | 348.24 | 0.79 | 0.49 |
| Hex | E1 | 1A | 41 | 0 | 58 | 47 | C | 15C | 4F | 31 |
| Octal | 341 | 32 | 101 | 0 | 130 | 107 | 14 | 534 | 117 | 61 |
| Binary | 11100001 | 11010 | 1000001 | 0 | 1011000 | 1000111 | 1100 | 101011100 | 1001111 | 110001 |
Color Harmonies of #E11A41
Complementary color
Monochromatic Colors of #E11A41
Black with #E11A41
Text Example
Text Example
White with #E11A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11A41; }
p { color: rgb(225,26,65); }
H1.HeaderClassName
{
color: #E11A41;
}
.AnyTagClassName
{
color: #E11A41;
}
</style>
background-color css
<style>
a { background-color: #E11A41; }
a { background-color: rgb(225,26,65); }
div.DivClassName
{
background-color: #E11A41;
}
.BgClassName
{
background-color: #E11A41;
}
</style>
border-color css
<style>
span { border-color: #E11A41; }
span { border-color: rgb(225,26,65); }
td.TdClassName
{
border-color: #E11A41;
}
.TagClassName
{
border-color: #E11A41;
}
</style>