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