Shades of Crimson #E11434
Tints of Crimson #E11434
RGB
CMYK
RGB Variations
Color information
#E11434 (or 0xE11434) is known color: Crimson. HEX triplet: E1, 14 and 34. RGB value is (225,20,52). Sum of RGB (Red+Green+Blue) = 225+20+52=297 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.76% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 225 - color contains mainly: red. Hex color #E11434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11434 is #1EEBCB. Grayscale: #555555. Windows color (decimal): -2026444 or 3413217. OLE color: 3413217.
HSL color Cylindrical-coordinate representation of color #E11434: hue angle of 350.63º degrees, saturation: 0.84, 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 #E11434 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 52 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.12 |
| HSL | 350.63º | 0.84% | 0.48% | - |
| HSV(B) | 350.63º | 0.91% | 0.88% | - |
| XYZ | 31.92 | 16.76 | 4.8 | - |
| YUV | 84.94 | 109.42 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 52 | 0 | 0.91 | 0.77 | 0.12 | 350.63 | 0.84 | 0.48 |
| Hex | E1 | 14 | 34 | 0 | 5B | 4D | C | 15F | 54 | 30 |
| Octal | 341 | 24 | 64 | 0 | 133 | 115 | 14 | 537 | 124 | 60 |
| Binary | 11100001 | 10100 | 110100 | 0 | 1011011 | 1001101 | 1100 | 101011111 | 1010100 | 110000 |
Color Harmonies of #E11434
Complementary color
Monochromatic Colors of #E11434
Black with #E11434
Text Example
Text Example
White with #E11434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11434; }
p { color: rgb(225,20,52); }
H1.HeaderClassName
{
color: #E11434;
}
.AnyTagClassName
{
color: #E11434;
}
</style>
background-color css
<style>
a { background-color: #E11434; }
a { background-color: rgb(225,20,52); }
div.DivClassName
{
background-color: #E11434;
}
.BgClassName
{
background-color: #E11434;
}
</style>
border-color css
<style>
span { border-color: #E11434; }
span { border-color: rgb(225,20,52); }
td.TdClassName
{
border-color: #E11434;
}
.TagClassName
{
border-color: #E11434;
}
</style>