Shades of Crimson #E5143F
Tints of Crimson #E5143F
RGB
CMYK
RGB Variations
Color information
#E5143F (or 0xE5143F) is known color: Crimson. HEX triplet: E5, 14 and 3F. RGB value is (229,20,63). Sum of RGB (Red+Green+Blue) = 229+20+63=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E5143F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5143F is #1AEBC0. Grayscale: #575757. Windows color (decimal): -1764289 or 4134117. OLE color: 4134117.
HSL color Cylindrical-coordinate representation of color #E5143F: hue angle of 347.66º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5143F is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 63 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.10 |
| HSL | 347.66º | 0.84% | 0.49% | - |
| HSV(B) | 347.66º | 0.91% | 0.9% | - |
| XYZ | 33.46 | 17.52 | 6.32 | - |
| YUV | 87.39 | 114.24 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 63 | 0 | 0.91 | 0.72 | 0.10 | 347.66 | 0.84 | 0.49 |
| Hex | E5 | 14 | 3F | 0 | 5B | 48 | A | 15C | 54 | 31 |
| Octal | 345 | 24 | 77 | 0 | 133 | 110 | 12 | 534 | 124 | 61 |
| Binary | 11100101 | 10100 | 111111 | 0 | 1011011 | 1001000 | 1010 | 101011100 | 1010100 | 110001 |
Color Harmonies of #E5143F
Complementary color
Monochromatic Colors of #E5143F
Black with #E5143F
Text Example
Text Example
White with #E5143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5143F; }
p { color: rgb(229,20,63); }
H1.HeaderClassName
{
color: #E5143F;
}
.AnyTagClassName
{
color: #E5143F;
}
</style>
background-color css
<style>
a { background-color: #E5143F; }
a { background-color: rgb(229,20,63); }
div.DivClassName
{
background-color: #E5143F;
}
.BgClassName
{
background-color: #E5143F;
}
</style>
border-color css
<style>
span { border-color: #E5143F; }
span { border-color: rgb(229,20,63); }
td.TdClassName
{
border-color: #E5143F;
}
.TagClassName
{
border-color: #E5143F;
}
</style>