Shades of Crimson #E1183F
Tints of Crimson #E1183F
RGB
CMYK
RGB Variations
Color information
#E1183F (or 0xE1183F) is known color: Crimson. HEX triplet: E1, 18 and 3F. RGB value is (225,24,63). Sum of RGB (Red+Green+Blue) = 225+24+63=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E1183F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1183F is #1EE7C0. Grayscale: #585858. Windows color (decimal): -2025409 or 4135137. OLE color: 4135137.
HSL color Cylindrical-coordinate representation of color #E1183F: hue angle of 348.36º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E1183F is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 24 | 63 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.12 |
| HSL | 348.36º | 0.81% | 0.49% | - |
| HSV(B) | 348.36º | 0.89% | 0.88% | - |
| XYZ | 32.28 | 17.02 | 6.29 | - |
| YUV | 88.55 | 113.59 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 63 | 0 | 0.89 | 0.72 | 0.12 | 348.36 | 0.81 | 0.49 |
| Hex | E1 | 18 | 3F | 0 | 59 | 48 | C | 15C | 51 | 31 |
| Octal | 341 | 30 | 77 | 0 | 131 | 110 | 14 | 534 | 121 | 61 |
| Binary | 11100001 | 11000 | 111111 | 0 | 1011001 | 1001000 | 1100 | 101011100 | 1010001 | 110001 |
Color Harmonies of #E1183F
Complementary color
Monochromatic Colors of #E1183F
Black with #E1183F
Text Example
Text Example
White with #E1183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1183F; }
p { color: rgb(225,24,63); }
H1.HeaderClassName
{
color: #E1183F;
}
.AnyTagClassName
{
color: #E1183F;
}
</style>
background-color css
<style>
a { background-color: #E1183F; }
a { background-color: rgb(225,24,63); }
div.DivClassName
{
background-color: #E1183F;
}
.BgClassName
{
background-color: #E1183F;
}
</style>
border-color css
<style>
span { border-color: #E1183F; }
span { border-color: rgb(225,24,63); }
td.TdClassName
{
border-color: #E1183F;
}
.TagClassName
{
border-color: #E1183F;
}
</style>