Shades of Crimson #E2134B
Tints of Crimson #E2134B
RGB
CMYK
RGB Variations
Color information
#E2134B (or 0xE2134B) is known color: Crimson. HEX triplet: E2, 13 and 4B. RGB value is (226,19,75). Sum of RGB (Red+Green+Blue) = 226+19+75=320 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.62% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 226 - color contains mainly: red. Hex color #E2134B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2134B is #1DECB4. Grayscale: #575757. Windows color (decimal): -1961141 or 4920290. OLE color: 4920290.
HSL color Cylindrical-coordinate representation of color #E2134B: hue angle of 343.77º degrees, saturation: 0.84, 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 #E2134B is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 19 | 75 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.11 |
| HSL | 343.77º | 0.84% | 0.48% | - |
| HSV(B) | 343.77º | 0.92% | 0.89% | - |
| XYZ | 32.87 | 17.14 | 8.23 | - |
| YUV | 87.28 | 121.08 | 226.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 19 | 75 | 0 | 0.92 | 0.67 | 0.11 | 343.77 | 0.84 | 0.48 |
| Hex | E2 | 13 | 4B | 0 | 5C | 43 | B | 158 | 54 | 30 |
| Octal | 342 | 23 | 113 | 0 | 134 | 103 | 13 | 530 | 124 | 60 |
| Binary | 11100010 | 10011 | 1001011 | 0 | 1011100 | 1000011 | 1011 | 101011000 | 1010100 | 110000 |
Color Harmonies of #E2134B
Complementary color
Monochromatic Colors of #E2134B
Black with #E2134B
Text Example
Text Example
White with #E2134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2134B; }
p { color: rgb(226,19,75); }
H1.HeaderClassName
{
color: #E2134B;
}
.AnyTagClassName
{
color: #E2134B;
}
</style>
background-color css
<style>
a { background-color: #E2134B; }
a { background-color: rgb(226,19,75); }
div.DivClassName
{
background-color: #E2134B;
}
.BgClassName
{
background-color: #E2134B;
}
</style>
border-color css
<style>
span { border-color: #E2134B; }
span { border-color: rgb(226,19,75); }
td.TdClassName
{
border-color: #E2134B;
}
.TagClassName
{
border-color: #E2134B;
}
</style>