Shades of Crimson #E5143D
Tints of Crimson #E5143D
RGB
CMYK
RGB Variations
Color information
#E5143D (or 0xE5143D) is known color: Crimson. HEX triplet: E5, 14 and 3D. RGB value is (229,20,61). Sum of RGB (Red+Green+Blue) = 229+20+61=310 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.87% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 229 - color contains mainly: red. Hex color #E5143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5143D is #1AEBC2. Grayscale: #575757. Windows color (decimal): -1764291 or 4003045. OLE color: 4003045.
HSL color Cylindrical-coordinate representation of color #E5143D: hue angle of 348.23º 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 #E5143D is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 61 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.10 |
| HSL | 348.23º | 0.84% | 0.49% | - |
| HSV(B) | 348.23º | 0.91% | 0.9% | - |
| XYZ | 33.41 | 17.5 | 6.03 | - |
| YUV | 87.17 | 113.24 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 61 | 0 | 0.91 | 0.73 | 0.10 | 348.23 | 0.84 | 0.49 |
| Hex | E5 | 14 | 3D | 0 | 5B | 49 | A | 15C | 54 | 31 |
| Octal | 345 | 24 | 75 | 0 | 133 | 111 | 12 | 534 | 124 | 61 |
| Binary | 11100101 | 10100 | 111101 | 0 | 1011011 | 1001001 | 1010 | 101011100 | 1010100 | 110001 |
Color Harmonies of #E5143D
Complementary color
Monochromatic Colors of #E5143D
Black with #E5143D
Text Example
Text Example
White with #E5143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5143D; }
p { color: rgb(229,20,61); }
H1.HeaderClassName
{
color: #E5143D;
}
.AnyTagClassName
{
color: #E5143D;
}
</style>
background-color css
<style>
a { background-color: #E5143D; }
a { background-color: rgb(229,20,61); }
div.DivClassName
{
background-color: #E5143D;
}
.BgClassName
{
background-color: #E5143D;
}
</style>
border-color css
<style>
span { border-color: #E5143D; }
span { border-color: rgb(229,20,61); }
td.TdClassName
{
border-color: #E5143D;
}
.TagClassName
{
border-color: #E5143D;
}
</style>