Shades of Crimson #E4124A
Tints of Crimson #E4124A
RGB
CMYK
RGB Variations
Color information
#E4124A (or 0xE4124A) is known color: Crimson. HEX triplet: E4, 12 and 4A. RGB value is (228,18,74). Sum of RGB (Red+Green+Blue) = 228+18+74=320 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.25% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 228 - color contains mainly: red. Hex color #E4124A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4124A is #1BEDB5. Grayscale: #575757. Windows color (decimal): -1830326 or 4854500. OLE color: 4854500.
HSL color Cylindrical-coordinate representation of color #E4124A: hue angle of 344º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E4124A is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 18 | 74 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.11 |
| HSL | 344º | 0.85% | 0.48% | - |
| HSV(B) | 344º | 0.92% | 0.89% | - |
| XYZ | 33.45 | 17.42 | 8.08 | - |
| YUV | 87.17 | 120.57 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 18 | 74 | 0 | 0.92 | 0.68 | 0.11 | 344 | 0.85 | 0.48 |
| Hex | E4 | 12 | 4A | 0 | 5C | 44 | B | 158 | 55 | 30 |
| Octal | 344 | 22 | 112 | 0 | 134 | 104 | 13 | 530 | 125 | 60 |
| Binary | 11100100 | 10010 | 1001010 | 0 | 1011100 | 1000100 | 1011 | 101011000 | 1010101 | 110000 |
Color Harmonies of #E4124A
Complementary color
Monochromatic Colors of #E4124A
Black with #E4124A
Text Example
Text Example
White with #E4124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4124A; }
p { color: rgb(228,18,74); }
H1.HeaderClassName
{
color: #E4124A;
}
.AnyTagClassName
{
color: #E4124A;
}
</style>
background-color css
<style>
a { background-color: #E4124A; }
a { background-color: rgb(228,18,74); }
div.DivClassName
{
background-color: #E4124A;
}
.BgClassName
{
background-color: #E4124A;
}
</style>
border-color css
<style>
span { border-color: #E4124A; }
span { border-color: rgb(228,18,74); }
td.TdClassName
{
border-color: #E4124A;
}
.TagClassName
{
border-color: #E4124A;
}
</style>