Shades of Crimson #E7032D
Tints of Crimson #E7032D
RGB
CMYK
RGB Variations
Color information
#E7032D (or 0xE7032D) is known color: Crimson. HEX triplet: E7, 03 and 2D. RGB value is (231,3,45). Sum of RGB (Red+Green+Blue) = 231+3+45=279 (36% of max value = 765). Red value is 231 (90.62% from 255 or 82.80% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 231 - color contains mainly: red. Hex color #E7032D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7032D is #18FCD2. Grayscale: #4C4C4C. Windows color (decimal): -1637587 or 2950119. OLE color: 2950119.
HSL color Cylindrical-coordinate representation of color #E7032D: hue angle of 348.95º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E7032D is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 3 | 45 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.09 |
| HSL | 348.95º | 0.97% | 0.46% | - |
| HSV(B) | 348.95º | 0.99% | 0.91% | - |
| XYZ | 33.46 | 17.24 | 4.05 | - |
| YUV | 75.96 | 110.54 | 238.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 45 | 0 | 0.99 | 0.81 | 0.09 | 348.95 | 0.97 | 0.46 |
| Hex | E7 | 3 | 2D | 0 | 63 | 51 | 9 | 15D | 61 | 2E |
| Octal | 347 | 3 | 55 | 0 | 143 | 121 | 11 | 535 | 141 | 56 |
| Binary | 11100111 | 11 | 101101 | 0 | 1100011 | 1010001 | 1001 | 101011101 | 1100001 | 101110 |
Color Harmonies of #E7032D
Complementary color
Monochromatic Colors of #E7032D
Black with #E7032D
Text Example
Text Example
White with #E7032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7032D; }
p { color: rgb(231,3,45); }
H1.HeaderClassName
{
color: #E7032D;
}
.AnyTagClassName
{
color: #E7032D;
}
</style>
background-color css
<style>
a { background-color: #E7032D; }
a { background-color: rgb(231,3,45); }
div.DivClassName
{
background-color: #E7032D;
}
.BgClassName
{
background-color: #E7032D;
}
</style>
border-color css
<style>
span { border-color: #E7032D; }
span { border-color: rgb(231,3,45); }
td.TdClassName
{
border-color: #E7032D;
}
.TagClassName
{
border-color: #E7032D;
}
</style>