Shades of Crimson #E70243
Tints of Crimson #E70243
RGB
CMYK
RGB Variations
Color information
#E70243 (or 0xE70243) is known color: Crimson. HEX triplet: E7, 02 and 43. RGB value is (231,2,67). Sum of RGB (Red+Green+Blue) = 231+2+67=300 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 231 - color contains mainly: red. Hex color #E70243 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70243 is #18FDBC. Grayscale: #4D4D4D. Windows color (decimal): -1637821 or 4391655. OLE color: 4391655.
HSL color Cylindrical-coordinate representation of color #E70243: hue angle of 342.97º 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 #E70243 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 2 | 67 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.09 |
| HSL | 342.97º | 0.98% | 0.46% | - |
| HSV(B) | 342.97º | 0.99% | 0.91% | - |
| XYZ | 33.99 | 17.44 | 6.88 | - |
| YUV | 77.88 | 121.87 | 237.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 2 | 67 | 0 | 0.99 | 0.71 | 0.09 | 342.97 | 0.98 | 0.46 |
| Hex | E7 | 2 | 43 | 0 | 63 | 47 | 9 | 157 | 62 | 2E |
| Octal | 347 | 2 | 103 | 0 | 143 | 107 | 11 | 527 | 142 | 56 |
| Binary | 11100111 | 10 | 1000011 | 0 | 1100011 | 1000111 | 1001 | 101010111 | 1100010 | 101110 |
Color Harmonies of #E70243
Complementary color
Monochromatic Colors of #E70243
Black with #E70243
Text Example
Text Example
White with #E70243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70243; }
p { color: rgb(231,2,67); }
H1.HeaderClassName
{
color: #E70243;
}
.AnyTagClassName
{
color: #E70243;
}
</style>
background-color css
<style>
a { background-color: #E70243; }
a { background-color: rgb(231,2,67); }
div.DivClassName
{
background-color: #E70243;
}
.BgClassName
{
background-color: #E70243;
}
</style>
border-color css
<style>
span { border-color: #E70243; }
span { border-color: rgb(231,2,67); }
td.TdClassName
{
border-color: #E70243;
}
.TagClassName
{
border-color: #E70243;
}
</style>