Shades of Crimson #E6174D
Tints of Crimson #E6174D
RGB
CMYK
RGB Variations
Color information
#E6174D (or 0xE6174D) is known color: Crimson. HEX triplet: E6, 17 and 4D. RGB value is (230,23,77). Sum of RGB (Red+Green+Blue) = 230+23+77=330 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.70% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 230 - color contains mainly: red. Hex color #E6174D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6174D is #19E8B2. Grayscale: #5B5B5B. Windows color (decimal): -1697971 or 5052390. OLE color: 5052390.
HSL color Cylindrical-coordinate representation of color #E6174D: hue angle of 344.35º 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 #E6174D is Cyan = 0, Magento = 0.9, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 77 | - |
| CMYK | 0 | 0.9 | 0.67 | 0.10 |
| HSL | 344.35º | 0.82% | 0.5% | - |
| HSV(B) | 344.35º | 0.9% | 0.9% | - |
| XYZ | 34.28 | 17.97 | 8.68 | - |
| YUV | 91.05 | 120.08 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 77 | 0 | 0.9 | 0.67 | 0.10 | 344.35 | 0.82 | 0.5 |
| Hex | E6 | 17 | 4D | 0 | 5A | 43 | A | 158 | 52 | 32 |
| Octal | 346 | 27 | 115 | 0 | 132 | 103 | 12 | 530 | 122 | 62 |
| Binary | 11100110 | 10111 | 1001101 | 0 | 1011010 | 1000011 | 1010 | 101011000 | 1010010 | 110010 |
Color Harmonies of #E6174D
Complementary color
Monochromatic Colors of #E6174D
Black with #E6174D
Text Example
Text Example
White with #E6174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6174D; }
p { color: rgb(230,23,77); }
H1.HeaderClassName
{
color: #E6174D;
}
.AnyTagClassName
{
color: #E6174D;
}
</style>
background-color css
<style>
a { background-color: #E6174D; }
a { background-color: rgb(230,23,77); }
div.DivClassName
{
background-color: #E6174D;
}
.BgClassName
{
background-color: #E6174D;
}
</style>
border-color css
<style>
span { border-color: #E6174D; }
span { border-color: rgb(230,23,77); }
td.TdClassName
{
border-color: #E6174D;
}
.TagClassName
{
border-color: #E6174D;
}
</style>