Shades of Crimson #E11535
Tints of Crimson #E11535
RGB
CMYK
RGB Variations
Color information
#E11535 (or 0xE11535) is known color: Crimson. HEX triplet: E1, 15 and 35. RGB value is (225,21,53). Sum of RGB (Red+Green+Blue) = 225+21+53=299 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.25% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 225 - color contains mainly: red. Hex color #E11535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11535 is #1EEACA. Grayscale: #555555. Windows color (decimal): -2026187 or 3479009. OLE color: 3479009.
HSL color Cylindrical-coordinate representation of color #E11535: hue angle of 350.59º 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 #E11535 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 53 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.12 |
| HSL | 350.59º | 0.83% | 0.48% | - |
| HSV(B) | 350.59º | 0.91% | 0.88% | - |
| XYZ | 31.96 | 16.8 | 4.93 | - |
| YUV | 85.64 | 109.59 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 53 | 0 | 0.91 | 0.76 | 0.12 | 350.59 | 0.83 | 0.48 |
| Hex | E1 | 15 | 35 | 0 | 5B | 4C | C | 15F | 53 | 30 |
| Octal | 341 | 25 | 65 | 0 | 133 | 114 | 14 | 537 | 123 | 60 |
| Binary | 11100001 | 10101 | 110101 | 0 | 1011011 | 1001100 | 1100 | 101011111 | 1010011 | 110000 |
Color Harmonies of #E11535
Complementary color
Monochromatic Colors of #E11535
Black with #E11535
Text Example
Text Example
White with #E11535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11535; }
p { color: rgb(225,21,53); }
H1.HeaderClassName
{
color: #E11535;
}
.AnyTagClassName
{
color: #E11535;
}
</style>
background-color css
<style>
a { background-color: #E11535; }
a { background-color: rgb(225,21,53); }
div.DivClassName
{
background-color: #E11535;
}
.BgClassName
{
background-color: #E11535;
}
</style>
border-color css
<style>
span { border-color: #E11535; }
span { border-color: rgb(225,21,53); }
td.TdClassName
{
border-color: #E11535;
}
.TagClassName
{
border-color: #E11535;
}
</style>