Shades of Crimson #E2133A
Tints of Crimson #E2133A
RGB
CMYK
RGB Variations
Color information
#E2133A (or 0xE2133A) is known color: Crimson. HEX triplet: E2, 13 and 3A. RGB value is (226,19,58). Sum of RGB (Red+Green+Blue) = 226+19+58=303 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.59% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 226 - color contains mainly: red. Hex color #E2133A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2133A is #1DECC5. Grayscale: #555555. Windows color (decimal): -1961158 or 3806178. OLE color: 3806178.
HSL color Cylindrical-coordinate representation of color #E2133A: hue angle of 348.7º 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 #E2133A is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 19 | 58 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.11 |
| HSL | 348.7º | 0.84% | 0.48% | - |
| HSV(B) | 348.7º | 0.92% | 0.89% | - |
| XYZ | 32.36 | 16.94 | 5.57 | - |
| YUV | 85.34 | 112.58 | 228.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 19 | 58 | 0 | 0.92 | 0.74 | 0.11 | 348.7 | 0.84 | 0.48 |
| Hex | E2 | 13 | 3A | 0 | 5C | 4A | B | 15D | 54 | 30 |
| Octal | 342 | 23 | 72 | 0 | 134 | 112 | 13 | 535 | 124 | 60 |
| Binary | 11100010 | 10011 | 111010 | 0 | 1011100 | 1001010 | 1011 | 101011101 | 1010100 | 110000 |
Color Harmonies of #E2133A
Complementary color
Monochromatic Colors of #E2133A
Black with #E2133A
Text Example
Text Example
White with #E2133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2133A; }
p { color: rgb(226,19,58); }
H1.HeaderClassName
{
color: #E2133A;
}
.AnyTagClassName
{
color: #E2133A;
}
</style>
background-color css
<style>
a { background-color: #E2133A; }
a { background-color: rgb(226,19,58); }
div.DivClassName
{
background-color: #E2133A;
}
.BgClassName
{
background-color: #E2133A;
}
</style>
border-color css
<style>
span { border-color: #E2133A; }
span { border-color: rgb(226,19,58); }
td.TdClassName
{
border-color: #E2133A;
}
.TagClassName
{
border-color: #E2133A;
}
</style>