Shades of Crimson #E5154D
Tints of Crimson #E5154D
RGB
CMYK
RGB Variations
Color information
#E5154D (or 0xE5154D) is known color: Crimson. HEX triplet: E5, 15 and 4D. RGB value is (229,21,77). Sum of RGB (Red+Green+Blue) = 229+21+77=327 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.03% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 229 - color contains mainly: red. Hex color #E5154D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5154D is #1AEAB2. Grayscale: #595959. Windows color (decimal): -1764019 or 5051877. OLE color: 5051877.
HSL color Cylindrical-coordinate representation of color #E5154D: hue angle of 343.85º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5154D is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 77 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.10 |
| HSL | 343.85º | 0.83% | 0.49% | - |
| HSV(B) | 343.85º | 0.91% | 0.9% | - |
| XYZ | 33.92 | 17.73 | 8.66 | - |
| YUV | 89.58 | 120.91 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 77 | 0 | 0.91 | 0.66 | 0.10 | 343.85 | 0.83 | 0.49 |
| Hex | E5 | 15 | 4D | 0 | 5B | 42 | A | 158 | 53 | 31 |
| Octal | 345 | 25 | 115 | 0 | 133 | 102 | 12 | 530 | 123 | 61 |
| Binary | 11100101 | 10101 | 1001101 | 0 | 1011011 | 1000010 | 1010 | 101011000 | 1010011 | 110001 |
Color Harmonies of #E5154D
Complementary color
Monochromatic Colors of #E5154D
Black with #E5154D
Text Example
Text Example
White with #E5154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5154D; }
p { color: rgb(229,21,77); }
H1.HeaderClassName
{
color: #E5154D;
}
.AnyTagClassName
{
color: #E5154D;
}
</style>
background-color css
<style>
a { background-color: #E5154D; }
a { background-color: rgb(229,21,77); }
div.DivClassName
{
background-color: #E5154D;
}
.BgClassName
{
background-color: #E5154D;
}
</style>
border-color css
<style>
span { border-color: #E5154D; }
span { border-color: rgb(229,21,77); }
td.TdClassName
{
border-color: #E5154D;
}
.TagClassName
{
border-color: #E5154D;
}
</style>