Shades of Crimson #E5164C
Tints of Crimson #E5164C
RGB
CMYK
RGB Variations
Color information
#E5164C (or 0xE5164C) is known color: Crimson. HEX triplet: E5, 16 and 4C. RGB value is (229,22,76). Sum of RGB (Red+Green+Blue) = 229+22+76=327 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.03% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 229 - color contains mainly: red. Hex color #E5164C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5164C is #1AE9B3. Grayscale: #5A5A5A. Windows color (decimal): -1763764 or 4986597. OLE color: 4986597.
HSL color Cylindrical-coordinate representation of color #E5164C: hue angle of 344.35º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5164C is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 76 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.10 |
| HSL | 344.35º | 0.82% | 0.49% | - |
| HSV(B) | 344.35º | 0.9% | 0.9% | - |
| XYZ | 33.9 | 17.75 | 8.48 | - |
| YUV | 90.05 | 120.08 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 76 | 0 | 0.90 | 0.67 | 0.10 | 344.35 | 0.82 | 0.49 |
| Hex | E5 | 16 | 4C | 0 | 5A | 43 | A | 158 | 52 | 31 |
| Octal | 345 | 26 | 114 | 0 | 132 | 103 | 12 | 530 | 122 | 61 |
| Binary | 11100101 | 10110 | 1001100 | 0 | 1011010 | 1000011 | 1010 | 101011000 | 1010010 | 110001 |
Color Harmonies of #E5164C
Complementary color
Monochromatic Colors of #E5164C
Black with #E5164C
Text Example
Text Example
White with #E5164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5164C; }
p { color: rgb(229,22,76); }
H1.HeaderClassName
{
color: #E5164C;
}
.AnyTagClassName
{
color: #E5164C;
}
</style>
background-color css
<style>
a { background-color: #E5164C; }
a { background-color: rgb(229,22,76); }
div.DivClassName
{
background-color: #E5164C;
}
.BgClassName
{
background-color: #E5164C;
}
</style>
border-color css
<style>
span { border-color: #E5164C; }
span { border-color: rgb(229,22,76); }
td.TdClassName
{
border-color: #E5164C;
}
.TagClassName
{
border-color: #E5164C;
}
</style>