Shades of Crimson #E11635
Tints of Crimson #E11635
RGB
CMYK
RGB Variations
Color information
#E11635 (or 0xE11635) is known color: Crimson. HEX triplet: E1, 16 and 35. RGB value is (225,22,53). Sum of RGB (Red+Green+Blue) = 225+22+53=300 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 225 - color contains mainly: red. Hex color #E11635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11635 is #1EE9CA. Grayscale: #565656. Windows color (decimal): -2025931 or 3479265. OLE color: 3479265.
HSL color Cylindrical-coordinate representation of color #E11635: hue angle of 350.84º 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 #E11635 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 53 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.12 |
| HSL | 350.84º | 0.82% | 0.48% | - |
| HSV(B) | 350.84º | 0.9% | 0.88% | - |
| XYZ | 31.98 | 16.84 | 4.93 | - |
| YUV | 86.23 | 109.25 | 226.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 53 | 0 | 0.90 | 0.76 | 0.12 | 350.84 | 0.82 | 0.48 |
| Hex | E1 | 16 | 35 | 0 | 5A | 4C | C | 15F | 52 | 30 |
| Octal | 341 | 26 | 65 | 0 | 132 | 114 | 14 | 537 | 122 | 60 |
| Binary | 11100001 | 10110 | 110101 | 0 | 1011010 | 1001100 | 1100 | 101011111 | 1010010 | 110000 |
Color Harmonies of #E11635
Complementary color
Monochromatic Colors of #E11635
Black with #E11635
Text Example
Text Example
White with #E11635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11635; }
p { color: rgb(225,22,53); }
H1.HeaderClassName
{
color: #E11635;
}
.AnyTagClassName
{
color: #E11635;
}
</style>
background-color css
<style>
a { background-color: #E11635; }
a { background-color: rgb(225,22,53); }
div.DivClassName
{
background-color: #E11635;
}
.BgClassName
{
background-color: #E11635;
}
</style>
border-color css
<style>
span { border-color: #E11635; }
span { border-color: rgb(225,22,53); }
td.TdClassName
{
border-color: #E11635;
}
.TagClassName
{
border-color: #E11635;
}
</style>