Shades of Crimson #E70536
Tints of Crimson #E70536
RGB
CMYK
RGB Variations
Color information
#E70536 (or 0xE70536) is known color: Crimson. HEX triplet: E7, 05 and 36. RGB value is (231,5,54). Sum of RGB (Red+Green+Blue) = 231+5+54=290 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.66% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 231 - color contains mainly: red. Hex color #E70536 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70536 is #18FAC9. Grayscale: #4E4E4E. Windows color (decimal): -1637066 or 3540455. OLE color: 3540455.
HSL color Cylindrical-coordinate representation of color #E70536: hue angle of 346.99º 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 #E70536 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 54 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.09 |
| HSL | 346.99º | 0.96% | 0.46% | - |
| HSV(B) | 346.99º | 0.98% | 0.91% | - |
| XYZ | 33.68 | 17.36 | 5.07 | - |
| YUV | 78.16 | 114.37 | 237.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 54 | 0 | 0.98 | 0.77 | 0.09 | 346.99 | 0.96 | 0.46 |
| Hex | E7 | 5 | 36 | 0 | 62 | 4D | 9 | 15B | 60 | 2E |
| Octal | 347 | 5 | 66 | 0 | 142 | 115 | 11 | 533 | 140 | 56 |
| Binary | 11100111 | 101 | 110110 | 0 | 1100010 | 1001101 | 1001 | 101011011 | 1100000 | 101110 |
Color Harmonies of #E70536
Complementary color
Monochromatic Colors of #E70536
Black with #E70536
Text Example
Text Example
White with #E70536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70536; }
p { color: rgb(231,5,54); }
H1.HeaderClassName
{
color: #E70536;
}
.AnyTagClassName
{
color: #E70536;
}
</style>
background-color css
<style>
a { background-color: #E70536; }
a { background-color: rgb(231,5,54); }
div.DivClassName
{
background-color: #E70536;
}
.BgClassName
{
background-color: #E70536;
}
</style>
border-color css
<style>
span { border-color: #E70536; }
span { border-color: rgb(231,5,54); }
td.TdClassName
{
border-color: #E70536;
}
.TagClassName
{
border-color: #E70536;
}
</style>