Shades of Crimson #E4184D
Tints of Crimson #E4184D
RGB
CMYK
RGB Variations
Color information
#E4184D (or 0xE4184D) is known color: Crimson. HEX triplet: E4, 18 and 4D. RGB value is (228,24,77). Sum of RGB (Red+Green+Blue) = 228+24+77=329 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.30% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 228 - color contains mainly: red. Hex color #E4184D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4184D is #1BE7B2. Grayscale: #5B5B5B. Windows color (decimal): -1828787 or 5052644. OLE color: 5052644.
HSL color Cylindrical-coordinate representation of color #E4184D: hue angle of 344.41º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E4184D is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 24 | 77 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.11 |
| HSL | 344.41º | 0.81% | 0.49% | - |
| HSV(B) | 344.41º | 0.89% | 0.89% | - |
| XYZ | 33.66 | 17.68 | 8.66 | - |
| YUV | 91.04 | 120.09 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 24 | 77 | 0 | 0.89 | 0.66 | 0.11 | 344.41 | 0.81 | 0.49 |
| Hex | E4 | 18 | 4D | 0 | 59 | 42 | B | 158 | 51 | 31 |
| Octal | 344 | 30 | 115 | 0 | 131 | 102 | 13 | 530 | 121 | 61 |
| Binary | 11100100 | 11000 | 1001101 | 0 | 1011001 | 1000010 | 1011 | 101011000 | 1010001 | 110001 |
Color Harmonies of #E4184D
Complementary color
Monochromatic Colors of #E4184D
Black with #E4184D
Text Example
Text Example
White with #E4184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4184D; }
p { color: rgb(228,24,77); }
H1.HeaderClassName
{
color: #E4184D;
}
.AnyTagClassName
{
color: #E4184D;
}
</style>
background-color css
<style>
a { background-color: #E4184D; }
a { background-color: rgb(228,24,77); }
div.DivClassName
{
background-color: #E4184D;
}
.BgClassName
{
background-color: #E4184D;
}
</style>
border-color css
<style>
span { border-color: #E4184D; }
span { border-color: rgb(228,24,77); }
td.TdClassName
{
border-color: #E4184D;
}
.TagClassName
{
border-color: #E4184D;
}
</style>