Shades of Crimson #E70231
Tints of Crimson #E70231
RGB
CMYK
RGB Variations
Color information
#E70231 (or 0xE70231) is known color: Crimson. HEX triplet: E7, 02 and 31. RGB value is (231,2,49). Sum of RGB (Red+Green+Blue) = 231+2+49=282 (37% of max value = 765). Red value is 231 (90.62% from 255 or 81.91% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 231 - color contains mainly: red. Hex color #E70231 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70231 is #18FDCE. Grayscale: #4B4B4B. Windows color (decimal): -1637839 or 3212007. OLE color: 3212007.
HSL color Cylindrical-coordinate representation of color #E70231: hue angle of 347.69º 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 #E70231 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 2 | 49 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.09 |
| HSL | 347.69º | 0.98% | 0.46% | - |
| HSV(B) | 347.69º | 0.99% | 0.91% | - |
| XYZ | 33.53 | 17.25 | 4.47 | - |
| YUV | 75.83 | 112.87 | 238.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 2 | 49 | 0 | 0.99 | 0.79 | 0.09 | 347.69 | 0.98 | 0.46 |
| Hex | E7 | 2 | 31 | 0 | 63 | 4F | 9 | 15C | 62 | 2E |
| Octal | 347 | 2 | 61 | 0 | 143 | 117 | 11 | 534 | 142 | 56 |
| Binary | 11100111 | 10 | 110001 | 0 | 1100011 | 1001111 | 1001 | 101011100 | 1100010 | 101110 |
Color Harmonies of #E70231
Complementary color
Monochromatic Colors of #E70231
Black with #E70231
Text Example
Text Example
White with #E70231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70231; }
p { color: rgb(231,2,49); }
H1.HeaderClassName
{
color: #E70231;
}
.AnyTagClassName
{
color: #E70231;
}
</style>
background-color css
<style>
a { background-color: #E70231; }
a { background-color: rgb(231,2,49); }
div.DivClassName
{
background-color: #E70231;
}
.BgClassName
{
background-color: #E70231;
}
</style>
border-color css
<style>
span { border-color: #E70231; }
span { border-color: rgb(231,2,49); }
td.TdClassName
{
border-color: #E70231;
}
.TagClassName
{
border-color: #E70231;
}
</style>