Shades of Crimson #E70532
Tints of Crimson #E70532
RGB
CMYK
RGB Variations
Color information
#E70532 (or 0xE70532) is known color: Crimson. HEX triplet: E7, 05 and 32. RGB value is (231,5,50). Sum of RGB (Red+Green+Blue) = 231+5+50=286 (37% of max value = 765). Red value is 231 (90.62% from 255 or 80.77% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 231 - color contains mainly: red. Hex color #E70532 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70532 is #18FACD. Grayscale: #4D4D4D. Windows color (decimal): -1637070 or 3278311. OLE color: 3278311.
HSL color Cylindrical-coordinate representation of color #E70532: hue angle of 348.05º 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 #E70532 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 50 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.09 |
| HSL | 348.05º | 0.96% | 0.46% | - |
| HSV(B) | 348.05º | 0.98% | 0.91% | - |
| XYZ | 33.58 | 17.33 | 4.59 | - |
| YUV | 77.7 | 112.37 | 237.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 50 | 0 | 0.98 | 0.78 | 0.09 | 348.05 | 0.96 | 0.46 |
| Hex | E7 | 5 | 32 | 0 | 62 | 4E | 9 | 15C | 60 | 2E |
| Octal | 347 | 5 | 62 | 0 | 142 | 116 | 11 | 534 | 140 | 56 |
| Binary | 11100111 | 101 | 110010 | 0 | 1100010 | 1001110 | 1001 | 101011100 | 1100000 | 101110 |
Color Harmonies of #E70532
Complementary color
Monochromatic Colors of #E70532
Black with #E70532
Text Example
Text Example
White with #E70532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70532; }
p { color: rgb(231,5,50); }
H1.HeaderClassName
{
color: #E70532;
}
.AnyTagClassName
{
color: #E70532;
}
</style>
background-color css
<style>
a { background-color: #E70532; }
a { background-color: rgb(231,5,50); }
div.DivClassName
{
background-color: #E70532;
}
.BgClassName
{
background-color: #E70532;
}
</style>
border-color css
<style>
span { border-color: #E70532; }
span { border-color: rgb(231,5,50); }
td.TdClassName
{
border-color: #E70532;
}
.TagClassName
{
border-color: #E70532;
}
</style>