Shades of Crimson #E11C44
Tints of Crimson #E11C44
RGB
CMYK
RGB Variations
Color information
#E11C44 (or 0xE11C44) is known color: Crimson. HEX triplet: E1, 1C and 44. RGB value is (225,28,68). Sum of RGB (Red+Green+Blue) = 225+28+68=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11C44 is #1EE3BB. Grayscale: #5B5B5B. Windows color (decimal): -2024380 or 4463841. OLE color: 4463841.
HSL color Cylindrical-coordinate representation of color #E11C44: hue angle of 347.82º 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 #E11C44 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 68 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.12 |
| HSL | 347.82º | 0.78% | 0.5% | - |
| HSV(B) | 347.82º | 0.88% | 0.88% | - |
| XYZ | 32.51 | 17.26 | 7.09 | - |
| YUV | 91.46 | 114.77 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 68 | 0 | 0.88 | 0.70 | 0.12 | 347.82 | 0.78 | 0.5 |
| Hex | E1 | 1C | 44 | 0 | 58 | 46 | C | 15C | 4E | 32 |
| Octal | 341 | 34 | 104 | 0 | 130 | 106 | 14 | 534 | 116 | 62 |
| Binary | 11100001 | 11100 | 1000100 | 0 | 1011000 | 1000110 | 1100 | 101011100 | 1001110 | 110010 |
Color Harmonies of #E11C44
Complementary color
Monochromatic Colors of #E11C44
Black with #E11C44
Text Example
Text Example
White with #E11C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C44; }
p { color: rgb(225,28,68); }
H1.HeaderClassName
{
color: #E11C44;
}
.AnyTagClassName
{
color: #E11C44;
}
</style>
background-color css
<style>
a { background-color: #E11C44; }
a { background-color: rgb(225,28,68); }
div.DivClassName
{
background-color: #E11C44;
}
.BgClassName
{
background-color: #E11C44;
}
</style>
border-color css
<style>
span { border-color: #E11C44; }
span { border-color: rgb(225,28,68); }
td.TdClassName
{
border-color: #E11C44;
}
.TagClassName
{
border-color: #E11C44;
}
</style>