Shades of Crimson #E1184D
Tints of Crimson #E1184D
RGB
CMYK
RGB Variations
Color information
#E1184D (or 0xE1184D) is known color: Crimson. HEX triplet: E1, 18 and 4D. RGB value is (225,24,77). Sum of RGB (Red+Green+Blue) = 225+24+77=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E1184D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1184D is #1EE7B2. Grayscale: #5A5A5A. Windows color (decimal): -2025395 or 5052641. OLE color: 5052641.
HSL color Cylindrical-coordinate representation of color #E1184D: hue angle of 344.18º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E1184D is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 24 | 77 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.12 |
| HSL | 344.18º | 0.81% | 0.49% | - |
| HSV(B) | 344.18º | 0.89% | 0.88% | - |
| XYZ | 32.72 | 17.2 | 8.62 | - |
| YUV | 90.14 | 120.59 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 77 | 0 | 0.89 | 0.66 | 0.12 | 344.18 | 0.81 | 0.49 |
| Hex | E1 | 18 | 4D | 0 | 59 | 42 | C | 158 | 51 | 31 |
| Octal | 341 | 30 | 115 | 0 | 131 | 102 | 14 | 530 | 121 | 61 |
| Binary | 11100001 | 11000 | 1001101 | 0 | 1011001 | 1000010 | 1100 | 101011000 | 1010001 | 110001 |
Color Harmonies of #E1184D
Complementary color
Monochromatic Colors of #E1184D
Black with #E1184D
Text Example
Text Example
White with #E1184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1184D; }
p { color: rgb(225,24,77); }
H1.HeaderClassName
{
color: #E1184D;
}
.AnyTagClassName
{
color: #E1184D;
}
</style>
background-color css
<style>
a { background-color: #E1184D; }
a { background-color: rgb(225,24,77); }
div.DivClassName
{
background-color: #E1184D;
}
.BgClassName
{
background-color: #E1184D;
}
</style>
border-color css
<style>
span { border-color: #E1184D; }
span { border-color: rgb(225,24,77); }
td.TdClassName
{
border-color: #E1184D;
}
.TagClassName
{
border-color: #E1184D;
}
</style>