Shades of Crimson #E2092F
Tints of Crimson #E2092F
RGB
CMYK
RGB Variations
Color information
#E2092F (or 0xE2092F) is known color: Crimson. HEX triplet: E2, 09 and 2F. RGB value is (226,9,47). Sum of RGB (Red+Green+Blue) = 226+9+47=282 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.14% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 226 - color contains mainly: red. Hex color #E2092F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2092F is #1DF6D0. Grayscale: #4E4E4E. Windows color (decimal): -1963729 or 3082722. OLE color: 3082722.
HSL color Cylindrical-coordinate representation of color #E2092F: hue angle of 349.49º 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 #E2092F is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 47 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.11 |
| HSL | 349.49º | 0.92% | 0.46% | - |
| HSV(B) | 349.49º | 0.96% | 0.89% | - |
| XYZ | 31.97 | 16.57 | 4.2 | - |
| YUV | 78.22 | 110.39 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 47 | 0 | 0.96 | 0.79 | 0.11 | 349.49 | 0.92 | 0.46 |
| Hex | E2 | 9 | 2F | 0 | 60 | 4F | B | 15D | 5C | 2E |
| Octal | 342 | 11 | 57 | 0 | 140 | 117 | 13 | 535 | 134 | 56 |
| Binary | 11100010 | 1001 | 101111 | 0 | 1100000 | 1001111 | 1011 | 101011101 | 1011100 | 101110 |
Color Harmonies of #E2092F
Complementary color
Monochromatic Colors of #E2092F
Black with #E2092F
Text Example
Text Example
White with #E2092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2092F; }
p { color: rgb(226,9,47); }
H1.HeaderClassName
{
color: #E2092F;
}
.AnyTagClassName
{
color: #E2092F;
}
</style>
background-color css
<style>
a { background-color: #E2092F; }
a { background-color: rgb(226,9,47); }
div.DivClassName
{
background-color: #E2092F;
}
.BgClassName
{
background-color: #E2092F;
}
</style>
border-color css
<style>
span { border-color: #E2092F; }
span { border-color: rgb(226,9,47); }
td.TdClassName
{
border-color: #E2092F;
}
.TagClassName
{
border-color: #E2092F;
}
</style>