Shades of Crimson #E2143B
Tints of Crimson #E2143B
RGB
CMYK
RGB Variations
Color information
#E2143B (or 0xE2143B) is known color: Crimson. HEX triplet: E2, 14 and 3B. RGB value is (226,20,59). Sum of RGB (Red+Green+Blue) = 226+20+59=305 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.10% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 226 - color contains mainly: red. Hex color #E2143B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2143B is #1DEBC4. Grayscale: #565656. Windows color (decimal): -1960901 or 3871970. OLE color: 3871970.
HSL color Cylindrical-coordinate representation of color #E2143B: hue angle of 348.64º 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 #E2143B is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 20 | 59 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.11 |
| HSL | 348.64º | 0.84% | 0.48% | - |
| HSV(B) | 348.64º | 0.91% | 0.89% | - |
| XYZ | 32.4 | 16.98 | 5.71 | - |
| YUV | 86.04 | 112.75 | 227.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 20 | 59 | 0 | 0.91 | 0.74 | 0.11 | 348.64 | 0.84 | 0.48 |
| Hex | E2 | 14 | 3B | 0 | 5B | 4A | B | 15D | 54 | 30 |
| Octal | 342 | 24 | 73 | 0 | 133 | 112 | 13 | 535 | 124 | 60 |
| Binary | 11100010 | 10100 | 111011 | 0 | 1011011 | 1001010 | 1011 | 101011101 | 1010100 | 110000 |
Color Harmonies of #E2143B
Complementary color
Monochromatic Colors of #E2143B
Black with #E2143B
Text Example
Text Example
White with #E2143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2143B; }
p { color: rgb(226,20,59); }
H1.HeaderClassName
{
color: #E2143B;
}
.AnyTagClassName
{
color: #E2143B;
}
</style>
background-color css
<style>
a { background-color: #E2143B; }
a { background-color: rgb(226,20,59); }
div.DivClassName
{
background-color: #E2143B;
}
.BgClassName
{
background-color: #E2143B;
}
</style>
border-color css
<style>
span { border-color: #E2143B; }
span { border-color: rgb(226,20,59); }
td.TdClassName
{
border-color: #E2143B;
}
.TagClassName
{
border-color: #E2143B;
}
</style>