Shades of Crimson #E1132B
Tints of Crimson #E1132B
RGB
CMYK
RGB Variations
Color information
#E1132B (or 0xE1132B) is known color: Crimson. HEX triplet: E1, 13 and 2B. RGB value is (225,19,43). Sum of RGB (Red+Green+Blue) = 225+19+43=287 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.40% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 225 - color contains mainly: red. Hex color #E1132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1132B is #1EECD4. Grayscale: #535353. Windows color (decimal): -2026709 or 2823137. OLE color: 2823137.
HSL color Cylindrical-coordinate representation of color #E1132B: hue angle of 353.01º 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 #E1132B is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 43 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.12 |
| HSL | 353.01º | 0.84% | 0.48% | - |
| HSV(B) | 353.01º | 0.92% | 0.88% | - |
| XYZ | 31.72 | 16.65 | 3.83 | - |
| YUV | 83.33 | 105.25 | 229.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 43 | 0 | 0.92 | 0.81 | 0.12 | 353.01 | 0.84 | 0.48 |
| Hex | E1 | 13 | 2B | 0 | 5C | 51 | C | 161 | 54 | 30 |
| Octal | 341 | 23 | 53 | 0 | 134 | 121 | 14 | 541 | 124 | 60 |
| Binary | 11100001 | 10011 | 101011 | 0 | 1011100 | 1010001 | 1100 | 101100001 | 1010100 | 110000 |
Color Harmonies of #E1132B
Complementary color
Monochromatic Colors of #E1132B
Black with #E1132B
Text Example
Text Example
White with #E1132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1132B; }
p { color: rgb(225,19,43); }
H1.HeaderClassName
{
color: #E1132B;
}
.AnyTagClassName
{
color: #E1132B;
}
</style>
background-color css
<style>
a { background-color: #E1132B; }
a { background-color: rgb(225,19,43); }
div.DivClassName
{
background-color: #E1132B;
}
.BgClassName
{
background-color: #E1132B;
}
</style>
border-color css
<style>
span { border-color: #E1132B; }
span { border-color: rgb(225,19,43); }
td.TdClassName
{
border-color: #E1132B;
}
.TagClassName
{
border-color: #E1132B;
}
</style>