Shades of Crimson #E2123E
Tints of Crimson #E2123E
RGB
CMYK
RGB Variations
Color information
#E2123E (or 0xE2123E) is known color: Crimson. HEX triplet: E2, 12 and 3E. RGB value is (226,18,62). Sum of RGB (Red+Green+Blue) = 226+18+62=306 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.86% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 226 - color contains mainly: red. Hex color #E2123E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2123E is #1DEDC1. Grayscale: #555555. Windows color (decimal): -1961410 or 4068066. OLE color: 4068066.
HSL color Cylindrical-coordinate representation of color #E2123E: hue angle of 347.31º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2123E is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 18 | 62 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.11 |
| HSL | 347.31º | 0.85% | 0.48% | - |
| HSV(B) | 347.31º | 0.92% | 0.89% | - |
| XYZ | 32.45 | 16.95 | 6.12 | - |
| YUV | 85.21 | 114.91 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 18 | 62 | 0 | 0.92 | 0.73 | 0.11 | 347.31 | 0.85 | 0.48 |
| Hex | E2 | 12 | 3E | 0 | 5C | 49 | B | 15B | 55 | 30 |
| Octal | 342 | 22 | 76 | 0 | 134 | 111 | 13 | 533 | 125 | 60 |
| Binary | 11100010 | 10010 | 111110 | 0 | 1011100 | 1001001 | 1011 | 101011011 | 1010101 | 110000 |
Color Harmonies of #E2123E
Complementary color
Monochromatic Colors of #E2123E
Black with #E2123E
Text Example
Text Example
White with #E2123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2123E; }
p { color: rgb(226,18,62); }
H1.HeaderClassName
{
color: #E2123E;
}
.AnyTagClassName
{
color: #E2123E;
}
</style>
background-color css
<style>
a { background-color: #E2123E; }
a { background-color: rgb(226,18,62); }
div.DivClassName
{
background-color: #E2123E;
}
.BgClassName
{
background-color: #E2123E;
}
</style>
border-color css
<style>
span { border-color: #E2123E; }
span { border-color: rgb(226,18,62); }
td.TdClassName
{
border-color: #E2123E;
}
.TagClassName
{
border-color: #E2123E;
}
</style>