Shades of Crimson #E1142A
Tints of Crimson #E1142A
RGB
CMYK
RGB Variations
Color information
#E1142A (or 0xE1142A) is known color: Crimson. HEX triplet: E1, 14 and 2A. RGB value is (225,20,42). Sum of RGB (Red+Green+Blue) = 225+20+42=287 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.40% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 225 - color contains mainly: red. Hex color #E1142A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1142A is #1EEBD5. Grayscale: #535353. Windows color (decimal): -2026454 or 2757857. OLE color: 2757857.
HSL color Cylindrical-coordinate representation of color #E1142A: hue angle of 353.56º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E1142A is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 42 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.12 |
| HSL | 353.56º | 0.84% | 0.48% | - |
| HSV(B) | 353.56º | 0.91% | 0.88% | - |
| XYZ | 31.72 | 16.68 | 3.74 | - |
| YUV | 83.8 | 104.42 | 228.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 42 | 0 | 0.91 | 0.81 | 0.12 | 353.56 | 0.84 | 0.48 |
| Hex | E1 | 14 | 2A | 0 | 5B | 51 | C | 162 | 54 | 30 |
| Octal | 341 | 24 | 52 | 0 | 133 | 121 | 14 | 542 | 124 | 60 |
| Binary | 11100001 | 10100 | 101010 | 0 | 1011011 | 1010001 | 1100 | 101100010 | 1010100 | 110000 |
Color Harmonies of #E1142A
Complementary color
Monochromatic Colors of #E1142A
Black with #E1142A
Text Example
Text Example
White with #E1142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1142A; }
p { color: rgb(225,20,42); }
H1.HeaderClassName
{
color: #E1142A;
}
.AnyTagClassName
{
color: #E1142A;
}
</style>
background-color css
<style>
a { background-color: #E1142A; }
a { background-color: rgb(225,20,42); }
div.DivClassName
{
background-color: #E1142A;
}
.BgClassName
{
background-color: #E1142A;
}
</style>
border-color css
<style>
span { border-color: #E1142A; }
span { border-color: rgb(225,20,42); }
td.TdClassName
{
border-color: #E1142A;
}
.TagClassName
{
border-color: #E1142A;
}
</style>