Shades of Crimson #E7164A
Tints of Crimson #E7164A
RGB
CMYK
RGB Variations
Color information
#E7164A (or 0xE7164A) is known color: Crimson. HEX triplet: E7, 16 and 4A. RGB value is (231,22,74). Sum of RGB (Red+Green+Blue) = 231+22+74=327 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.64% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 231 - color contains mainly: red. Hex color #E7164A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7164A is #18E9B5. Grayscale: #5A5A5A. Windows color (decimal): -1632694 or 4855527. OLE color: 4855527.
HSL color Cylindrical-coordinate representation of color #E7164A: hue angle of 345.07º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7164A is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 74 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.09 |
| HSL | 345.07º | 0.83% | 0.5% | - |
| HSV(B) | 345.07º | 0.9% | 0.91% | - |
| XYZ | 34.48 | 18.06 | 8.15 | - |
| YUV | 90.42 | 118.74 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 74 | 0 | 0.90 | 0.68 | 0.09 | 345.07 | 0.83 | 0.5 |
| Hex | E7 | 16 | 4A | 0 | 5A | 44 | 9 | 159 | 53 | 32 |
| Octal | 347 | 26 | 112 | 0 | 132 | 104 | 11 | 531 | 123 | 62 |
| Binary | 11100111 | 10110 | 1001010 | 0 | 1011010 | 1000100 | 1001 | 101011001 | 1010011 | 110010 |
Color Harmonies of #E7164A
Complementary color
Monochromatic Colors of #E7164A
Black with #E7164A
Text Example
Text Example
White with #E7164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7164A; }
p { color: rgb(231,22,74); }
H1.HeaderClassName
{
color: #E7164A;
}
.AnyTagClassName
{
color: #E7164A;
}
</style>
background-color css
<style>
a { background-color: #E7164A; }
a { background-color: rgb(231,22,74); }
div.DivClassName
{
background-color: #E7164A;
}
.BgClassName
{
background-color: #E7164A;
}
</style>
border-color css
<style>
span { border-color: #E7164A; }
span { border-color: rgb(231,22,74); }
td.TdClassName
{
border-color: #E7164A;
}
.TagClassName
{
border-color: #E7164A;
}
</style>