Shades of Crimson #E1092E
Tints of Crimson #E1092E
RGB
CMYK
RGB Variations
Color information
#E1092E (or 0xE1092E) is known color: Crimson. HEX triplet: E1, 09 and 2E. RGB value is (225,9,46). Sum of RGB (Red+Green+Blue) = 225+9+46=280 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.36% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 225 - color contains mainly: red. Hex color #E1092E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1092E is #1EF6D1. Grayscale: #4D4D4D. Windows color (decimal): -2029266 or 3017185. OLE color: 3017185.
HSL color Cylindrical-coordinate representation of color #E1092E: hue angle of 349.72º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1092E is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 46 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.12 |
| HSL | 349.72º | 0.92% | 0.46% | - |
| HSV(B) | 349.72º | 0.96% | 0.88% | - |
| XYZ | 31.64 | 16.4 | 4.08 | - |
| YUV | 77.8 | 110.06 | 232.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 46 | 0 | 0.96 | 0.80 | 0.12 | 349.72 | 0.92 | 0.46 |
| Hex | E1 | 9 | 2E | 0 | 60 | 50 | C | 15E | 5C | 2E |
| Octal | 341 | 11 | 56 | 0 | 140 | 120 | 14 | 536 | 134 | 56 |
| Binary | 11100001 | 1001 | 101110 | 0 | 1100000 | 1010000 | 1100 | 101011110 | 1011100 | 101110 |
Color Harmonies of #E1092E
Complementary color
Monochromatic Colors of #E1092E
Black with #E1092E
Text Example
Text Example
White with #E1092E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1092E; }
p { color: rgb(225,9,46); }
H1.HeaderClassName
{
color: #E1092E;
}
.AnyTagClassName
{
color: #E1092E;
}
</style>
background-color css
<style>
a { background-color: #E1092E; }
a { background-color: rgb(225,9,46); }
div.DivClassName
{
background-color: #E1092E;
}
.BgClassName
{
background-color: #E1092E;
}
</style>
border-color css
<style>
span { border-color: #E1092E; }
span { border-color: rgb(225,9,46); }
td.TdClassName
{
border-color: #E1092E;
}
.TagClassName
{
border-color: #E1092E;
}
</style>