Shades of Crimson #E7143A
Tints of Crimson #E7143A
RGB
CMYK
RGB Variations
Color information
#E7143A (or 0xE7143A) is known color: Crimson. HEX triplet: E7, 14 and 3A. RGB value is (231,20,58). Sum of RGB (Red+Green+Blue) = 231+20+58=309 (40% of max value = 765). Red value is 231 (90.62% from 255 or 74.76% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 231 - color contains mainly: red. Hex color #E7143A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7143A is #18EBC5. Grayscale: #575757. Windows color (decimal): -1633222 or 3806439. OLE color: 3806439.
HSL color Cylindrical-coordinate representation of color #E7143A: hue angle of 349.19º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E7143A is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 58 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.09 |
| HSL | 349.19º | 0.84% | 0.49% | - |
| HSV(B) | 349.19º | 0.91% | 0.91% | - |
| XYZ | 33.97 | 17.79 | 5.65 | - |
| YUV | 87.42 | 111.4 | 230.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 58 | 0 | 0.91 | 0.75 | 0.09 | 349.19 | 0.84 | 0.49 |
| Hex | E7 | 14 | 3A | 0 | 5B | 4B | 9 | 15D | 54 | 31 |
| Octal | 347 | 24 | 72 | 0 | 133 | 113 | 11 | 535 | 124 | 61 |
| Binary | 11100111 | 10100 | 111010 | 0 | 1011011 | 1001011 | 1001 | 101011101 | 1010100 | 110001 |
Color Harmonies of #E7143A
Complementary color
Monochromatic Colors of #E7143A
Black with #E7143A
Text Example
Text Example
White with #E7143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7143A; }
p { color: rgb(231,20,58); }
H1.HeaderClassName
{
color: #E7143A;
}
.AnyTagClassName
{
color: #E7143A;
}
</style>
background-color css
<style>
a { background-color: #E7143A; }
a { background-color: rgb(231,20,58); }
div.DivClassName
{
background-color: #E7143A;
}
.BgClassName
{
background-color: #E7143A;
}
</style>
border-color css
<style>
span { border-color: #E7143A; }
span { border-color: rgb(231,20,58); }
td.TdClassName
{
border-color: #E7143A;
}
.TagClassName
{
border-color: #E7143A;
}
</style>