Shades of Crimson #E60239
Tints of Crimson #E60239
RGB
CMYK
RGB Variations
Color information
#E60239 (or 0xE60239) is known color: Crimson. HEX triplet: E6, 02 and 39. RGB value is (230,2,57). Sum of RGB (Red+Green+Blue) = 230+2+57=289 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.58% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 230 - color contains mainly: red. Hex color #E60239 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60239 is #19FDC6. Grayscale: #4C4C4C. Windows color (decimal): -1703367 or 3736294. OLE color: 3736294.
HSL color Cylindrical-coordinate representation of color #E60239: hue angle of 345.53º 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 #E60239 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 2 | 57 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.10 |
| HSL | 345.53º | 0.98% | 0.45% | - |
| HSV(B) | 345.53º | 0.99% | 0.9% | - |
| XYZ | 33.39 | 17.16 | 5.42 | - |
| YUV | 76.44 | 117.04 | 237.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 57 | 0 | 0.99 | 0.75 | 0.10 | 345.53 | 0.98 | 0.45 |
| Hex | E6 | 2 | 39 | 0 | 63 | 4B | A | 15A | 62 | 2D |
| Octal | 346 | 2 | 71 | 0 | 143 | 113 | 12 | 532 | 142 | 55 |
| Binary | 11100110 | 10 | 111001 | 0 | 1100011 | 1001011 | 1010 | 101011010 | 1100010 | 101101 |
Color Harmonies of #E60239
Complementary color
Monochromatic Colors of #E60239
Black with #E60239
Text Example
Text Example
White with #E60239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60239; }
p { color: rgb(230,2,57); }
H1.HeaderClassName
{
color: #E60239;
}
.AnyTagClassName
{
color: #E60239;
}
</style>
background-color css
<style>
a { background-color: #E60239; }
a { background-color: rgb(230,2,57); }
div.DivClassName
{
background-color: #E60239;
}
.BgClassName
{
background-color: #E60239;
}
</style>
border-color css
<style>
span { border-color: #E60239; }
span { border-color: rgb(230,2,57); }
td.TdClassName
{
border-color: #E60239;
}
.TagClassName
{
border-color: #E60239;
}
</style>