Shades of Crimson #E11436
Tints of Crimson #E11436
RGB
CMYK
RGB Variations
Color information
#E11436 (or 0xE11436) is known color: Crimson. HEX triplet: E1, 14 and 36. RGB value is (225,20,54). Sum of RGB (Red+Green+Blue) = 225+20+54=299 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.25% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 225 - color contains mainly: red. Hex color #E11436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11436 is #1EEBC9. Grayscale: #555555. Windows color (decimal): -2026442 or 3544289. OLE color: 3544289.
HSL color Cylindrical-coordinate representation of color #E11436: hue angle of 350.05º degrees, saturation: 0.84, 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 #E11436 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 54 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.12 |
| HSL | 350.05º | 0.84% | 0.48% | - |
| HSV(B) | 350.05º | 0.91% | 0.88% | - |
| XYZ | 31.97 | 16.77 | 5.04 | - |
| YUV | 85.17 | 110.42 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 54 | 0 | 0.91 | 0.76 | 0.12 | 350.05 | 0.84 | 0.48 |
| Hex | E1 | 14 | 36 | 0 | 5B | 4C | C | 15E | 54 | 30 |
| Octal | 341 | 24 | 66 | 0 | 133 | 114 | 14 | 536 | 124 | 60 |
| Binary | 11100001 | 10100 | 110110 | 0 | 1011011 | 1001100 | 1100 | 101011110 | 1010100 | 110000 |
Color Harmonies of #E11436
Complementary color
Monochromatic Colors of #E11436
Black with #E11436
Text Example
Text Example
White with #E11436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11436; }
p { color: rgb(225,20,54); }
H1.HeaderClassName
{
color: #E11436;
}
.AnyTagClassName
{
color: #E11436;
}
</style>
background-color css
<style>
a { background-color: #E11436; }
a { background-color: rgb(225,20,54); }
div.DivClassName
{
background-color: #E11436;
}
.BgClassName
{
background-color: #E11436;
}
</style>
border-color css
<style>
span { border-color: #E11436; }
span { border-color: rgb(225,20,54); }
td.TdClassName
{
border-color: #E11436;
}
.TagClassName
{
border-color: #E11436;
}
</style>