Shades of Crimson #E60541
Tints of Crimson #E60541
RGB
CMYK
RGB Variations
Color information
#E60541 (or 0xE60541) is known color: Crimson. HEX triplet: E6, 05 and 41. RGB value is (230,5,65). Sum of RGB (Red+Green+Blue) = 230+5+65=300 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.67% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 230 - color contains mainly: red. Hex color #E60541 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60541 is #19FABE. Grayscale: #4F4F4F. Windows color (decimal): -1702591 or 4261350. OLE color: 4261350.
HSL color Cylindrical-coordinate representation of color #E60541: hue angle of 344º 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 #E60541 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 65 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.10 |
| HSL | 344º | 0.96% | 0.46% | - |
| HSV(B) | 344º | 0.98% | 0.9% | - |
| XYZ | 33.64 | 17.31 | 6.57 | - |
| YUV | 79.12 | 120.04 | 235.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 65 | 0 | 0.98 | 0.72 | 0.10 | 344 | 0.96 | 0.46 |
| Hex | E6 | 5 | 41 | 0 | 62 | 48 | A | 158 | 60 | 2E |
| Octal | 346 | 5 | 101 | 0 | 142 | 110 | 12 | 530 | 140 | 56 |
| Binary | 11100110 | 101 | 1000001 | 0 | 1100010 | 1001000 | 1010 | 101011000 | 1100000 | 101110 |
Color Harmonies of #E60541
Complementary color
Monochromatic Colors of #E60541
Black with #E60541
Text Example
Text Example
White with #E60541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60541; }
p { color: rgb(230,5,65); }
H1.HeaderClassName
{
color: #E60541;
}
.AnyTagClassName
{
color: #E60541;
}
</style>
background-color css
<style>
a { background-color: #E60541; }
a { background-color: rgb(230,5,65); }
div.DivClassName
{
background-color: #E60541;
}
.BgClassName
{
background-color: #E60541;
}
</style>
border-color css
<style>
span { border-color: #E60541; }
span { border-color: rgb(230,5,65); }
td.TdClassName
{
border-color: #E60541;
}
.TagClassName
{
border-color: #E60541;
}
</style>