Shades of Crimson #E7002D
Tints of Crimson #E7002D
RGB
CMYK
RGB Variations
Color information
#E7002D (or 0xE7002D) is known color: Crimson. HEX triplet: E7, 00 and 2D. RGB value is (231,0,45). Sum of RGB (Red+Green+Blue) = 231+0+45=276 (36% of max value = 765). Red value is 231 (90.62% from 255 or 83.70% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 231 - color contains mainly: red. Hex color #E7002D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7002D is #18FFD2. Grayscale: #4A4A4A. Windows color (decimal): -1638355 or 2949351. OLE color: 2949351.
HSL color Cylindrical-coordinate representation of color #E7002D: hue angle of 348.31º 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 #E7002D is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.81 | 0.09 |
| HSL | 348.31º | 1% | 0.45% | - |
| HSV(B) | 348.31º | 1% | 0.91% | - |
| XYZ | 33.43 | 17.18 | 4.04 | - |
| YUV | 74.2 | 111.53 | 239.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 45 | 0 | 1 | 0.81 | 0.09 | 348.31 | 1 | 0.45 |
| Hex | E7 | 0 | 2D | 0 | 64 | 51 | 9 | 15C | 64 | 2D |
| Octal | 347 | 0 | 55 | 0 | 144 | 121 | 11 | 534 | 144 | 55 |
| Binary | 11100111 | 0 | 101101 | 0 | 1100100 | 1010001 | 1001 | 101011100 | 1100100 | 101101 |
Color Harmonies of #E7002D
Complementary color
Monochromatic Colors of #E7002D
Black with #E7002D
Text Example
Text Example
White with #E7002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7002D; }
p { color: rgb(231,0,45); }
H1.HeaderClassName
{
color: #E7002D;
}
.AnyTagClassName
{
color: #E7002D;
}
</style>
background-color css
<style>
a { background-color: #E7002D; }
a { background-color: rgb(231,0,45); }
div.DivClassName
{
background-color: #E7002D;
}
.BgClassName
{
background-color: #E7002D;
}
</style>
border-color css
<style>
span { border-color: #E7002D; }
span { border-color: rgb(231,0,45); }
td.TdClassName
{
border-color: #E7002D;
}
.TagClassName
{
border-color: #E7002D;
}
</style>