Shades of Crimson #E1042D
Tints of Crimson #E1042D
RGB
CMYK
RGB Variations
Color information
#E1042D (or 0xE1042D) is known color: Crimson. HEX triplet: E1, 04 and 2D. RGB value is (225,4,45). Sum of RGB (Red+Green+Blue) = 225+4+45=274 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.12% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 225 - color contains mainly: red. Hex color #E1042D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1042D is #1EFBD2. Grayscale: #4A4A4A. Windows color (decimal): -2030547 or 2950369. OLE color: 2950369.
HSL color Cylindrical-coordinate representation of color #E1042D: hue angle of 348.87º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E1042D is Cyan = 0, Magento = 0.98, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 45 | - |
| CMYK | 0 | 0.98 | 0.8 | 0.12 |
| HSL | 348.87º | 0.97% | 0.45% | - |
| HSV(B) | 348.87º | 0.98% | 0.88% | - |
| XYZ | 31.57 | 16.28 | 3.96 | - |
| YUV | 74.75 | 111.22 | 235.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 45 | 0 | 0.98 | 0.8 | 0.12 | 348.87 | 0.97 | 0.45 |
| Hex | E1 | 4 | 2D | 0 | 62 | 50 | C | 15D | 61 | 2D |
| Octal | 341 | 4 | 55 | 0 | 142 | 120 | 14 | 535 | 141 | 55 |
| Binary | 11100001 | 100 | 101101 | 0 | 1100010 | 1010000 | 1100 | 101011101 | 1100001 | 101101 |
Color Harmonies of #E1042D
Complementary color
Monochromatic Colors of #E1042D
Black with #E1042D
Text Example
Text Example
White with #E1042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1042D; }
p { color: rgb(225,4,45); }
H1.HeaderClassName
{
color: #E1042D;
}
.AnyTagClassName
{
color: #E1042D;
}
</style>
background-color css
<style>
a { background-color: #E1042D; }
a { background-color: rgb(225,4,45); }
div.DivClassName
{
background-color: #E1042D;
}
.BgClassName
{
background-color: #E1042D;
}
</style>
border-color css
<style>
span { border-color: #E1042D; }
span { border-color: rgb(225,4,45); }
td.TdClassName
{
border-color: #E1042D;
}
.TagClassName
{
border-color: #E1042D;
}
</style>