Shades of Crimson #E11233
Tints of Crimson #E11233
RGB
CMYK
RGB Variations
Color information
#E11233 (or 0xE11233) is known color: Crimson. HEX triplet: E1, 12 and 33. RGB value is (225,18,51). Sum of RGB (Red+Green+Blue) = 225+18+51=294 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.53% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 225 - color contains mainly: red. Hex color #E11233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11233 is #1EEDCC. Grayscale: #535353. Windows color (decimal): -2026957 or 3347169. OLE color: 3347169.
HSL color Cylindrical-coordinate representation of color #E11233: hue angle of 350.43º 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 #E11233 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 51 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.12 |
| HSL | 350.43º | 0.85% | 0.48% | - |
| HSV(B) | 350.43º | 0.92% | 0.88% | - |
| XYZ | 31.87 | 16.68 | 4.67 | - |
| YUV | 83.66 | 109.58 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 51 | 0 | 0.92 | 0.77 | 0.12 | 350.43 | 0.85 | 0.48 |
| Hex | E1 | 12 | 33 | 0 | 5C | 4D | C | 15E | 55 | 30 |
| Octal | 341 | 22 | 63 | 0 | 134 | 115 | 14 | 536 | 125 | 60 |
| Binary | 11100001 | 10010 | 110011 | 0 | 1011100 | 1001101 | 1100 | 101011110 | 1010101 | 110000 |
Color Harmonies of #E11233
Complementary color
Monochromatic Colors of #E11233
Black with #E11233
Text Example
Text Example
White with #E11233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11233; }
p { color: rgb(225,18,51); }
H1.HeaderClassName
{
color: #E11233;
}
.AnyTagClassName
{
color: #E11233;
}
</style>
background-color css
<style>
a { background-color: #E11233; }
a { background-color: rgb(225,18,51); }
div.DivClassName
{
background-color: #E11233;
}
.BgClassName
{
background-color: #E11233;
}
</style>
border-color css
<style>
span { border-color: #E11233; }
span { border-color: rgb(225,18,51); }
td.TdClassName
{
border-color: #E11233;
}
.TagClassName
{
border-color: #E11233;
}
</style>