Shades of Crimson #E5174D
Tints of Crimson #E5174D
RGB
CMYK
RGB Variations
Color information
#E5174D (or 0xE5174D) is known color: Crimson. HEX triplet: E5, 17 and 4D. RGB value is (229,23,77). Sum of RGB (Red+Green+Blue) = 229+23+77=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E5174D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5174D is #1AE8B2. Grayscale: #5A5A5A. Windows color (decimal): -1763507 or 5052389. OLE color: 5052389.
HSL color Cylindrical-coordinate representation of color #E5174D: hue angle of 344.27º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5174D is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 77 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.10 |
| HSL | 344.27º | 0.82% | 0.49% | - |
| HSV(B) | 344.27º | 0.9% | 0.9% | - |
| XYZ | 33.96 | 17.81 | 8.67 | - |
| YUV | 90.75 | 120.25 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 77 | 0 | 0.90 | 0.66 | 0.10 | 344.27 | 0.82 | 0.49 |
| Hex | E5 | 17 | 4D | 0 | 5A | 42 | A | 158 | 52 | 31 |
| Octal | 345 | 27 | 115 | 0 | 132 | 102 | 12 | 530 | 122 | 61 |
| Binary | 11100101 | 10111 | 1001101 | 0 | 1011010 | 1000010 | 1010 | 101011000 | 1010010 | 110001 |
Color Harmonies of #E5174D
Complementary color
Monochromatic Colors of #E5174D
Black with #E5174D
Text Example
Text Example
White with #E5174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5174D; }
p { color: rgb(229,23,77); }
H1.HeaderClassName
{
color: #E5174D;
}
.AnyTagClassName
{
color: #E5174D;
}
</style>
background-color css
<style>
a { background-color: #E5174D; }
a { background-color: rgb(229,23,77); }
div.DivClassName
{
background-color: #E5174D;
}
.BgClassName
{
background-color: #E5174D;
}
</style>
border-color css
<style>
span { border-color: #E5174D; }
span { border-color: rgb(229,23,77); }
td.TdClassName
{
border-color: #E5174D;
}
.TagClassName
{
border-color: #E5174D;
}
</style>