Shades of Crimson #E4154C
Tints of Crimson #E4154C
RGB
CMYK
RGB Variations
Color information
#E4154C (or 0xE4154C) is known color: Crimson. HEX triplet: E4, 15 and 4C. RGB value is (228,21,76). Sum of RGB (Red+Green+Blue) = 228+21+76=325 (43% of max value = 765). Red value is 228 (89.45% from 255 or 70.15% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 228 - color contains mainly: red. Hex color #E4154C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4154C is #1BEAB3. Grayscale: #595959. Windows color (decimal): -1829556 or 4986340. OLE color: 4986340.
HSL color Cylindrical-coordinate representation of color #E4154C: hue angle of 344.06º degrees, saturation: 0.83, 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 #E4154C is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 21 | 76 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.11 |
| HSL | 344.06º | 0.83% | 0.49% | - |
| HSV(B) | 344.06º | 0.91% | 0.89% | - |
| XYZ | 33.57 | 17.55 | 8.46 | - |
| YUV | 89.16 | 120.58 | 227.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 76 | 0 | 0.91 | 0.67 | 0.11 | 344.06 | 0.83 | 0.49 |
| Hex | E4 | 15 | 4C | 0 | 5B | 43 | B | 158 | 53 | 31 |
| Octal | 344 | 25 | 114 | 0 | 133 | 103 | 13 | 530 | 123 | 61 |
| Binary | 11100100 | 10101 | 1001100 | 0 | 1011011 | 1000011 | 1011 | 101011000 | 1010011 | 110001 |
Color Harmonies of #E4154C
Complementary color
Monochromatic Colors of #E4154C
Black with #E4154C
Text Example
Text Example
White with #E4154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4154C; }
p { color: rgb(228,21,76); }
H1.HeaderClassName
{
color: #E4154C;
}
.AnyTagClassName
{
color: #E4154C;
}
</style>
background-color css
<style>
a { background-color: #E4154C; }
a { background-color: rgb(228,21,76); }
div.DivClassName
{
background-color: #E4154C;
}
.BgClassName
{
background-color: #E4154C;
}
</style>
border-color css
<style>
span { border-color: #E4154C; }
span { border-color: rgb(228,21,76); }
td.TdClassName
{
border-color: #E4154C;
}
.TagClassName
{
border-color: #E4154C;
}
</style>