Shades of Crimson #E70239
Tints of Crimson #E70239
RGB
CMYK
RGB Variations
Color information
#E70239 (or 0xE70239) is known color: Crimson. HEX triplet: E7, 02 and 39. RGB value is (231,2,57). Sum of RGB (Red+Green+Blue) = 231+2+57=290 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.66% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 231 - color contains mainly: red. Hex color #E70239 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70239 is #18FDC6. Grayscale: #4C4C4C. Windows color (decimal): -1637831 or 3736295. OLE color: 3736295.
HSL color Cylindrical-coordinate representation of color #E70239: hue angle of 345.59º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E70239 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 2 | 57 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.09 |
| HSL | 345.59º | 0.98% | 0.46% | - |
| HSV(B) | 345.59º | 0.99% | 0.91% | - |
| XYZ | 33.72 | 17.33 | 5.44 | - |
| YUV | 76.74 | 116.87 | 238.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 2 | 57 | 0 | 0.99 | 0.75 | 0.09 | 345.59 | 0.98 | 0.46 |
| Hex | E7 | 2 | 39 | 0 | 63 | 4B | 9 | 15A | 62 | 2E |
| Octal | 347 | 2 | 71 | 0 | 143 | 113 | 11 | 532 | 142 | 56 |
| Binary | 11100111 | 10 | 111001 | 0 | 1100011 | 1001011 | 1001 | 101011010 | 1100010 | 101110 |
Color Harmonies of #E70239
Complementary color
Monochromatic Colors of #E70239
Black with #E70239
Text Example
Text Example
White with #E70239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70239; }
p { color: rgb(231,2,57); }
H1.HeaderClassName
{
color: #E70239;
}
.AnyTagClassName
{
color: #E70239;
}
</style>
background-color css
<style>
a { background-color: #E70239; }
a { background-color: rgb(231,2,57); }
div.DivClassName
{
background-color: #E70239;
}
.BgClassName
{
background-color: #E70239;
}
</style>
border-color css
<style>
span { border-color: #E70239; }
span { border-color: rgb(231,2,57); }
td.TdClassName
{
border-color: #E70239;
}
.TagClassName
{
border-color: #E70239;
}
</style>