Shades of Crimson #E70538
Tints of Crimson #E70538
RGB
CMYK
RGB Variations
Color information
#E70538 (or 0xE70538) is known color: Crimson. HEX triplet: E7, 05 and 38. RGB value is (231,5,56). Sum of RGB (Red+Green+Blue) = 231+5+56=292 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.11% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 231 - color contains mainly: red. Hex color #E70538 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70538 is #18FAC7. Grayscale: #4E4E4E. Windows color (decimal): -1637064 or 3671527. OLE color: 3671527.
HSL color Cylindrical-coordinate representation of color #E70538: hue angle of 346.46º 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 #E70538 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 56 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.09 |
| HSL | 346.46º | 0.96% | 0.46% | - |
| HSV(B) | 346.46º | 0.98% | 0.91% | - |
| XYZ | 33.72 | 17.38 | 5.32 | - |
| YUV | 78.39 | 115.37 | 236.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 56 | 0 | 0.98 | 0.76 | 0.09 | 346.46 | 0.96 | 0.46 |
| Hex | E7 | 5 | 38 | 0 | 62 | 4C | 9 | 15A | 60 | 2E |
| Octal | 347 | 5 | 70 | 0 | 142 | 114 | 11 | 532 | 140 | 56 |
| Binary | 11100111 | 101 | 111000 | 0 | 1100010 | 1001100 | 1001 | 101011010 | 1100000 | 101110 |
Color Harmonies of #E70538
Complementary color
Monochromatic Colors of #E70538
Black with #E70538
Text Example
Text Example
White with #E70538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70538; }
p { color: rgb(231,5,56); }
H1.HeaderClassName
{
color: #E70538;
}
.AnyTagClassName
{
color: #E70538;
}
</style>
background-color css
<style>
a { background-color: #E70538; }
a { background-color: rgb(231,5,56); }
div.DivClassName
{
background-color: #E70538;
}
.BgClassName
{
background-color: #E70538;
}
</style>
border-color css
<style>
span { border-color: #E70538; }
span { border-color: rgb(231,5,56); }
td.TdClassName
{
border-color: #E70538;
}
.TagClassName
{
border-color: #E70538;
}
</style>