Shades of Crimson #E1032D
Tints of Crimson #E1032D
RGB
CMYK
RGB Variations
Color information
#E1032D (or 0xE1032D) is known color: Crimson. HEX triplet: E1, 03 and 2D. RGB value is (225,3,45). Sum of RGB (Red+Green+Blue) = 225+3+45=273 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.42% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 225 - color contains mainly: red. Hex color #E1032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1032D is #1EFCD2. Grayscale: #4A4A4A. Windows color (decimal): -2030803 or 2950113. OLE color: 2950113.
HSL color Cylindrical-coordinate representation of color #E1032D: hue angle of 348.65º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1032D is Cyan = 0, Magento = 0.99, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 45 | - |
| CMYK | 0 | 0.99 | 0.8 | 0.12 |
| HSL | 348.65º | 0.97% | 0.45% | - |
| HSV(B) | 348.65º | 0.99% | 0.88% | - |
| XYZ | 31.56 | 16.26 | 3.96 | - |
| YUV | 74.17 | 111.55 | 235.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 45 | 0 | 0.99 | 0.8 | 0.12 | 348.65 | 0.97 | 0.45 |
| Hex | E1 | 3 | 2D | 0 | 63 | 50 | C | 15D | 61 | 2D |
| Octal | 341 | 3 | 55 | 0 | 143 | 120 | 14 | 535 | 141 | 55 |
| Binary | 11100001 | 11 | 101101 | 0 | 1100011 | 1010000 | 1100 | 101011101 | 1100001 | 101101 |
Color Harmonies of #E1032D
Complementary color
Monochromatic Colors of #E1032D
Black with #E1032D
Text Example
Text Example
White with #E1032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1032D; }
p { color: rgb(225,3,45); }
H1.HeaderClassName
{
color: #E1032D;
}
.AnyTagClassName
{
color: #E1032D;
}
</style>
background-color css
<style>
a { background-color: #E1032D; }
a { background-color: rgb(225,3,45); }
div.DivClassName
{
background-color: #E1032D;
}
.BgClassName
{
background-color: #E1032D;
}
</style>
border-color css
<style>
span { border-color: #E1032D; }
span { border-color: rgb(225,3,45); }
td.TdClassName
{
border-color: #E1032D;
}
.TagClassName
{
border-color: #E1032D;
}
</style>