Shades of Crimson #E8164A
Tints of Crimson #E8164A
RGB
CMYK
RGB Variations
Color information
#E8164A (or 0xE8164A) is known color: Crimson. HEX triplet: E8, 16 and 4A. RGB value is (232,22,74). Sum of RGB (Red+Green+Blue) = 232+22+74=328 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.73% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 232 - color contains mainly: red. Hex color #E8164A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8164A is #17E9B5. Grayscale: #5A5A5A. Windows color (decimal): -1567158 or 4855528. OLE color: 4855528.
HSL color Cylindrical-coordinate representation of color #E8164A: hue angle of 345.14º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8164A is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 74 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.09 |
| HSL | 345.14º | 0.83% | 0.5% | - |
| HSV(B) | 345.14º | 0.91% | 0.91% | - |
| XYZ | 34.8 | 18.22 | 8.16 | - |
| YUV | 90.72 | 118.57 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 74 | 0 | 0.91 | 0.68 | 0.09 | 345.14 | 0.83 | 0.5 |
| Hex | E8 | 16 | 4A | 0 | 5B | 44 | 9 | 159 | 53 | 32 |
| Octal | 350 | 26 | 112 | 0 | 133 | 104 | 11 | 531 | 123 | 62 |
| Binary | 11101000 | 10110 | 1001010 | 0 | 1011011 | 1000100 | 1001 | 101011001 | 1010011 | 110010 |
Color Harmonies of #E8164A
Complementary color
Monochromatic Colors of #E8164A
Black with #E8164A
Text Example
Text Example
White with #E8164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8164A; }
p { color: rgb(232,22,74); }
H1.HeaderClassName
{
color: #E8164A;
}
.AnyTagClassName
{
color: #E8164A;
}
</style>
background-color css
<style>
a { background-color: #E8164A; }
a { background-color: rgb(232,22,74); }
div.DivClassName
{
background-color: #E8164A;
}
.BgClassName
{
background-color: #E8164A;
}
</style>
border-color css
<style>
span { border-color: #E8164A; }
span { border-color: rgb(232,22,74); }
td.TdClassName
{
border-color: #E8164A;
}
.TagClassName
{
border-color: #E8164A;
}
</style>