Shades of Crimson #E60F41
Tints of Crimson #E60F41
RGB
CMYK
RGB Variations
Color information
#E60F41 (or 0xE60F41) is known color: Crimson. HEX triplet: E6, 0F and 41. RGB value is (230,15,65). Sum of RGB (Red+Green+Blue) = 230+15+65=310 (41% of max value = 765). Red value is 230 (90.23% from 255 or 74.19% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F41 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60F41 is #19F0BE. Grayscale: #555555. Windows color (decimal): -1700031 or 4263910. OLE color: 4263910.
HSL color Cylindrical-coordinate representation of color #E60F41: hue angle of 346.05º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E60F41 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 65 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.10 |
| HSL | 346.05º | 0.88% | 0.48% | - |
| HSV(B) | 346.05º | 0.93% | 0.9% | - |
| XYZ | 33.76 | 17.55 | 6.61 | - |
| YUV | 84.99 | 116.73 | 231.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 65 | 0 | 0.93 | 0.72 | 0.10 | 346.05 | 0.88 | 0.48 |
| Hex | E6 | F | 41 | 0 | 5D | 48 | A | 15A | 58 | 30 |
| Octal | 346 | 17 | 101 | 0 | 135 | 110 | 12 | 532 | 130 | 60 |
| Binary | 11100110 | 1111 | 1000001 | 0 | 1011101 | 1001000 | 1010 | 101011010 | 1011000 | 110000 |
Color Harmonies of #E60F41
Complementary color
Monochromatic Colors of #E60F41
Black with #E60F41
Text Example
Text Example
White with #E60F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60F41; }
p { color: rgb(230,15,65); }
H1.HeaderClassName
{
color: #E60F41;
}
.AnyTagClassName
{
color: #E60F41;
}
</style>
background-color css
<style>
a { background-color: #E60F41; }
a { background-color: rgb(230,15,65); }
div.DivClassName
{
background-color: #E60F41;
}
.BgClassName
{
background-color: #E60F41;
}
</style>
border-color css
<style>
span { border-color: #E60F41; }
span { border-color: rgb(230,15,65); }
td.TdClassName
{
border-color: #E60F41;
}
.TagClassName
{
border-color: #E60F41;
}
</style>