Shades of Crimson #E11F41
Tints of Crimson #E11F41
RGB
CMYK
RGB Variations
Color information
#E11F41 (or 0xE11F41) is known color: Crimson. HEX triplet: E1, 1F and 41. RGB value is (225,31,65). Sum of RGB (Red+Green+Blue) = 225+31+65=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11F41 is #1EE0BE. Grayscale: #5C5C5C. Windows color (decimal): -2023615 or 4268001. OLE color: 4268001.
HSL color Cylindrical-coordinate representation of color #E11F41: hue angle of 349.48º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E11F41 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 65 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.12 |
| HSL | 349.48º | 0.76% | 0.5% | - |
| HSV(B) | 349.48º | 0.86% | 0.88% | - |
| XYZ | 32.5 | 17.37 | 6.64 | - |
| YUV | 92.88 | 112.27 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 65 | 0 | 0.86 | 0.71 | 0.12 | 349.48 | 0.76 | 0.5 |
| Hex | E1 | 1F | 41 | 0 | 56 | 47 | C | 15D | 4C | 32 |
| Octal | 341 | 37 | 101 | 0 | 126 | 107 | 14 | 535 | 114 | 62 |
| Binary | 11100001 | 11111 | 1000001 | 0 | 1010110 | 1000111 | 1100 | 101011101 | 1001100 | 110010 |
Color Harmonies of #E11F41
Complementary color
Monochromatic Colors of #E11F41
Black with #E11F41
Text Example
Text Example
White with #E11F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11F41; }
p { color: rgb(225,31,65); }
H1.HeaderClassName
{
color: #E11F41;
}
.AnyTagClassName
{
color: #E11F41;
}
</style>
background-color css
<style>
a { background-color: #E11F41; }
a { background-color: rgb(225,31,65); }
div.DivClassName
{
background-color: #E11F41;
}
.BgClassName
{
background-color: #E11F41;
}
</style>
border-color css
<style>
span { border-color: #E11F41; }
span { border-color: rgb(225,31,65); }
td.TdClassName
{
border-color: #E11F41;
}
.TagClassName
{
border-color: #E11F41;
}
</style>