Shades of Crimson #E60841
Tints of Crimson #E60841
RGB
CMYK
RGB Variations
Color information
#E60841 (or 0xE60841) is known color: Crimson. HEX triplet: E6, 08 and 41. RGB value is (230,8,65). Sum of RGB (Red+Green+Blue) = 230+8+65=303 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.91% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 230 - color contains mainly: red. Hex color #E60841 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60841 is #19F7BE. Grayscale: #505050. Windows color (decimal): -1701823 or 4262118. OLE color: 4262118.
HSL color Cylindrical-coordinate representation of color #E60841: hue angle of 344.59º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E60841 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 8 | 65 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.10 |
| HSL | 344.59º | 0.93% | 0.47% | - |
| HSV(B) | 344.59º | 0.97% | 0.9% | - |
| XYZ | 33.67 | 17.38 | 6.58 | - |
| YUV | 80.88 | 119.05 | 234.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 8 | 65 | 0 | 0.97 | 0.72 | 0.10 | 344.59 | 0.93 | 0.47 |
| Hex | E6 | 8 | 41 | 0 | 61 | 48 | A | 159 | 5D | 2F |
| Octal | 346 | 10 | 101 | 0 | 141 | 110 | 12 | 531 | 135 | 57 |
| Binary | 11100110 | 1000 | 1000001 | 0 | 1100001 | 1001000 | 1010 | 101011001 | 1011101 | 101111 |
Color Harmonies of #E60841
Complementary color
Monochromatic Colors of #E60841
Black with #E60841
Text Example
Text Example
White with #E60841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60841; }
p { color: rgb(230,8,65); }
H1.HeaderClassName
{
color: #E60841;
}
.AnyTagClassName
{
color: #E60841;
}
</style>
background-color css
<style>
a { background-color: #E60841; }
a { background-color: rgb(230,8,65); }
div.DivClassName
{
background-color: #E60841;
}
.BgClassName
{
background-color: #E60841;
}
</style>
border-color css
<style>
span { border-color: #E60841; }
span { border-color: rgb(230,8,65); }
td.TdClassName
{
border-color: #E60841;
}
.TagClassName
{
border-color: #E60841;
}
</style>