Shades of Crimson #E7053C
Tints of Crimson #E7053C
RGB
CMYK
RGB Variations
Color information
#E7053C (or 0xE7053C) is known color: Crimson. HEX triplet: E7, 05 and 3C. RGB value is (231,5,60). Sum of RGB (Red+Green+Blue) = 231+5+60=296 (39% of max value = 765). Red value is 231 (90.62% from 255 or 78.04% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 231 - color contains mainly: red. Hex color #E7053C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7053C is #18FAC3. Grayscale: #4E4E4E. Windows color (decimal): -1637060 or 3933671. OLE color: 3933671.
HSL color Cylindrical-coordinate representation of color #E7053C: hue angle of 345.4º 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 #E7053C is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 60 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.09 |
| HSL | 345.4º | 0.96% | 0.46% | - |
| HSV(B) | 345.4º | 0.98% | 0.91% | - |
| XYZ | 33.82 | 17.42 | 5.86 | - |
| YUV | 78.84 | 117.37 | 236.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 60 | 0 | 0.98 | 0.74 | 0.09 | 345.4 | 0.96 | 0.46 |
| Hex | E7 | 5 | 3C | 0 | 62 | 4A | 9 | 159 | 60 | 2E |
| Octal | 347 | 5 | 74 | 0 | 142 | 112 | 11 | 531 | 140 | 56 |
| Binary | 11100111 | 101 | 111100 | 0 | 1100010 | 1001010 | 1001 | 101011001 | 1100000 | 101110 |
Color Harmonies of #E7053C
Complementary color
Monochromatic Colors of #E7053C
Black with #E7053C
Text Example
Text Example
White with #E7053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7053C; }
p { color: rgb(231,5,60); }
H1.HeaderClassName
{
color: #E7053C;
}
.AnyTagClassName
{
color: #E7053C;
}
</style>
background-color css
<style>
a { background-color: #E7053C; }
a { background-color: rgb(231,5,60); }
div.DivClassName
{
background-color: #E7053C;
}
.BgClassName
{
background-color: #E7053C;
}
</style>
border-color css
<style>
span { border-color: #E7053C; }
span { border-color: rgb(231,5,60); }
td.TdClassName
{
border-color: #E7053C;
}
.TagClassName
{
border-color: #E7053C;
}
</style>