Shades of Crimson #E1133D
Tints of Crimson #E1133D
RGB
CMYK
RGB Variations
Color information
#E1133D (or 0xE1133D) is known color: Crimson. HEX triplet: E1, 13 and 3D. RGB value is (225,19,61). Sum of RGB (Red+Green+Blue) = 225+19+61=305 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.77% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 225 - color contains mainly: red. Hex color #E1133D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1133D is #1EECC2. Grayscale: #555555. Windows color (decimal): -2026691 or 4002785. OLE color: 4002785.
HSL color Cylindrical-coordinate representation of color #E1133D: hue angle of 347.77º 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 #E1133D is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 61 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.12 |
| HSL | 347.77º | 0.84% | 0.48% | - |
| HSV(B) | 347.77º | 0.92% | 0.88% | - |
| XYZ | 32.13 | 16.81 | 5.97 | - |
| YUV | 85.38 | 114.25 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 61 | 0 | 0.92 | 0.73 | 0.12 | 347.77 | 0.84 | 0.48 |
| Hex | E1 | 13 | 3D | 0 | 5C | 49 | C | 15C | 54 | 30 |
| Octal | 341 | 23 | 75 | 0 | 134 | 111 | 14 | 534 | 124 | 60 |
| Binary | 11100001 | 10011 | 111101 | 0 | 1011100 | 1001001 | 1100 | 101011100 | 1010100 | 110000 |
Color Harmonies of #E1133D
Complementary color
Monochromatic Colors of #E1133D
Black with #E1133D
Text Example
Text Example
White with #E1133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1133D; }
p { color: rgb(225,19,61); }
H1.HeaderClassName
{
color: #E1133D;
}
.AnyTagClassName
{
color: #E1133D;
}
</style>
background-color css
<style>
a { background-color: #E1133D; }
a { background-color: rgb(225,19,61); }
div.DivClassName
{
background-color: #E1133D;
}
.BgClassName
{
background-color: #E1133D;
}
</style>
border-color css
<style>
span { border-color: #E1133D; }
span { border-color: rgb(225,19,61); }
td.TdClassName
{
border-color: #E1133D;
}
.TagClassName
{
border-color: #E1133D;
}
</style>