Shades of Crimson #E60A46
Tints of Crimson #E60A46
RGB
CMYK
RGB Variations
Color information
#E60A46 (or 0xE60A46) is known color: Crimson. HEX triplet: E6, 0A and 46. RGB value is (230,10,70). Sum of RGB (Red+Green+Blue) = 230+10+70=310 (41% of max value = 765). Red value is 230 (90.23% from 255 or 74.19% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A46 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60A46 is #19F5B9. Grayscale: #525252. Windows color (decimal): -1701306 or 4590310. OLE color: 4590310.
HSL color Cylindrical-coordinate representation of color #E60A46: hue angle of 343.64º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60A46 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 10 | 70 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.10 |
| HSL | 343.64º | 0.92% | 0.47% | - |
| HSV(B) | 343.64º | 0.96% | 0.9% | - |
| XYZ | 33.85 | 17.48 | 7.38 | - |
| YUV | 82.62 | 120.89 | 233.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 10 | 70 | 0 | 0.96 | 0.70 | 0.10 | 343.64 | 0.92 | 0.47 |
| Hex | E6 | A | 46 | 0 | 60 | 46 | A | 158 | 5C | 2F |
| Octal | 346 | 12 | 106 | 0 | 140 | 106 | 12 | 530 | 134 | 57 |
| Binary | 11100110 | 1010 | 1000110 | 0 | 1100000 | 1000110 | 1010 | 101011000 | 1011100 | 101111 |
Color Harmonies of #E60A46
Complementary color
Monochromatic Colors of #E60A46
Black with #E60A46
Text Example
Text Example
White with #E60A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60A46; }
p { color: rgb(230,10,70); }
H1.HeaderClassName
{
color: #E60A46;
}
.AnyTagClassName
{
color: #E60A46;
}
</style>
background-color css
<style>
a { background-color: #E60A46; }
a { background-color: rgb(230,10,70); }
div.DivClassName
{
background-color: #E60A46;
}
.BgClassName
{
background-color: #E60A46;
}
</style>
border-color css
<style>
span { border-color: #E60A46; }
span { border-color: rgb(230,10,70); }
td.TdClassName
{
border-color: #E60A46;
}
.TagClassName
{
border-color: #E60A46;
}
</style>