Shades of Crimson #E60540
Tints of Crimson #E60540
RGB
CMYK
RGB Variations
Color information
#E60540 (or 0xE60540) is known color: Crimson. HEX triplet: E6, 05 and 40. RGB value is (230,5,64). Sum of RGB (Red+Green+Blue) = 230+5+64=299 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.92% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 230 - color contains mainly: red. Hex color #E60540 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60540 is #19FABF. Grayscale: #4E4E4E. Windows color (decimal): -1702592 or 4195814. OLE color: 4195814.
HSL color Cylindrical-coordinate representation of color #E60540: hue angle of 344.27º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E60540 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 64 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.10 |
| HSL | 344.27º | 0.96% | 0.46% | - |
| HSV(B) | 344.27º | 0.98% | 0.9% | - |
| XYZ | 33.61 | 17.3 | 6.42 | - |
| YUV | 79 | 119.54 | 235.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 64 | 0 | 0.98 | 0.72 | 0.10 | 344.27 | 0.96 | 0.46 |
| Hex | E6 | 5 | 40 | 0 | 62 | 48 | A | 158 | 60 | 2E |
| Octal | 346 | 5 | 100 | 0 | 142 | 110 | 12 | 530 | 140 | 56 |
| Binary | 11100110 | 101 | 1000000 | 0 | 1100010 | 1001000 | 1010 | 101011000 | 1100000 | 101110 |
Color Harmonies of #E60540
Complementary color
Monochromatic Colors of #E60540
Black with #E60540
Text Example
Text Example
White with #E60540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60540; }
p { color: rgb(230,5,64); }
H1.HeaderClassName
{
color: #E60540;
}
.AnyTagClassName
{
color: #E60540;
}
</style>
background-color css
<style>
a { background-color: #E60540; }
a { background-color: rgb(230,5,64); }
div.DivClassName
{
background-color: #E60540;
}
.BgClassName
{
background-color: #E60540;
}
</style>
border-color css
<style>
span { border-color: #E60540; }
span { border-color: rgb(230,5,64); }
td.TdClassName
{
border-color: #E60540;
}
.TagClassName
{
border-color: #E60540;
}
</style>