Shades of Crimson #E11F45
Tints of Crimson #E11F45
RGB
CMYK
RGB Variations
Color information
#E11F45 (or 0xE11F45) is known color: Crimson. HEX triplet: E1, 1F and 45. RGB value is (225,31,69). Sum of RGB (Red+Green+Blue) = 225+31+69=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11F45 is #1EE0BA. Grayscale: #5D5D5D. Windows color (decimal): -2023611 or 4530145. OLE color: 4530145.
HSL color Cylindrical-coordinate representation of color #E11F45: hue angle of 348.25º 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 #E11F45 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 69 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.12 |
| HSL | 348.25º | 0.76% | 0.5% | - |
| HSV(B) | 348.25º | 0.86% | 0.88% | - |
| XYZ | 32.62 | 17.42 | 7.27 | - |
| YUV | 93.34 | 114.27 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 69 | 0 | 0.86 | 0.69 | 0.12 | 348.25 | 0.76 | 0.5 |
| Hex | E1 | 1F | 45 | 0 | 56 | 45 | C | 15C | 4C | 32 |
| Octal | 341 | 37 | 105 | 0 | 126 | 105 | 14 | 534 | 114 | 62 |
| Binary | 11100001 | 11111 | 1000101 | 0 | 1010110 | 1000101 | 1100 | 101011100 | 1001100 | 110010 |
Color Harmonies of #E11F45
Complementary color
Monochromatic Colors of #E11F45
Black with #E11F45
Text Example
Text Example
White with #E11F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11F45; }
p { color: rgb(225,31,69); }
H1.HeaderClassName
{
color: #E11F45;
}
.AnyTagClassName
{
color: #E11F45;
}
</style>
background-color css
<style>
a { background-color: #E11F45; }
a { background-color: rgb(225,31,69); }
div.DivClassName
{
background-color: #E11F45;
}
.BgClassName
{
background-color: #E11F45;
}
</style>
border-color css
<style>
span { border-color: #E11F45; }
span { border-color: rgb(225,31,69); }
td.TdClassName
{
border-color: #E11F45;
}
.TagClassName
{
border-color: #E11F45;
}
</style>