Shades of Crimson #E11333
Tints of Crimson #E11333
RGB
CMYK
RGB Variations
Color information
#E11333 (or 0xE11333) is known color: Crimson. HEX triplet: E1, 13 and 33. RGB value is (225,19,51). Sum of RGB (Red+Green+Blue) = 225+19+51=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E11333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11333 is #1EECCC. Grayscale: #545454. Windows color (decimal): -2026701 or 3347425. OLE color: 3347425.
HSL color Cylindrical-coordinate representation of color #E11333: hue angle of 350.68º degrees, saturation: 0.84, 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 #E11333 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 51 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.12 |
| HSL | 350.68º | 0.84% | 0.48% | - |
| HSV(B) | 350.68º | 0.92% | 0.88% | - |
| XYZ | 31.88 | 16.71 | 4.68 | - |
| YUV | 84.24 | 109.25 | 228.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 51 | 0 | 0.92 | 0.77 | 0.12 | 350.68 | 0.84 | 0.48 |
| Hex | E1 | 13 | 33 | 0 | 5C | 4D | C | 15F | 54 | 30 |
| Octal | 341 | 23 | 63 | 0 | 134 | 115 | 14 | 537 | 124 | 60 |
| Binary | 11100001 | 10011 | 110011 | 0 | 1011100 | 1001101 | 1100 | 101011111 | 1010100 | 110000 |
Color Harmonies of #E11333
Complementary color
Monochromatic Colors of #E11333
Black with #E11333
Text Example
Text Example
White with #E11333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11333; }
p { color: rgb(225,19,51); }
H1.HeaderClassName
{
color: #E11333;
}
.AnyTagClassName
{
color: #E11333;
}
</style>
background-color css
<style>
a { background-color: #E11333; }
a { background-color: rgb(225,19,51); }
div.DivClassName
{
background-color: #E11333;
}
.BgClassName
{
background-color: #E11333;
}
</style>
border-color css
<style>
span { border-color: #E11333; }
span { border-color: rgb(225,19,51); }
td.TdClassName
{
border-color: #E11333;
}
.TagClassName
{
border-color: #E11333;
}
</style>