Shades of Crimson #E6174C
Tints of Crimson #E6174C
RGB
CMYK
RGB Variations
Color information
#E6174C (or 0xE6174C) is known color: Crimson. HEX triplet: E6, 17 and 4C. RGB value is (230,23,76). Sum of RGB (Red+Green+Blue) = 230+23+76=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E6174C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6174C is #19E8B3. Grayscale: #5A5A5A. Windows color (decimal): -1697972 or 4986854. OLE color: 4986854.
HSL color Cylindrical-coordinate representation of color #E6174C: hue angle of 344.64º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6174C is Cyan = 0, Magento = 0.9, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 76 | - |
| CMYK | 0 | 0.9 | 0.67 | 0.10 |
| HSL | 344.64º | 0.82% | 0.5% | - |
| HSV(B) | 344.64º | 0.9% | 0.9% | - |
| XYZ | 34.24 | 17.96 | 8.5 | - |
| YUV | 90.94 | 119.58 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 76 | 0 | 0.9 | 0.67 | 0.10 | 344.64 | 0.82 | 0.5 |
| Hex | E6 | 17 | 4C | 0 | 5A | 43 | A | 159 | 52 | 32 |
| Octal | 346 | 27 | 114 | 0 | 132 | 103 | 12 | 531 | 122 | 62 |
| Binary | 11100110 | 10111 | 1001100 | 0 | 1011010 | 1000011 | 1010 | 101011001 | 1010010 | 110010 |
Color Harmonies of #E6174C
Complementary color
Monochromatic Colors of #E6174C
Black with #E6174C
Text Example
Text Example
White with #E6174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6174C; }
p { color: rgb(230,23,76); }
H1.HeaderClassName
{
color: #E6174C;
}
.AnyTagClassName
{
color: #E6174C;
}
</style>
background-color css
<style>
a { background-color: #E6174C; }
a { background-color: rgb(230,23,76); }
div.DivClassName
{
background-color: #E6174C;
}
.BgClassName
{
background-color: #E6174C;
}
</style>
border-color css
<style>
span { border-color: #E6174C; }
span { border-color: rgb(230,23,76); }
td.TdClassName
{
border-color: #E6174C;
}
.TagClassName
{
border-color: #E6174C;
}
</style>