Shades of Crimson #E5184C
Tints of Crimson #E5184C
RGB
CMYK
RGB Variations
Color information
#E5184C (or 0xE5184C) is known color: Crimson. HEX triplet: E5, 18 and 4C. RGB value is (229,24,76). Sum of RGB (Red+Green+Blue) = 229+24+76=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E5184C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5184C is #1AE7B3. Grayscale: #5B5B5B. Windows color (decimal): -1763252 or 4987109. OLE color: 4987109.
HSL color Cylindrical-coordinate representation of color #E5184C: hue angle of 344.78º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5184C is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 76 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.10 |
| HSL | 344.78º | 0.81% | 0.5% | - |
| HSV(B) | 344.78º | 0.9% | 0.9% | - |
| XYZ | 33.94 | 17.83 | 8.49 | - |
| YUV | 91.22 | 119.42 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 76 | 0 | 0.90 | 0.67 | 0.10 | 344.78 | 0.81 | 0.5 |
| Hex | E5 | 18 | 4C | 0 | 5A | 43 | A | 159 | 51 | 32 |
| Octal | 345 | 30 | 114 | 0 | 132 | 103 | 12 | 531 | 121 | 62 |
| Binary | 11100101 | 11000 | 1001100 | 0 | 1011010 | 1000011 | 1010 | 101011001 | 1010001 | 110010 |
Color Harmonies of #E5184C
Complementary color
Monochromatic Colors of #E5184C
Black with #E5184C
Text Example
Text Example
White with #E5184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5184C; }
p { color: rgb(229,24,76); }
H1.HeaderClassName
{
color: #E5184C;
}
.AnyTagClassName
{
color: #E5184C;
}
</style>
background-color css
<style>
a { background-color: #E5184C; }
a { background-color: rgb(229,24,76); }
div.DivClassName
{
background-color: #E5184C;
}
.BgClassName
{
background-color: #E5184C;
}
</style>
border-color css
<style>
span { border-color: #E5184C; }
span { border-color: rgb(229,24,76); }
td.TdClassName
{
border-color: #E5184C;
}
.TagClassName
{
border-color: #E5184C;
}
</style>