Shades of Crimson #E1132A
Tints of Crimson #E1132A
RGB
CMYK
RGB Variations
Color information
#E1132A (or 0xE1132A) is known color: Crimson. HEX triplet: E1, 13 and 2A. RGB value is (225,19,42). Sum of RGB (Red+Green+Blue) = 225+19+42=286 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.67% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 225 - color contains mainly: red. Hex color #E1132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1132A is #1EECD5. Grayscale: #535353. Windows color (decimal): -2026710 or 2757601. OLE color: 2757601.
HSL color Cylindrical-coordinate representation of color #E1132A: hue angle of 353.3º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1132A is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 42 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.12 |
| HSL | 353.3º | 0.84% | 0.48% | - |
| HSV(B) | 353.3º | 0.92% | 0.88% | - |
| XYZ | 31.7 | 16.64 | 3.73 | - |
| YUV | 83.22 | 104.75 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 42 | 0 | 0.92 | 0.81 | 0.12 | 353.3 | 0.84 | 0.48 |
| Hex | E1 | 13 | 2A | 0 | 5C | 51 | C | 161 | 54 | 30 |
| Octal | 341 | 23 | 52 | 0 | 134 | 121 | 14 | 541 | 124 | 60 |
| Binary | 11100001 | 10011 | 101010 | 0 | 1011100 | 1010001 | 1100 | 101100001 | 1010100 | 110000 |
Color Harmonies of #E1132A
Complementary color
Monochromatic Colors of #E1132A
Black with #E1132A
Text Example
Text Example
White with #E1132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1132A; }
p { color: rgb(225,19,42); }
H1.HeaderClassName
{
color: #E1132A;
}
.AnyTagClassName
{
color: #E1132A;
}
</style>
background-color css
<style>
a { background-color: #E1132A; }
a { background-color: rgb(225,19,42); }
div.DivClassName
{
background-color: #E1132A;
}
.BgClassName
{
background-color: #E1132A;
}
</style>
border-color css
<style>
span { border-color: #E1132A; }
span { border-color: rgb(225,19,42); }
td.TdClassName
{
border-color: #E1132A;
}
.TagClassName
{
border-color: #E1132A;
}
</style>