Shades of Crimson #E11E45
Tints of Crimson #E11E45
RGB
CMYK
RGB Variations
Color information
#E11E45 (or 0xE11E45) is known color: Crimson. HEX triplet: E1, 1E and 45. RGB value is (225,30,69). Sum of RGB (Red+Green+Blue) = 225+30+69=324 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.44% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11E45 is #1EE1BA. Grayscale: #5C5C5C. Windows color (decimal): -2023867 or 4529889. OLE color: 4529889.
HSL color Cylindrical-coordinate representation of color #E11E45: hue angle of 348º 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 #E11E45 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 69 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.12 |
| HSL | 348º | 0.76% | 0.5% | - |
| HSV(B) | 348º | 0.87% | 0.88% | - |
| XYZ | 32.59 | 17.37 | 7.26 | - |
| YUV | 92.75 | 114.6 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 69 | 0 | 0.87 | 0.69 | 0.12 | 348 | 0.76 | 0.5 |
| Hex | E1 | 1E | 45 | 0 | 57 | 45 | C | 15C | 4C | 32 |
| Octal | 341 | 36 | 105 | 0 | 127 | 105 | 14 | 534 | 114 | 62 |
| Binary | 11100001 | 11110 | 1000101 | 0 | 1010111 | 1000101 | 1100 | 101011100 | 1001100 | 110010 |
Color Harmonies of #E11E45
Complementary color
Monochromatic Colors of #E11E45
Black with #E11E45
Text Example
Text Example
White with #E11E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11E45; }
p { color: rgb(225,30,69); }
H1.HeaderClassName
{
color: #E11E45;
}
.AnyTagClassName
{
color: #E11E45;
}
</style>
background-color css
<style>
a { background-color: #E11E45; }
a { background-color: rgb(225,30,69); }
div.DivClassName
{
background-color: #E11E45;
}
.BgClassName
{
background-color: #E11E45;
}
</style>
border-color css
<style>
span { border-color: #E11E45; }
span { border-color: rgb(225,30,69); }
td.TdClassName
{
border-color: #E11E45;
}
.TagClassName
{
border-color: #E11E45;
}
</style>