Shades of Crimson #E70A2B
Tints of Crimson #E70A2B
RGB
CMYK
RGB Variations
Color information
#E70A2B (or 0xE70A2B) is known color: Crimson. HEX triplet: E7, 0A and 2B. RGB value is (231,10,43). Sum of RGB (Red+Green+Blue) = 231+10+43=284 (37% of max value = 765). Red value is 231 (90.62% from 255 or 81.34% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70A2B is #18F5D4. Grayscale: #4F4F4F. Windows color (decimal): -1635797 or 2820839. OLE color: 2820839.
HSL color Cylindrical-coordinate representation of color #E70A2B: hue angle of 351.04º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70A2B is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 10 | 43 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.09 |
| HSL | 351.04º | 0.92% | 0.47% | - |
| HSV(B) | 351.04º | 0.96% | 0.91% | - |
| XYZ | 33.5 | 17.38 | 3.87 | - |
| YUV | 79.84 | 107.22 | 235.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 10 | 43 | 0 | 0.96 | 0.81 | 0.09 | 351.04 | 0.92 | 0.47 |
| Hex | E7 | A | 2B | 0 | 60 | 51 | 9 | 15F | 5C | 2F |
| Octal | 347 | 12 | 53 | 0 | 140 | 121 | 11 | 537 | 134 | 57 |
| Binary | 11100111 | 1010 | 101011 | 0 | 1100000 | 1010001 | 1001 | 101011111 | 1011100 | 101111 |
Color Harmonies of #E70A2B
Complementary color
Monochromatic Colors of #E70A2B
Black with #E70A2B
Text Example
Text Example
White with #E70A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70A2B; }
p { color: rgb(231,10,43); }
H1.HeaderClassName
{
color: #E70A2B;
}
.AnyTagClassName
{
color: #E70A2B;
}
</style>
background-color css
<style>
a { background-color: #E70A2B; }
a { background-color: rgb(231,10,43); }
div.DivClassName
{
background-color: #E70A2B;
}
.BgClassName
{
background-color: #E70A2B;
}
</style>
border-color css
<style>
span { border-color: #E70A2B; }
span { border-color: rgb(231,10,43); }
td.TdClassName
{
border-color: #E70A2B;
}
.TagClassName
{
border-color: #E70A2B;
}
</style>