Shades of Crimson #E7143D
Tints of Crimson #E7143D
RGB
CMYK
RGB Variations
Color information
#E7143D (or 0xE7143D) is known color: Crimson. HEX triplet: E7, 14 and 3D. RGB value is (231,20,61). Sum of RGB (Red+Green+Blue) = 231+20+61=312 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.04% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 231 - color contains mainly: red. Hex color #E7143D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7143D is #18EBC2. Grayscale: #575757. Windows color (decimal): -1633219 or 4003047. OLE color: 4003047.
HSL color Cylindrical-coordinate representation of color #E7143D: hue angle of 348.34º 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 #E7143D is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 61 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.09 |
| HSL | 348.34º | 0.84% | 0.49% | - |
| HSV(B) | 348.34º | 0.91% | 0.91% | - |
| XYZ | 34.05 | 17.83 | 6.06 | - |
| YUV | 87.76 | 112.9 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 61 | 0 | 0.91 | 0.74 | 0.09 | 348.34 | 0.84 | 0.49 |
| Hex | E7 | 14 | 3D | 0 | 5B | 4A | 9 | 15C | 54 | 31 |
| Octal | 347 | 24 | 75 | 0 | 133 | 112 | 11 | 534 | 124 | 61 |
| Binary | 11100111 | 10100 | 111101 | 0 | 1011011 | 1001010 | 1001 | 101011100 | 1010100 | 110001 |
Color Harmonies of #E7143D
Complementary color
Monochromatic Colors of #E7143D
Black with #E7143D
Text Example
Text Example
White with #E7143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7143D; }
p { color: rgb(231,20,61); }
H1.HeaderClassName
{
color: #E7143D;
}
.AnyTagClassName
{
color: #E7143D;
}
</style>
background-color css
<style>
a { background-color: #E7143D; }
a { background-color: rgb(231,20,61); }
div.DivClassName
{
background-color: #E7143D;
}
.BgClassName
{
background-color: #E7143D;
}
</style>
border-color css
<style>
span { border-color: #E7143D; }
span { border-color: rgb(231,20,61); }
td.TdClassName
{
border-color: #E7143D;
}
.TagClassName
{
border-color: #E7143D;
}
</style>