Shades of Crimson #E60242
Tints of Crimson #E60242
RGB
CMYK
RGB Variations
Color information
#E60242 (or 0xE60242) is known color: Crimson. HEX triplet: E6, 02 and 42. RGB value is (230,2,66). Sum of RGB (Red+Green+Blue) = 230+2+66=298 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.18% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 230 - color contains mainly: red. Hex color #E60242 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60242 is #19FDBD. Grayscale: #4D4D4D. Windows color (decimal): -1703358 or 4326118. OLE color: 4326118.
HSL color Cylindrical-coordinate representation of color #E60242: hue angle of 343.16º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60242 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 2 | 66 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.10 |
| HSL | 343.16º | 0.98% | 0.45% | - |
| HSV(B) | 343.16º | 0.99% | 0.9% | - |
| XYZ | 33.64 | 17.26 | 6.71 | - |
| YUV | 77.47 | 121.54 | 236.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 66 | 0 | 0.99 | 0.71 | 0.10 | 343.16 | 0.98 | 0.45 |
| Hex | E6 | 2 | 42 | 0 | 63 | 47 | A | 157 | 62 | 2D |
| Octal | 346 | 2 | 102 | 0 | 143 | 107 | 12 | 527 | 142 | 55 |
| Binary | 11100110 | 10 | 1000010 | 0 | 1100011 | 1000111 | 1010 | 101010111 | 1100010 | 101101 |
Color Harmonies of #E60242
Complementary color
Monochromatic Colors of #E60242
Black with #E60242
Text Example
Text Example
White with #E60242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60242; }
p { color: rgb(230,2,66); }
H1.HeaderClassName
{
color: #E60242;
}
.AnyTagClassName
{
color: #E60242;
}
</style>
background-color css
<style>
a { background-color: #E60242; }
a { background-color: rgb(230,2,66); }
div.DivClassName
{
background-color: #E60242;
}
.BgClassName
{
background-color: #E60242;
}
</style>
border-color css
<style>
span { border-color: #E60242; }
span { border-color: rgb(230,2,66); }
td.TdClassName
{
border-color: #E60242;
}
.TagClassName
{
border-color: #E60242;
}
</style>