Shades of Crimson #E11C46
Tints of Crimson #E11C46
RGB
CMYK
RGB Variations
Color information
#E11C46 (or 0xE11C46) is known color: Crimson. HEX triplet: E1, 1C and 46. RGB value is (225,28,70). Sum of RGB (Red+Green+Blue) = 225+28+70=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11C46 is #1EE3B9. Grayscale: #5B5B5B. Windows color (decimal): -2024378 or 4594913. OLE color: 4594913.
HSL color Cylindrical-coordinate representation of color #E11C46: hue angle of 347.21º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11C46 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 70 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.12 |
| HSL | 347.21º | 0.78% | 0.5% | - |
| HSV(B) | 347.21º | 0.88% | 0.88% | - |
| XYZ | 32.57 | 17.28 | 7.41 | - |
| YUV | 91.69 | 115.77 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 70 | 0 | 0.88 | 0.69 | 0.12 | 347.21 | 0.78 | 0.5 |
| Hex | E1 | 1C | 46 | 0 | 58 | 45 | C | 15B | 4E | 32 |
| Octal | 341 | 34 | 106 | 0 | 130 | 105 | 14 | 533 | 116 | 62 |
| Binary | 11100001 | 11100 | 1000110 | 0 | 1011000 | 1000101 | 1100 | 101011011 | 1001110 | 110010 |
Color Harmonies of #E11C46
Complementary color
Monochromatic Colors of #E11C46
Black with #E11C46
Text Example
Text Example
White with #E11C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C46; }
p { color: rgb(225,28,70); }
H1.HeaderClassName
{
color: #E11C46;
}
.AnyTagClassName
{
color: #E11C46;
}
</style>
background-color css
<style>
a { background-color: #E11C46; }
a { background-color: rgb(225,28,70); }
div.DivClassName
{
background-color: #E11C46;
}
.BgClassName
{
background-color: #E11C46;
}
</style>
border-color css
<style>
span { border-color: #E11C46; }
span { border-color: rgb(225,28,70); }
td.TdClassName
{
border-color: #E11C46;
}
.TagClassName
{
border-color: #E11C46;
}
</style>