Shades of Crimson #E11E44
Tints of Crimson #E11E44
RGB
CMYK
RGB Variations
Color information
#E11E44 (or 0xE11E44) is known color: Crimson. HEX triplet: E1, 1E and 44. RGB value is (225,30,68). Sum of RGB (Red+Green+Blue) = 225+30+68=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11E44 is #1EE1BB. Grayscale: #5C5C5C. Windows color (decimal): -2023868 or 4464353. OLE color: 4464353.
HSL color Cylindrical-coordinate representation of color #E11E44: hue angle of 348.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11E44 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 68 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.12 |
| HSL | 348.31º | 0.76% | 0.5% | - |
| HSV(B) | 348.31º | 0.87% | 0.88% | - |
| XYZ | 32.56 | 17.35 | 7.1 | - |
| YUV | 92.64 | 114.1 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 68 | 0 | 0.87 | 0.70 | 0.12 | 348.31 | 0.76 | 0.5 |
| Hex | E1 | 1E | 44 | 0 | 57 | 46 | C | 15C | 4C | 32 |
| Octal | 341 | 36 | 104 | 0 | 127 | 106 | 14 | 534 | 114 | 62 |
| Binary | 11100001 | 11110 | 1000100 | 0 | 1010111 | 1000110 | 1100 | 101011100 | 1001100 | 110010 |
Color Harmonies of #E11E44
Complementary color
Monochromatic Colors of #E11E44
Black with #E11E44
Text Example
Text Example
White with #E11E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11E44; }
p { color: rgb(225,30,68); }
H1.HeaderClassName
{
color: #E11E44;
}
.AnyTagClassName
{
color: #E11E44;
}
</style>
background-color css
<style>
a { background-color: #E11E44; }
a { background-color: rgb(225,30,68); }
div.DivClassName
{
background-color: #E11E44;
}
.BgClassName
{
background-color: #E11E44;
}
</style>
border-color css
<style>
span { border-color: #E11E44; }
span { border-color: rgb(225,30,68); }
td.TdClassName
{
border-color: #E11E44;
}
.TagClassName
{
border-color: #E11E44;
}
</style>