Shades of Crimson #E2122F
Tints of Crimson #E2122F
RGB
CMYK
RGB Variations
Color information
#E2122F (or 0xE2122F) is known color: Crimson. HEX triplet: E2, 12 and 2F. RGB value is (226,18,47). Sum of RGB (Red+Green+Blue) = 226+18+47=291 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.66% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 226 - color contains mainly: red. Hex color #E2122F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2122F is #1DEDD0. Grayscale: #535353. Windows color (decimal): -1961425 or 3085026. OLE color: 3085026.
HSL color Cylindrical-coordinate representation of color #E2122F: hue angle of 351.63º 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 #E2122F is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 18 | 47 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.11 |
| HSL | 351.63º | 0.85% | 0.48% | - |
| HSV(B) | 351.63º | 0.92% | 0.89% | - |
| XYZ | 32.09 | 16.81 | 4.24 | - |
| YUV | 83.5 | 107.41 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 18 | 47 | 0 | 0.92 | 0.79 | 0.11 | 351.63 | 0.85 | 0.48 |
| Hex | E2 | 12 | 2F | 0 | 5C | 4F | B | 160 | 55 | 30 |
| Octal | 342 | 22 | 57 | 0 | 134 | 117 | 13 | 540 | 125 | 60 |
| Binary | 11100010 | 10010 | 101111 | 0 | 1011100 | 1001111 | 1011 | 101100000 | 1010101 | 110000 |
Color Harmonies of #E2122F
Complementary color
Monochromatic Colors of #E2122F
Black with #E2122F
Text Example
Text Example
White with #E2122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2122F; }
p { color: rgb(226,18,47); }
H1.HeaderClassName
{
color: #E2122F;
}
.AnyTagClassName
{
color: #E2122F;
}
</style>
background-color css
<style>
a { background-color: #E2122F; }
a { background-color: rgb(226,18,47); }
div.DivClassName
{
background-color: #E2122F;
}
.BgClassName
{
background-color: #E2122F;
}
</style>
border-color css
<style>
span { border-color: #E2122F; }
span { border-color: rgb(226,18,47); }
td.TdClassName
{
border-color: #E2122F;
}
.TagClassName
{
border-color: #E2122F;
}
</style>