Shades of Crimson #E7164B
Tints of Crimson #E7164B
RGB
CMYK
RGB Variations
Color information
#E7164B (or 0xE7164B) is known color: Crimson. HEX triplet: E7, 16 and 4B. RGB value is (231,22,75). Sum of RGB (Red+Green+Blue) = 231+22+75=328 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.43% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 231 - color contains mainly: red. Hex color #E7164B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7164B is #18E9B4. Grayscale: #5A5A5A. Windows color (decimal): -1632693 or 4921063. OLE color: 4921063.
HSL color Cylindrical-coordinate representation of color #E7164B: hue angle of 344.78º 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 #E7164B is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 75 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.09 |
| HSL | 344.78º | 0.83% | 0.5% | - |
| HSV(B) | 344.78º | 0.9% | 0.91% | - |
| XYZ | 34.51 | 18.07 | 8.33 | - |
| YUV | 90.53 | 119.24 | 228.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 75 | 0 | 0.90 | 0.68 | 0.09 | 344.78 | 0.83 | 0.5 |
| Hex | E7 | 16 | 4B | 0 | 5A | 44 | 9 | 159 | 53 | 32 |
| Octal | 347 | 26 | 113 | 0 | 132 | 104 | 11 | 531 | 123 | 62 |
| Binary | 11100111 | 10110 | 1001011 | 0 | 1011010 | 1000100 | 1001 | 101011001 | 1010011 | 110010 |
Color Harmonies of #E7164B
Complementary color
Monochromatic Colors of #E7164B
Black with #E7164B
Text Example
Text Example
White with #E7164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7164B; }
p { color: rgb(231,22,75); }
H1.HeaderClassName
{
color: #E7164B;
}
.AnyTagClassName
{
color: #E7164B;
}
</style>
background-color css
<style>
a { background-color: #E7164B; }
a { background-color: rgb(231,22,75); }
div.DivClassName
{
background-color: #E7164B;
}
.BgClassName
{
background-color: #E7164B;
}
</style>
border-color css
<style>
span { border-color: #E7164B; }
span { border-color: rgb(231,22,75); }
td.TdClassName
{
border-color: #E7164B;
}
.TagClassName
{
border-color: #E7164B;
}
</style>