Shades of Crimson #E6174B
Tints of Crimson #E6174B
RGB
CMYK
RGB Variations
Color information
#E6174B (or 0xE6174B) is known color: Crimson. HEX triplet: E6, 17 and 4B. RGB value is (230,23,75). Sum of RGB (Red+Green+Blue) = 230+23+75=328 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.12% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 230 - color contains mainly: red. Hex color #E6174B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6174B is #19E8B4. Grayscale: #5A5A5A. Windows color (decimal): -1697973 or 4921318. OLE color: 4921318.
HSL color Cylindrical-coordinate representation of color #E6174B: hue angle of 344.93º 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 #E6174B is Cyan = 0, Magento = 0.9, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 75 | - |
| CMYK | 0 | 0.9 | 0.67 | 0.10 |
| HSL | 344.93º | 0.82% | 0.5% | - |
| HSV(B) | 344.93º | 0.9% | 0.9% | - |
| XYZ | 34.21 | 17.94 | 8.32 | - |
| YUV | 90.82 | 119.08 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 75 | 0 | 0.9 | 0.67 | 0.10 | 344.93 | 0.82 | 0.5 |
| Hex | E6 | 17 | 4B | 0 | 5A | 43 | A | 159 | 52 | 32 |
| Octal | 346 | 27 | 113 | 0 | 132 | 103 | 12 | 531 | 122 | 62 |
| Binary | 11100110 | 10111 | 1001011 | 0 | 1011010 | 1000011 | 1010 | 101011001 | 1010010 | 110010 |
Color Harmonies of #E6174B
Complementary color
Monochromatic Colors of #E6174B
Black with #E6174B
Text Example
Text Example
White with #E6174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6174B; }
p { color: rgb(230,23,75); }
H1.HeaderClassName
{
color: #E6174B;
}
.AnyTagClassName
{
color: #E6174B;
}
</style>
background-color css
<style>
a { background-color: #E6174B; }
a { background-color: rgb(230,23,75); }
div.DivClassName
{
background-color: #E6174B;
}
.BgClassName
{
background-color: #E6174B;
}
</style>
border-color css
<style>
span { border-color: #E6174B; }
span { border-color: rgb(230,23,75); }
td.TdClassName
{
border-color: #E6174B;
}
.TagClassName
{
border-color: #E6174B;
}
</style>