Shades of Crimson #E1042E
Tints of Crimson #E1042E
RGB
CMYK
RGB Variations
Color information
#E1042E (or 0xE1042E) is known color: Crimson. HEX triplet: E1, 04 and 2E. RGB value is (225,4,46). Sum of RGB (Red+Green+Blue) = 225+4+46=275 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.82% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 225 - color contains mainly: red. Hex color #E1042E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1042E is #1EFBD1. Grayscale: #4A4A4A. Windows color (decimal): -2030546 or 3015905. OLE color: 3015905.
HSL color Cylindrical-coordinate representation of color #E1042E: hue angle of 348.6º 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 #E1042E is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 46 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.12 |
| HSL | 348.6º | 0.97% | 0.45% | - |
| HSV(B) | 348.6º | 0.98% | 0.88% | - |
| XYZ | 31.59 | 16.29 | 4.06 | - |
| YUV | 74.87 | 111.72 | 235.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 46 | 0 | 0.98 | 0.80 | 0.12 | 348.6 | 0.97 | 0.45 |
| Hex | E1 | 4 | 2E | 0 | 62 | 50 | C | 15D | 61 | 2D |
| Octal | 341 | 4 | 56 | 0 | 142 | 120 | 14 | 535 | 141 | 55 |
| Binary | 11100001 | 100 | 101110 | 0 | 1100010 | 1010000 | 1100 | 101011101 | 1100001 | 101101 |
Color Harmonies of #E1042E
Complementary color
Monochromatic Colors of #E1042E
Black with #E1042E
Text Example
Text Example
White with #E1042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1042E; }
p { color: rgb(225,4,46); }
H1.HeaderClassName
{
color: #E1042E;
}
.AnyTagClassName
{
color: #E1042E;
}
</style>
background-color css
<style>
a { background-color: #E1042E; }
a { background-color: rgb(225,4,46); }
div.DivClassName
{
background-color: #E1042E;
}
.BgClassName
{
background-color: #E1042E;
}
</style>
border-color css
<style>
span { border-color: #E1042E; }
span { border-color: rgb(225,4,46); }
td.TdClassName
{
border-color: #E1042E;
}
.TagClassName
{
border-color: #E1042E;
}
</style>