Shades of Crimson #E7003E
Tints of Crimson #E7003E
RGB
CMYK
RGB Variations
Color information
#E7003E (or 0xE7003E) is known color: Crimson. HEX triplet: E7, 00 and 3E. RGB value is (231,0,62). Sum of RGB (Red+Green+Blue) = 231+0+62=293 (38% of max value = 765). Red value is 231 (90.62% from 255 or 78.84% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 231 - color contains mainly: red. Hex color #E7003E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7003E is #18FFC1. Grayscale: #4C4C4C. Windows color (decimal): -1638338 or 4063463. OLE color: 4063463.
HSL color Cylindrical-coordinate representation of color #E7003E: hue angle of 343.9º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7003E is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.73 | 0.09 |
| HSL | 343.9º | 1% | 0.45% | - |
| HSV(B) | 343.9º | 1% | 0.91% | - |
| XYZ | 33.82 | 17.34 | 6.12 | - |
| YUV | 76.14 | 120.03 | 238.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 62 | 0 | 1 | 0.73 | 0.09 | 343.9 | 1 | 0.45 |
| Hex | E7 | 0 | 3E | 0 | 64 | 49 | 9 | 158 | 64 | 2D |
| Octal | 347 | 0 | 76 | 0 | 144 | 111 | 11 | 530 | 144 | 55 |
| Binary | 11100111 | 0 | 111110 | 0 | 1100100 | 1001001 | 1001 | 101011000 | 1100100 | 101101 |
Color Harmonies of #E7003E
Complementary color
Monochromatic Colors of #E7003E
Black with #E7003E
Text Example
Text Example
White with #E7003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7003E; }
p { color: rgb(231,0,62); }
H1.HeaderClassName
{
color: #E7003E;
}
.AnyTagClassName
{
color: #E7003E;
}
</style>
background-color css
<style>
a { background-color: #E7003E; }
a { background-color: rgb(231,0,62); }
div.DivClassName
{
background-color: #E7003E;
}
.BgClassName
{
background-color: #E7003E;
}
</style>
border-color css
<style>
span { border-color: #E7003E; }
span { border-color: rgb(231,0,62); }
td.TdClassName
{
border-color: #E7003E;
}
.TagClassName
{
border-color: #E7003E;
}
</style>