Shades of Crimson #E11632
Tints of Crimson #E11632
RGB
CMYK
RGB Variations
Color information
#E11632 (or 0xE11632) is known color: Crimson. HEX triplet: E1, 16 and 32. RGB value is (225,22,50). Sum of RGB (Red+Green+Blue) = 225+22+50=297 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.76% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 225 - color contains mainly: red. Hex color #E11632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11632 is #1EE9CD. Grayscale: #555555. Windows color (decimal): -2025934 or 3282657. OLE color: 3282657.
HSL color Cylindrical-coordinate representation of color #E11632: hue angle of 351.72º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E11632 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 50 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.12 |
| HSL | 351.72º | 0.82% | 0.48% | - |
| HSV(B) | 351.72º | 0.9% | 0.88% | - |
| XYZ | 31.91 | 16.81 | 4.58 | - |
| YUV | 85.89 | 107.75 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 50 | 0 | 0.90 | 0.78 | 0.12 | 351.72 | 0.82 | 0.48 |
| Hex | E1 | 16 | 32 | 0 | 5A | 4E | C | 160 | 52 | 30 |
| Octal | 341 | 26 | 62 | 0 | 132 | 116 | 14 | 540 | 122 | 60 |
| Binary | 11100001 | 10110 | 110010 | 0 | 1011010 | 1001110 | 1100 | 101100000 | 1010010 | 110000 |
Color Harmonies of #E11632
Complementary color
Monochromatic Colors of #E11632
Black with #E11632
Text Example
Text Example
White with #E11632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11632; }
p { color: rgb(225,22,50); }
H1.HeaderClassName
{
color: #E11632;
}
.AnyTagClassName
{
color: #E11632;
}
</style>
background-color css
<style>
a { background-color: #E11632; }
a { background-color: rgb(225,22,50); }
div.DivClassName
{
background-color: #E11632;
}
.BgClassName
{
background-color: #E11632;
}
</style>
border-color css
<style>
span { border-color: #E11632; }
span { border-color: rgb(225,22,50); }
td.TdClassName
{
border-color: #E11632;
}
.TagClassName
{
border-color: #E11632;
}
</style>