Shades of Crimson #E2143A
Tints of Crimson #E2143A
RGB
CMYK
RGB Variations
Color information
#E2143A (or 0xE2143A) is known color: Crimson. HEX triplet: E2, 14 and 3A. RGB value is (226,20,58). Sum of RGB (Red+Green+Blue) = 226+20+58=304 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.34% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 226 - color contains mainly: red. Hex color #E2143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2143A is #1DEBC5. Grayscale: #555555. Windows color (decimal): -1960902 or 3806434. OLE color: 3806434.
HSL color Cylindrical-coordinate representation of color #E2143A: hue angle of 348.93º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2143A is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 20 | 58 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.11 |
| HSL | 348.93º | 0.84% | 0.48% | - |
| HSV(B) | 348.93º | 0.91% | 0.89% | - |
| XYZ | 32.38 | 16.97 | 5.57 | - |
| YUV | 85.93 | 112.25 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 20 | 58 | 0 | 0.91 | 0.74 | 0.11 | 348.93 | 0.84 | 0.48 |
| Hex | E2 | 14 | 3A | 0 | 5B | 4A | B | 15D | 54 | 30 |
| Octal | 342 | 24 | 72 | 0 | 133 | 112 | 13 | 535 | 124 | 60 |
| Binary | 11100010 | 10100 | 111010 | 0 | 1011011 | 1001010 | 1011 | 101011101 | 1010100 | 110000 |
Color Harmonies of #E2143A
Complementary color
Monochromatic Colors of #E2143A
Black with #E2143A
Text Example
Text Example
White with #E2143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2143A; }
p { color: rgb(226,20,58); }
H1.HeaderClassName
{
color: #E2143A;
}
.AnyTagClassName
{
color: #E2143A;
}
</style>
background-color css
<style>
a { background-color: #E2143A; }
a { background-color: rgb(226,20,58); }
div.DivClassName
{
background-color: #E2143A;
}
.BgClassName
{
background-color: #E2143A;
}
</style>
border-color css
<style>
span { border-color: #E2143A; }
span { border-color: rgb(226,20,58); }
td.TdClassName
{
border-color: #E2143A;
}
.TagClassName
{
border-color: #E2143A;
}
</style>