Shades of Crimson #E11532
Tints of Crimson #E11532
RGB
CMYK
RGB Variations
Color information
#E11532 (or 0xE11532) is known color: Crimson. HEX triplet: E1, 15 and 32. RGB value is (225,21,50). Sum of RGB (Red+Green+Blue) = 225+21+50=296 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.01% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 225 - color contains mainly: red. Hex color #E11532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11532 is #1EEACD. Grayscale: #555555. Windows color (decimal): -2026190 or 3282401. OLE color: 3282401.
HSL color Cylindrical-coordinate representation of color #E11532: hue angle of 351.47º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E11532 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 50 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.12 |
| HSL | 351.47º | 0.83% | 0.48% | - |
| HSV(B) | 351.47º | 0.91% | 0.88% | - |
| XYZ | 31.9 | 16.77 | 4.57 | - |
| YUV | 85.3 | 108.09 | 227.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 50 | 0 | 0.91 | 0.78 | 0.12 | 351.47 | 0.83 | 0.48 |
| Hex | E1 | 15 | 32 | 0 | 5B | 4E | C | 15F | 53 | 30 |
| Octal | 341 | 25 | 62 | 0 | 133 | 116 | 14 | 537 | 123 | 60 |
| Binary | 11100001 | 10101 | 110010 | 0 | 1011011 | 1001110 | 1100 | 101011111 | 1010011 | 110000 |
Color Harmonies of #E11532
Complementary color
Monochromatic Colors of #E11532
Black with #E11532
Text Example
Text Example
White with #E11532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11532; }
p { color: rgb(225,21,50); }
H1.HeaderClassName
{
color: #E11532;
}
.AnyTagClassName
{
color: #E11532;
}
</style>
background-color css
<style>
a { background-color: #E11532; }
a { background-color: rgb(225,21,50); }
div.DivClassName
{
background-color: #E11532;
}
.BgClassName
{
background-color: #E11532;
}
</style>
border-color css
<style>
span { border-color: #E11532; }
span { border-color: rgb(225,21,50); }
td.TdClassName
{
border-color: #E11532;
}
.TagClassName
{
border-color: #E11532;
}
</style>