Shades of Crimson #E11D45
Tints of Crimson #E11D45
RGB
CMYK
RGB Variations
Color information
#E11D45 (or 0xE11D45) is known color: Crimson. HEX triplet: E1, 1D and 45. RGB value is (225,29,69). Sum of RGB (Red+Green+Blue) = 225+29+69=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11D45 is #1EE2BA. Grayscale: #5C5C5C. Windows color (decimal): -2024123 or 4529633. OLE color: 4529633.
HSL color Cylindrical-coordinate representation of color #E11D45: hue angle of 347.76º degrees, saturation: 0.77, 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 #E11D45 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 29 | 69 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.12 |
| HSL | 347.76º | 0.77% | 0.5% | - |
| HSV(B) | 347.76º | 0.87% | 0.88% | - |
| XYZ | 32.56 | 17.32 | 7.26 | - |
| YUV | 92.16 | 114.93 | 222.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 29 | 69 | 0 | 0.87 | 0.69 | 0.12 | 347.76 | 0.77 | 0.5 |
| Hex | E1 | 1D | 45 | 0 | 57 | 45 | C | 15C | 4D | 32 |
| Octal | 341 | 35 | 105 | 0 | 127 | 105 | 14 | 534 | 115 | 62 |
| Binary | 11100001 | 11101 | 1000101 | 0 | 1010111 | 1000101 | 1100 | 101011100 | 1001101 | 110010 |
Color Harmonies of #E11D45
Complementary color
Monochromatic Colors of #E11D45
Black with #E11D45
Text Example
Text Example
White with #E11D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11D45; }
p { color: rgb(225,29,69); }
H1.HeaderClassName
{
color: #E11D45;
}
.AnyTagClassName
{
color: #E11D45;
}
</style>
background-color css
<style>
a { background-color: #E11D45; }
a { background-color: rgb(225,29,69); }
div.DivClassName
{
background-color: #E11D45;
}
.BgClassName
{
background-color: #E11D45;
}
</style>
border-color css
<style>
span { border-color: #E11D45; }
span { border-color: rgb(225,29,69); }
td.TdClassName
{
border-color: #E11D45;
}
.TagClassName
{
border-color: #E11D45;
}
</style>