Shades of Crimson #E60741
Tints of Crimson #E60741
RGB
CMYK
RGB Variations
Color information
#E60741 (or 0xE60741) is known color: Crimson. HEX triplet: E6, 07 and 41. RGB value is (230,7,65). Sum of RGB (Red+Green+Blue) = 230+7+65=302 (40% of max value = 765). Red value is 230 (90.23% from 255 or 76.16% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 230 - color contains mainly: red. Hex color #E60741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60741 is #19F8BE. Grayscale: #505050. Windows color (decimal): -1702079 or 4261862. OLE color: 4261862.
HSL color Cylindrical-coordinate representation of color #E60741: hue angle of 344.39º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E60741 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 65 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.10 |
| HSL | 344.39º | 0.94% | 0.46% | - |
| HSV(B) | 344.39º | 0.97% | 0.9% | - |
| XYZ | 33.66 | 17.36 | 6.58 | - |
| YUV | 80.29 | 119.38 | 234.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 65 | 0 | 0.97 | 0.72 | 0.10 | 344.39 | 0.94 | 0.46 |
| Hex | E6 | 7 | 41 | 0 | 61 | 48 | A | 158 | 5E | 2E |
| Octal | 346 | 7 | 101 | 0 | 141 | 110 | 12 | 530 | 136 | 56 |
| Binary | 11100110 | 111 | 1000001 | 0 | 1100001 | 1001000 | 1010 | 101011000 | 1011110 | 101110 |
Color Harmonies of #E60741
Complementary color
Monochromatic Colors of #E60741
Black with #E60741
Text Example
Text Example
White with #E60741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60741; }
p { color: rgb(230,7,65); }
H1.HeaderClassName
{
color: #E60741;
}
.AnyTagClassName
{
color: #E60741;
}
</style>
background-color css
<style>
a { background-color: #E60741; }
a { background-color: rgb(230,7,65); }
div.DivClassName
{
background-color: #E60741;
}
.BgClassName
{
background-color: #E60741;
}
</style>
border-color css
<style>
span { border-color: #E60741; }
span { border-color: rgb(230,7,65); }
td.TdClassName
{
border-color: #E60741;
}
.TagClassName
{
border-color: #E60741;
}
</style>