Shades of Crimson #E2143F
Tints of Crimson #E2143F
RGB
CMYK
RGB Variations
Color information
#E2143F (or 0xE2143F) is known color: Crimson. HEX triplet: E2, 14 and 3F. RGB value is (226,20,63). Sum of RGB (Red+Green+Blue) = 226+20+63=309 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.14% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 226 - color contains mainly: red. Hex color #E2143F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2143F is #1DEBC0. Grayscale: #565656. Windows color (decimal): -1960897 or 4134114. OLE color: 4134114.
HSL color Cylindrical-coordinate representation of color #E2143F: hue angle of 347.48º 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 #E2143F is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 20 | 63 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.11 |
| HSL | 347.48º | 0.84% | 0.48% | - |
| HSV(B) | 347.48º | 0.91% | 0.89% | - |
| XYZ | 32.51 | 17.03 | 6.28 | - |
| YUV | 86.5 | 114.75 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 20 | 63 | 0 | 0.91 | 0.72 | 0.11 | 347.48 | 0.84 | 0.48 |
| Hex | E2 | 14 | 3F | 0 | 5B | 48 | B | 15B | 54 | 30 |
| Octal | 342 | 24 | 77 | 0 | 133 | 110 | 13 | 533 | 124 | 60 |
| Binary | 11100010 | 10100 | 111111 | 0 | 1011011 | 1001000 | 1011 | 101011011 | 1010100 | 110000 |
Color Harmonies of #E2143F
Complementary color
Monochromatic Colors of #E2143F
Black with #E2143F
Text Example
Text Example
White with #E2143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2143F; }
p { color: rgb(226,20,63); }
H1.HeaderClassName
{
color: #E2143F;
}
.AnyTagClassName
{
color: #E2143F;
}
</style>
background-color css
<style>
a { background-color: #E2143F; }
a { background-color: rgb(226,20,63); }
div.DivClassName
{
background-color: #E2143F;
}
.BgClassName
{
background-color: #E2143F;
}
</style>
border-color css
<style>
span { border-color: #E2143F; }
span { border-color: rgb(226,20,63); }
td.TdClassName
{
border-color: #E2143F;
}
.TagClassName
{
border-color: #E2143F;
}
</style>