Shades of Crimson #E2123D
Tints of Crimson #E2123D
RGB
CMYK
RGB Variations
Color information
#E2123D (or 0xE2123D) is known color: Crimson. HEX triplet: E2, 12 and 3D. RGB value is (226,18,61). Sum of RGB (Red+Green+Blue) = 226+18+61=305 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.10% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 226 - color contains mainly: red. Hex color #E2123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2123D is #1DEDC2. Grayscale: #555555. Windows color (decimal): -1961411 or 4002530. OLE color: 4002530.
HSL color Cylindrical-coordinate representation of color #E2123D: hue angle of 347.6º 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 #E2123D is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 18 | 61 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.11 |
| HSL | 347.6º | 0.85% | 0.48% | - |
| HSV(B) | 347.6º | 0.92% | 0.89% | - |
| XYZ | 32.42 | 16.94 | 5.98 | - |
| YUV | 85.09 | 114.41 | 228.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 18 | 61 | 0 | 0.92 | 0.73 | 0.11 | 347.6 | 0.85 | 0.48 |
| Hex | E2 | 12 | 3D | 0 | 5C | 49 | B | 15C | 55 | 30 |
| Octal | 342 | 22 | 75 | 0 | 134 | 111 | 13 | 534 | 125 | 60 |
| Binary | 11100010 | 10010 | 111101 | 0 | 1011100 | 1001001 | 1011 | 101011100 | 1010101 | 110000 |
Color Harmonies of #E2123D
Complementary color
Monochromatic Colors of #E2123D
Black with #E2123D
Text Example
Text Example
White with #E2123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2123D; }
p { color: rgb(226,18,61); }
H1.HeaderClassName
{
color: #E2123D;
}
.AnyTagClassName
{
color: #E2123D;
}
</style>
background-color css
<style>
a { background-color: #E2123D; }
a { background-color: rgb(226,18,61); }
div.DivClassName
{
background-color: #E2123D;
}
.BgClassName
{
background-color: #E2123D;
}
</style>
border-color css
<style>
span { border-color: #E2123D; }
span { border-color: rgb(226,18,61); }
td.TdClassName
{
border-color: #E2123D;
}
.TagClassName
{
border-color: #E2123D;
}
</style>