Shades of Crimson #E11E3E
Tints of Crimson #E11E3E
RGB
CMYK
RGB Variations
Color information
#E11E3E (or 0xE11E3E) is known color: Crimson. HEX triplet: E1, 1E and 3E. RGB value is (225,30,62). Sum of RGB (Red+Green+Blue) = 225+30+62=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11E3E is #1EE1C1. Grayscale: #5C5C5C. Windows color (decimal): -2023874 or 4071137. OLE color: 4071137.
HSL color Cylindrical-coordinate representation of color #E11E3E: hue angle of 350.15º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11E3E is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 62 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.12 |
| HSL | 350.15º | 0.76% | 0.5% | - |
| HSV(B) | 350.15º | 0.87% | 0.88% | - |
| XYZ | 32.39 | 17.28 | 6.19 | - |
| YUV | 91.95 | 111.1 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 62 | 0 | 0.87 | 0.72 | 0.12 | 350.15 | 0.76 | 0.5 |
| Hex | E1 | 1E | 3E | 0 | 57 | 48 | C | 15E | 4C | 32 |
| Octal | 341 | 36 | 76 | 0 | 127 | 110 | 14 | 536 | 114 | 62 |
| Binary | 11100001 | 11110 | 111110 | 0 | 1010111 | 1001000 | 1100 | 101011110 | 1001100 | 110010 |
Color Harmonies of #E11E3E
Complementary color
Monochromatic Colors of #E11E3E
Black with #E11E3E
Text Example
Text Example
White with #E11E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11E3E; }
p { color: rgb(225,30,62); }
H1.HeaderClassName
{
color: #E11E3E;
}
.AnyTagClassName
{
color: #E11E3E;
}
</style>
background-color css
<style>
a { background-color: #E11E3E; }
a { background-color: rgb(225,30,62); }
div.DivClassName
{
background-color: #E11E3E;
}
.BgClassName
{
background-color: #E11E3E;
}
</style>
border-color css
<style>
span { border-color: #E11E3E; }
span { border-color: rgb(225,30,62); }
td.TdClassName
{
border-color: #E11E3E;
}
.TagClassName
{
border-color: #E11E3E;
}
</style>