Shades of Crimson #E4144C
Tints of Crimson #E4144C
RGB
CMYK
RGB Variations
Color information
#E4144C (or 0xE4144C) is known color: Crimson. HEX triplet: E4, 14 and 4C. RGB value is (228,20,76). Sum of RGB (Red+Green+Blue) = 228+20+76=324 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.37% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 228 - color contains mainly: red. Hex color #E4144C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4144C is #1BEBB3. Grayscale: #585858. Windows color (decimal): -1829812 or 4986084. OLE color: 4986084.
HSL color Cylindrical-coordinate representation of color #E4144C: hue angle of 343.85º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E4144C is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 76 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.11 |
| HSL | 343.85º | 0.84% | 0.49% | - |
| HSV(B) | 343.85º | 0.91% | 0.89% | - |
| XYZ | 33.55 | 17.52 | 8.45 | - |
| YUV | 88.58 | 120.91 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 76 | 0 | 0.91 | 0.67 | 0.11 | 343.85 | 0.84 | 0.49 |
| Hex | E4 | 14 | 4C | 0 | 5B | 43 | B | 158 | 54 | 31 |
| Octal | 344 | 24 | 114 | 0 | 133 | 103 | 13 | 530 | 124 | 61 |
| Binary | 11100100 | 10100 | 1001100 | 0 | 1011011 | 1000011 | 1011 | 101011000 | 1010100 | 110001 |
Color Harmonies of #E4144C
Complementary color
Monochromatic Colors of #E4144C
Black with #E4144C
Text Example
Text Example
White with #E4144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4144C; }
p { color: rgb(228,20,76); }
H1.HeaderClassName
{
color: #E4144C;
}
.AnyTagClassName
{
color: #E4144C;
}
</style>
background-color css
<style>
a { background-color: #E4144C; }
a { background-color: rgb(228,20,76); }
div.DivClassName
{
background-color: #E4144C;
}
.BgClassName
{
background-color: #E4144C;
}
</style>
border-color css
<style>
span { border-color: #E4144C; }
span { border-color: rgb(228,20,76); }
td.TdClassName
{
border-color: #E4144C;
}
.TagClassName
{
border-color: #E4144C;
}
</style>