Shades of Crimson #E6164C
Tints of Crimson #E6164C
RGB
CMYK
RGB Variations
Color information
#E6164C (or 0xE6164C) is known color: Crimson. HEX triplet: E6, 16 and 4C. RGB value is (230,22,76). Sum of RGB (Red+Green+Blue) = 230+22+76=328 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.12% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 230 - color contains mainly: red. Hex color #E6164C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6164C is #19E9B3. Grayscale: #5A5A5A. Windows color (decimal): -1698228 or 4986598. OLE color: 4986598.
HSL color Cylindrical-coordinate representation of color #E6164C: hue angle of 344.42º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6164C is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 76 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.10 |
| HSL | 344.42º | 0.83% | 0.49% | - |
| HSV(B) | 344.42º | 0.9% | 0.9% | - |
| XYZ | 34.22 | 17.92 | 8.49 | - |
| YUV | 90.35 | 119.91 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 76 | 0 | 0.90 | 0.67 | 0.10 | 344.42 | 0.83 | 0.49 |
| Hex | E6 | 16 | 4C | 0 | 5A | 43 | A | 158 | 53 | 31 |
| Octal | 346 | 26 | 114 | 0 | 132 | 103 | 12 | 530 | 123 | 61 |
| Binary | 11100110 | 10110 | 1001100 | 0 | 1011010 | 1000011 | 1010 | 101011000 | 1010011 | 110001 |
Color Harmonies of #E6164C
Complementary color
Monochromatic Colors of #E6164C
Black with #E6164C
Text Example
Text Example
White with #E6164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6164C; }
p { color: rgb(230,22,76); }
H1.HeaderClassName
{
color: #E6164C;
}
.AnyTagClassName
{
color: #E6164C;
}
</style>
background-color css
<style>
a { background-color: #E6164C; }
a { background-color: rgb(230,22,76); }
div.DivClassName
{
background-color: #E6164C;
}
.BgClassName
{
background-color: #E6164C;
}
</style>
border-color css
<style>
span { border-color: #E6164C; }
span { border-color: rgb(230,22,76); }
td.TdClassName
{
border-color: #E6164C;
}
.TagClassName
{
border-color: #E6164C;
}
</style>