Shades of Crimson #E70535
Tints of Crimson #E70535
RGB
CMYK
RGB Variations
Color information
#E70535 (or 0xE70535) is known color: Crimson. HEX triplet: E7, 05 and 35. RGB value is (231,5,53). Sum of RGB (Red+Green+Blue) = 231+5+53=289 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.93% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 231 - color contains mainly: red. Hex color #E70535 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70535 is #18FACA. Grayscale: #4E4E4E. Windows color (decimal): -1637067 or 3474919. OLE color: 3474919.
HSL color Cylindrical-coordinate representation of color #E70535: hue angle of 347.26º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E70535 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 53 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.09 |
| HSL | 347.26º | 0.96% | 0.46% | - |
| HSV(B) | 347.26º | 0.98% | 0.91% | - |
| XYZ | 33.65 | 17.35 | 4.94 | - |
| YUV | 78.05 | 113.87 | 237.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 53 | 0 | 0.98 | 0.77 | 0.09 | 347.26 | 0.96 | 0.46 |
| Hex | E7 | 5 | 35 | 0 | 62 | 4D | 9 | 15B | 60 | 2E |
| Octal | 347 | 5 | 65 | 0 | 142 | 115 | 11 | 533 | 140 | 56 |
| Binary | 11100111 | 101 | 110101 | 0 | 1100010 | 1001101 | 1001 | 101011011 | 1100000 | 101110 |
Color Harmonies of #E70535
Complementary color
Monochromatic Colors of #E70535
Black with #E70535
Text Example
Text Example
White with #E70535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70535; }
p { color: rgb(231,5,53); }
H1.HeaderClassName
{
color: #E70535;
}
.AnyTagClassName
{
color: #E70535;
}
</style>
background-color css
<style>
a { background-color: #E70535; }
a { background-color: rgb(231,5,53); }
div.DivClassName
{
background-color: #E70535;
}
.BgClassName
{
background-color: #E70535;
}
</style>
border-color css
<style>
span { border-color: #E70535; }
span { border-color: rgb(231,5,53); }
td.TdClassName
{
border-color: #E70535;
}
.TagClassName
{
border-color: #E70535;
}
</style>