Shades of Crimson #E4164D
Tints of Crimson #E4164D
RGB
CMYK
RGB Variations
Color information
#E4164D (or 0xE4164D) is known color: Crimson. HEX triplet: E4, 16 and 4D. RGB value is (228,22,77). Sum of RGB (Red+Green+Blue) = 228+22+77=327 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.72% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 228 - color contains mainly: red. Hex color #E4164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4164D is #1BE9B2. Grayscale: #595959. Windows color (decimal): -1829299 or 5052132. OLE color: 5052132.
HSL color Cylindrical-coordinate representation of color #E4164D: hue angle of 343.98º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E4164D is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 77 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.11 |
| HSL | 343.98º | 0.82% | 0.49% | - |
| HSV(B) | 343.98º | 0.9% | 0.89% | - |
| XYZ | 33.62 | 17.6 | 8.65 | - |
| YUV | 89.86 | 120.75 | 226.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 77 | 0 | 0.90 | 0.66 | 0.11 | 343.98 | 0.82 | 0.49 |
| Hex | E4 | 16 | 4D | 0 | 5A | 42 | B | 158 | 52 | 31 |
| Octal | 344 | 26 | 115 | 0 | 132 | 102 | 13 | 530 | 122 | 61 |
| Binary | 11100100 | 10110 | 1001101 | 0 | 1011010 | 1000010 | 1011 | 101011000 | 1010010 | 110001 |
Color Harmonies of #E4164D
Complementary color
Monochromatic Colors of #E4164D
Black with #E4164D
Text Example
Text Example
White with #E4164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4164D; }
p { color: rgb(228,22,77); }
H1.HeaderClassName
{
color: #E4164D;
}
.AnyTagClassName
{
color: #E4164D;
}
</style>
background-color css
<style>
a { background-color: #E4164D; }
a { background-color: rgb(228,22,77); }
div.DivClassName
{
background-color: #E4164D;
}
.BgClassName
{
background-color: #E4164D;
}
</style>
border-color css
<style>
span { border-color: #E4164D; }
span { border-color: rgb(228,22,77); }
td.TdClassName
{
border-color: #E4164D;
}
.TagClassName
{
border-color: #E4164D;
}
</style>