Shades of Crimson #E7053F
Tints of Crimson #E7053F
RGB
CMYK
RGB Variations
Color information
#E7053F (or 0xE7053F) is known color: Crimson. HEX triplet: E7, 05 and 3F. RGB value is (231,5,63). Sum of RGB (Red+Green+Blue) = 231+5+63=299 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.26% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 231 - color contains mainly: red. Hex color #E7053F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7053F is #18FAC0. Grayscale: #4F4F4F. Windows color (decimal): -1637057 or 4130279. OLE color: 4130279.
HSL color Cylindrical-coordinate representation of color #E7053F: hue angle of 344.6º 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 #E7053F is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 63 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.09 |
| HSL | 344.6º | 0.96% | 0.46% | - |
| HSV(B) | 344.6º | 0.98% | 0.91% | - |
| XYZ | 33.91 | 17.46 | 6.28 | - |
| YUV | 79.19 | 118.87 | 236.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 63 | 0 | 0.98 | 0.73 | 0.09 | 344.6 | 0.96 | 0.46 |
| Hex | E7 | 5 | 3F | 0 | 62 | 49 | 9 | 159 | 60 | 2E |
| Octal | 347 | 5 | 77 | 0 | 142 | 111 | 11 | 531 | 140 | 56 |
| Binary | 11100111 | 101 | 111111 | 0 | 1100010 | 1001001 | 1001 | 101011001 | 1100000 | 101110 |
Color Harmonies of #E7053F
Complementary color
Monochromatic Colors of #E7053F
Black with #E7053F
Text Example
Text Example
White with #E7053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7053F; }
p { color: rgb(231,5,63); }
H1.HeaderClassName
{
color: #E7053F;
}
.AnyTagClassName
{
color: #E7053F;
}
</style>
background-color css
<style>
a { background-color: #E7053F; }
a { background-color: rgb(231,5,63); }
div.DivClassName
{
background-color: #E7053F;
}
.BgClassName
{
background-color: #E7053F;
}
</style>
border-color css
<style>
span { border-color: #E7053F; }
span { border-color: rgb(231,5,63); }
td.TdClassName
{
border-color: #E7053F;
}
.TagClassName
{
border-color: #E7053F;
}
</style>