Shades of Crimson #E5174A
Tints of Crimson #E5174A
RGB
CMYK
RGB Variations
Color information
#E5174A (or 0xE5174A) is known color: Crimson. HEX triplet: E5, 17 and 4A. RGB value is (229,23,74). Sum of RGB (Red+Green+Blue) = 229+23+74=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E5174A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5174A is #1AE8B5. Grayscale: #5A5A5A. Windows color (decimal): -1763510 or 4855781. OLE color: 4855781.
HSL color Cylindrical-coordinate representation of color #E5174A: hue angle of 345.15º 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 #E5174A is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 74 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.10 |
| HSL | 345.15º | 0.82% | 0.49% | - |
| HSV(B) | 345.15º | 0.9% | 0.9% | - |
| XYZ | 33.86 | 17.77 | 8.12 | - |
| YUV | 90.41 | 118.75 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 74 | 0 | 0.90 | 0.68 | 0.10 | 345.15 | 0.82 | 0.49 |
| Hex | E5 | 17 | 4A | 0 | 5A | 44 | A | 159 | 52 | 31 |
| Octal | 345 | 27 | 112 | 0 | 132 | 104 | 12 | 531 | 122 | 61 |
| Binary | 11100101 | 10111 | 1001010 | 0 | 1011010 | 1000100 | 1010 | 101011001 | 1010010 | 110001 |
Color Harmonies of #E5174A
Complementary color
Monochromatic Colors of #E5174A
Black with #E5174A
Text Example
Text Example
White with #E5174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5174A; }
p { color: rgb(229,23,74); }
H1.HeaderClassName
{
color: #E5174A;
}
.AnyTagClassName
{
color: #E5174A;
}
</style>
background-color css
<style>
a { background-color: #E5174A; }
a { background-color: rgb(229,23,74); }
div.DivClassName
{
background-color: #E5174A;
}
.BgClassName
{
background-color: #E5174A;
}
</style>
border-color css
<style>
span { border-color: #E5174A; }
span { border-color: rgb(229,23,74); }
td.TdClassName
{
border-color: #E5174A;
}
.TagClassName
{
border-color: #E5174A;
}
</style>