Shades of Crimson #E2092D
Tints of Crimson #E2092D
RGB
CMYK
RGB Variations
Color information
#E2092D (or 0xE2092D) is known color: Crimson. HEX triplet: E2, 09 and 2D. RGB value is (226,9,45). Sum of RGB (Red+Green+Blue) = 226+9+45=280 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.71% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 226 - color contains mainly: red. Hex color #E2092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2092D is #1DF6D2. Grayscale: #4E4E4E. Windows color (decimal): -1963731 or 2951650. OLE color: 2951650.
HSL color Cylindrical-coordinate representation of color #E2092D: hue angle of 350.05º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2092D is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 45 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.11 |
| HSL | 350.05º | 0.92% | 0.46% | - |
| HSV(B) | 350.05º | 0.96% | 0.89% | - |
| XYZ | 31.94 | 16.55 | 3.99 | - |
| YUV | 77.99 | 109.39 | 233.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 45 | 0 | 0.96 | 0.80 | 0.11 | 350.05 | 0.92 | 0.46 |
| Hex | E2 | 9 | 2D | 0 | 60 | 50 | B | 15E | 5C | 2E |
| Octal | 342 | 11 | 55 | 0 | 140 | 120 | 13 | 536 | 134 | 56 |
| Binary | 11100010 | 1001 | 101101 | 0 | 1100000 | 1010000 | 1011 | 101011110 | 1011100 | 101110 |
Color Harmonies of #E2092D
Complementary color
Monochromatic Colors of #E2092D
Black with #E2092D
Text Example
Text Example
White with #E2092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2092D; }
p { color: rgb(226,9,45); }
H1.HeaderClassName
{
color: #E2092D;
}
.AnyTagClassName
{
color: #E2092D;
}
</style>
background-color css
<style>
a { background-color: #E2092D; }
a { background-color: rgb(226,9,45); }
div.DivClassName
{
background-color: #E2092D;
}
.BgClassName
{
background-color: #E2092D;
}
</style>
border-color css
<style>
span { border-color: #E2092D; }
span { border-color: rgb(226,9,45); }
td.TdClassName
{
border-color: #E2092D;
}
.TagClassName
{
border-color: #E2092D;
}
</style>