Shades of Crimson #E1144D
Tints of Crimson #E1144D
RGB
CMYK
RGB Variations
Color information
#E1144D (or 0xE1144D) is known color: Crimson. HEX triplet: E1, 14 and 4D. RGB value is (225,20,77). Sum of RGB (Red+Green+Blue) = 225+20+77=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E1144D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1144D is #1EEBB2. Grayscale: #575757. Windows color (decimal): -2026419 or 5051617. OLE color: 5051617.
HSL color Cylindrical-coordinate representation of color #E1144D: hue angle of 343.32º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E1144D is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 77 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.12 |
| HSL | 343.32º | 0.84% | 0.48% | - |
| HSV(B) | 343.32º | 0.91% | 0.88% | - |
| XYZ | 32.64 | 17.04 | 8.59 | - |
| YUV | 87.79 | 121.92 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 77 | 0 | 0.91 | 0.66 | 0.12 | 343.32 | 0.84 | 0.48 |
| Hex | E1 | 14 | 4D | 0 | 5B | 42 | C | 157 | 54 | 30 |
| Octal | 341 | 24 | 115 | 0 | 133 | 102 | 14 | 527 | 124 | 60 |
| Binary | 11100001 | 10100 | 1001101 | 0 | 1011011 | 1000010 | 1100 | 101010111 | 1010100 | 110000 |
Color Harmonies of #E1144D
Complementary color
Monochromatic Colors of #E1144D
Black with #E1144D
Text Example
Text Example
White with #E1144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1144D; }
p { color: rgb(225,20,77); }
H1.HeaderClassName
{
color: #E1144D;
}
.AnyTagClassName
{
color: #E1144D;
}
</style>
background-color css
<style>
a { background-color: #E1144D; }
a { background-color: rgb(225,20,77); }
div.DivClassName
{
background-color: #E1144D;
}
.BgClassName
{
background-color: #E1144D;
}
</style>
border-color css
<style>
span { border-color: #E1144D; }
span { border-color: rgb(225,20,77); }
td.TdClassName
{
border-color: #E1144D;
}
.TagClassName
{
border-color: #E1144D;
}
</style>