Shades of Crimson #E2154D
Tints of Crimson #E2154D
RGB
CMYK
RGB Variations
Color information
#E2154D (or 0xE2154D) is known color: Crimson. HEX triplet: E2, 15 and 4D. RGB value is (226,21,77). Sum of RGB (Red+Green+Blue) = 226+21+77=324 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.75% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 226 - color contains mainly: red. Hex color #E2154D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2154D is #1DEAB2. Grayscale: #585858. Windows color (decimal): -1960627 or 5051874. OLE color: 5051874.
HSL color Cylindrical-coordinate representation of color #E2154D: hue angle of 343.61º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2154D is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 77 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.11 |
| HSL | 343.61º | 0.83% | 0.48% | - |
| HSV(B) | 343.61º | 0.91% | 0.89% | - |
| XYZ | 32.97 | 17.24 | 8.61 | - |
| YUV | 88.68 | 121.42 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 77 | 0 | 0.91 | 0.66 | 0.11 | 343.61 | 0.83 | 0.48 |
| Hex | E2 | 15 | 4D | 0 | 5B | 42 | B | 158 | 53 | 30 |
| Octal | 342 | 25 | 115 | 0 | 133 | 102 | 13 | 530 | 123 | 60 |
| Binary | 11100010 | 10101 | 1001101 | 0 | 1011011 | 1000010 | 1011 | 101011000 | 1010011 | 110000 |
Color Harmonies of #E2154D
Complementary color
Monochromatic Colors of #E2154D
Black with #E2154D
Text Example
Text Example
White with #E2154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2154D; }
p { color: rgb(226,21,77); }
H1.HeaderClassName
{
color: #E2154D;
}
.AnyTagClassName
{
color: #E2154D;
}
</style>
background-color css
<style>
a { background-color: #E2154D; }
a { background-color: rgb(226,21,77); }
div.DivClassName
{
background-color: #E2154D;
}
.BgClassName
{
background-color: #E2154D;
}
</style>
border-color css
<style>
span { border-color: #E2154D; }
span { border-color: rgb(226,21,77); }
td.TdClassName
{
border-color: #E2154D;
}
.TagClassName
{
border-color: #E2154D;
}
</style>