Shades of Crimson #E0164D
Tints of Crimson #E0164D
RGB
CMYK
RGB Variations
Color information
#E0164D (or 0xE0164D) is known color: Crimson. HEX triplet: E0, 16 and 4D. RGB value is (224,22,77). Sum of RGB (Red+Green+Blue) = 224+22+77=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E0164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0164D is #1FE9B2. Grayscale: #585858. Windows color (decimal): -2091443 or 5052128. OLE color: 5052128.
HSL color Cylindrical-coordinate representation of color #E0164D: hue angle of 343.66º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E0164D is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 77 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.12 |
| HSL | 343.66º | 0.82% | 0.48% | - |
| HSV(B) | 343.66º | 0.9% | 0.88% | - |
| XYZ | 32.37 | 16.96 | 8.59 | - |
| YUV | 88.67 | 121.42 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 77 | 0 | 0.90 | 0.66 | 0.12 | 343.66 | 0.82 | 0.48 |
| Hex | E0 | 16 | 4D | 0 | 5A | 42 | C | 158 | 52 | 30 |
| Octal | 340 | 26 | 115 | 0 | 132 | 102 | 14 | 530 | 122 | 60 |
| Binary | 11100000 | 10110 | 1001101 | 0 | 1011010 | 1000010 | 1100 | 101011000 | 1010010 | 110000 |
Color Harmonies of #E0164D
Complementary color
Monochromatic Colors of #E0164D
Black with #E0164D
Text Example
Text Example
White with #E0164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0164D; }
p { color: rgb(224,22,77); }
H1.HeaderClassName
{
color: #E0164D;
}
.AnyTagClassName
{
color: #E0164D;
}
</style>
background-color css
<style>
a { background-color: #E0164D; }
a { background-color: rgb(224,22,77); }
div.DivClassName
{
background-color: #E0164D;
}
.BgClassName
{
background-color: #E0164D;
}
</style>
border-color css
<style>
span { border-color: #E0164D; }
span { border-color: rgb(224,22,77); }
td.TdClassName
{
border-color: #E0164D;
}
.TagClassName
{
border-color: #E0164D;
}
</style>