Shades of Crimson #E1132F
Tints of Crimson #E1132F
RGB
CMYK
RGB Variations
Color information
#E1132F (or 0xE1132F) is known color: Crimson. HEX triplet: E1, 13 and 2F. RGB value is (225,19,47). Sum of RGB (Red+Green+Blue) = 225+19+47=291 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.32% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 225 - color contains mainly: red. Hex color #E1132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1132F is #1EECD0. Grayscale: #535353. Windows color (decimal): -2026705 or 3085281. OLE color: 3085281.
HSL color Cylindrical-coordinate representation of color #E1132F: hue angle of 351.84º 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 #E1132F is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 47 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.12 |
| HSL | 351.84º | 0.84% | 0.48% | - |
| HSV(B) | 351.84º | 0.92% | 0.88% | - |
| XYZ | 31.8 | 16.68 | 4.23 | - |
| YUV | 83.79 | 107.25 | 228.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 47 | 0 | 0.92 | 0.79 | 0.12 | 351.84 | 0.84 | 0.48 |
| Hex | E1 | 13 | 2F | 0 | 5C | 4F | C | 160 | 54 | 30 |
| Octal | 341 | 23 | 57 | 0 | 134 | 117 | 14 | 540 | 124 | 60 |
| Binary | 11100001 | 10011 | 101111 | 0 | 1011100 | 1001111 | 1100 | 101100000 | 1010100 | 110000 |
Color Harmonies of #E1132F
Complementary color
Monochromatic Colors of #E1132F
Black with #E1132F
Text Example
Text Example
White with #E1132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1132F; }
p { color: rgb(225,19,47); }
H1.HeaderClassName
{
color: #E1132F;
}
.AnyTagClassName
{
color: #E1132F;
}
</style>
background-color css
<style>
a { background-color: #E1132F; }
a { background-color: rgb(225,19,47); }
div.DivClassName
{
background-color: #E1132F;
}
.BgClassName
{
background-color: #E1132F;
}
</style>
border-color css
<style>
span { border-color: #E1132F; }
span { border-color: rgb(225,19,47); }
td.TdClassName
{
border-color: #E1132F;
}
.TagClassName
{
border-color: #E1132F;
}
</style>