Shades of Crimson #E11235
Tints of Crimson #E11235
RGB
CMYK
RGB Variations
Color information
#E11235 (or 0xE11235) is known color: Crimson. HEX triplet: E1, 12 and 35. RGB value is (225,18,53). Sum of RGB (Red+Green+Blue) = 225+18+53=296 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.01% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 225 - color contains mainly: red. Hex color #E11235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11235 is #1EEDCA. Grayscale: #535353. Windows color (decimal): -2026955 or 3478241. OLE color: 3478241.
HSL color Cylindrical-coordinate representation of color #E11235: hue angle of 349.86º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11235 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 53 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.12 |
| HSL | 349.86º | 0.85% | 0.48% | - |
| HSV(B) | 349.86º | 0.92% | 0.88% | - |
| XYZ | 31.91 | 16.7 | 4.91 | - |
| YUV | 83.88 | 110.58 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 53 | 0 | 0.92 | 0.76 | 0.12 | 349.86 | 0.85 | 0.48 |
| Hex | E1 | 12 | 35 | 0 | 5C | 4C | C | 15E | 55 | 30 |
| Octal | 341 | 22 | 65 | 0 | 134 | 114 | 14 | 536 | 125 | 60 |
| Binary | 11100001 | 10010 | 110101 | 0 | 1011100 | 1001100 | 1100 | 101011110 | 1010101 | 110000 |
Color Harmonies of #E11235
Complementary color
Monochromatic Colors of #E11235
Black with #E11235
Text Example
Text Example
White with #E11235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11235; }
p { color: rgb(225,18,53); }
H1.HeaderClassName
{
color: #E11235;
}
.AnyTagClassName
{
color: #E11235;
}
</style>
background-color css
<style>
a { background-color: #E11235; }
a { background-color: rgb(225,18,53); }
div.DivClassName
{
background-color: #E11235;
}
.BgClassName
{
background-color: #E11235;
}
</style>
border-color css
<style>
span { border-color: #E11235; }
span { border-color: rgb(225,18,53); }
td.TdClassName
{
border-color: #E11235;
}
.TagClassName
{
border-color: #E11235;
}
</style>