Shades of Crimson #E2123A
Tints of Crimson #E2123A
RGB
CMYK
RGB Variations
Color information
#E2123A (or 0xE2123A) is known color: Crimson. HEX triplet: E2, 12 and 3A. RGB value is (226,18,58). Sum of RGB (Red+Green+Blue) = 226+18+58=302 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.83% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 226 - color contains mainly: red. Hex color #E2123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2123A is #1DEDC5. Grayscale: #545454. Windows color (decimal): -1961414 or 3805922. OLE color: 3805922.
HSL color Cylindrical-coordinate representation of color #E2123A: hue angle of 348.46º 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 #E2123A is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 18 | 58 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.11 |
| HSL | 348.46º | 0.85% | 0.48% | - |
| HSV(B) | 348.46º | 0.92% | 0.89% | - |
| XYZ | 32.34 | 16.91 | 5.56 | - |
| YUV | 84.75 | 112.91 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 18 | 58 | 0 | 0.92 | 0.74 | 0.11 | 348.46 | 0.85 | 0.48 |
| Hex | E2 | 12 | 3A | 0 | 5C | 4A | B | 15C | 55 | 30 |
| Octal | 342 | 22 | 72 | 0 | 134 | 112 | 13 | 534 | 125 | 60 |
| Binary | 11100010 | 10010 | 111010 | 0 | 1011100 | 1001010 | 1011 | 101011100 | 1010101 | 110000 |
Color Harmonies of #E2123A
Complementary color
Monochromatic Colors of #E2123A
Black with #E2123A
Text Example
Text Example
White with #E2123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2123A; }
p { color: rgb(226,18,58); }
H1.HeaderClassName
{
color: #E2123A;
}
.AnyTagClassName
{
color: #E2123A;
}
</style>
background-color css
<style>
a { background-color: #E2123A; }
a { background-color: rgb(226,18,58); }
div.DivClassName
{
background-color: #E2123A;
}
.BgClassName
{
background-color: #E2123A;
}
</style>
border-color css
<style>
span { border-color: #E2123A; }
span { border-color: rgb(226,18,58); }
td.TdClassName
{
border-color: #E2123A;
}
.TagClassName
{
border-color: #E2123A;
}
</style>