Shades of Crimson #E11641
Tints of Crimson #E11641
RGB
CMYK
RGB Variations
Color information
#E11641 (or 0xE11641) is known color: Crimson. HEX triplet: E1, 16 and 41. RGB value is (225,22,65). Sum of RGB (Red+Green+Blue) = 225+22+65=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E11641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11641 is #1EE9BE. Grayscale: #575757. Windows color (decimal): -2025919 or 4265697. OLE color: 4265697.
HSL color Cylindrical-coordinate representation of color #E11641: hue angle of 347.29º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E11641 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 65 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.12 |
| HSL | 347.29º | 0.82% | 0.48% | - |
| HSV(B) | 347.29º | 0.9% | 0.88% | - |
| XYZ | 32.29 | 16.96 | 6.57 | - |
| YUV | 87.6 | 115.25 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 65 | 0 | 0.90 | 0.71 | 0.12 | 347.29 | 0.82 | 0.48 |
| Hex | E1 | 16 | 41 | 0 | 5A | 47 | C | 15B | 52 | 30 |
| Octal | 341 | 26 | 101 | 0 | 132 | 107 | 14 | 533 | 122 | 60 |
| Binary | 11100001 | 10110 | 1000001 | 0 | 1011010 | 1000111 | 1100 | 101011011 | 1010010 | 110000 |
Color Harmonies of #E11641
Complementary color
Monochromatic Colors of #E11641
Black with #E11641
Text Example
Text Example
White with #E11641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11641; }
p { color: rgb(225,22,65); }
H1.HeaderClassName
{
color: #E11641;
}
.AnyTagClassName
{
color: #E11641;
}
</style>
background-color css
<style>
a { background-color: #E11641; }
a { background-color: rgb(225,22,65); }
div.DivClassName
{
background-color: #E11641;
}
.BgClassName
{
background-color: #E11641;
}
</style>
border-color css
<style>
span { border-color: #E11641; }
span { border-color: rgb(225,22,65); }
td.TdClassName
{
border-color: #E11641;
}
.TagClassName
{
border-color: #E11641;
}
</style>