Shades of Crimson #E1164D
Tints of Crimson #E1164D
RGB
CMYK
RGB Variations
Color information
#E1164D (or 0xE1164D) is known color: Crimson. HEX triplet: E1, 16 and 4D. RGB value is (225,22,77). Sum of RGB (Red+Green+Blue) = 225+22+77=324 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.44% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 225 - color contains mainly: red. Hex color #E1164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1164D is #1EE9B2. Grayscale: #585858. Windows color (decimal): -2025907 or 5052129. OLE color: 5052129.
HSL color Cylindrical-coordinate representation of color #E1164D: hue angle of 343.74º 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 #E1164D is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 77 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.12 |
| HSL | 343.74º | 0.82% | 0.48% | - |
| HSV(B) | 343.74º | 0.9% | 0.88% | - |
| XYZ | 32.68 | 17.12 | 8.6 | - |
| YUV | 88.97 | 121.25 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 77 | 0 | 0.90 | 0.66 | 0.12 | 343.74 | 0.82 | 0.48 |
| Hex | E1 | 16 | 4D | 0 | 5A | 42 | C | 158 | 52 | 30 |
| Octal | 341 | 26 | 115 | 0 | 132 | 102 | 14 | 530 | 122 | 60 |
| Binary | 11100001 | 10110 | 1001101 | 0 | 1011010 | 1000010 | 1100 | 101011000 | 1010010 | 110000 |
Color Harmonies of #E1164D
Complementary color
Monochromatic Colors of #E1164D
Black with #E1164D
Text Example
Text Example
White with #E1164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1164D; }
p { color: rgb(225,22,77); }
H1.HeaderClassName
{
color: #E1164D;
}
.AnyTagClassName
{
color: #E1164D;
}
</style>
background-color css
<style>
a { background-color: #E1164D; }
a { background-color: rgb(225,22,77); }
div.DivClassName
{
background-color: #E1164D;
}
.BgClassName
{
background-color: #E1164D;
}
</style>
border-color css
<style>
span { border-color: #E1164D; }
span { border-color: rgb(225,22,77); }
td.TdClassName
{
border-color: #E1164D;
}
.TagClassName
{
border-color: #E1164D;
}
</style>