Shades of Crimson #E5124A
Tints of Crimson #E5124A
RGB
CMYK
RGB Variations
Color information
#E5124A (or 0xE5124A) is known color: Crimson. HEX triplet: E5, 12 and 4A. RGB value is (229,18,74). Sum of RGB (Red+Green+Blue) = 229+18+74=321 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.34% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 229 - color contains mainly: red. Hex color #E5124A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5124A is #1AEDB5. Grayscale: #575757. Windows color (decimal): -1764790 or 4854501. OLE color: 4854501.
HSL color Cylindrical-coordinate representation of color #E5124A: hue angle of 344.08º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5124A is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 74 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.10 |
| HSL | 344.08º | 0.85% | 0.48% | - |
| HSV(B) | 344.08º | 0.92% | 0.9% | - |
| XYZ | 33.77 | 17.59 | 8.09 | - |
| YUV | 87.47 | 120.4 | 228.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 74 | 0 | 0.92 | 0.68 | 0.10 | 344.08 | 0.85 | 0.48 |
| Hex | E5 | 12 | 4A | 0 | 5C | 44 | A | 158 | 55 | 30 |
| Octal | 345 | 22 | 112 | 0 | 134 | 104 | 12 | 530 | 125 | 60 |
| Binary | 11100101 | 10010 | 1001010 | 0 | 1011100 | 1000100 | 1010 | 101011000 | 1010101 | 110000 |
Color Harmonies of #E5124A
Complementary color
Monochromatic Colors of #E5124A
Black with #E5124A
Text Example
Text Example
White with #E5124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5124A; }
p { color: rgb(229,18,74); }
H1.HeaderClassName
{
color: #E5124A;
}
.AnyTagClassName
{
color: #E5124A;
}
</style>
background-color css
<style>
a { background-color: #E5124A; }
a { background-color: rgb(229,18,74); }
div.DivClassName
{
background-color: #E5124A;
}
.BgClassName
{
background-color: #E5124A;
}
</style>
border-color css
<style>
span { border-color: #E5124A; }
span { border-color: rgb(229,18,74); }
td.TdClassName
{
border-color: #E5124A;
}
.TagClassName
{
border-color: #E5124A;
}
</style>