Shades of Crimson #E1163C
Tints of Crimson #E1163C
RGB
CMYK
RGB Variations
Color information
#E1163C (or 0xE1163C) is known color: Crimson. HEX triplet: E1, 16 and 3C. RGB value is (225,22,60). Sum of RGB (Red+Green+Blue) = 225+22+60=307 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.29% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 225 - color contains mainly: red. Hex color #E1163C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1163C is #1EE9C3. Grayscale: #575757. Windows color (decimal): -2025924 or 3938017. OLE color: 3938017.
HSL color Cylindrical-coordinate representation of color #E1163C: hue angle of 348.77º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1163C is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 60 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.12 |
| HSL | 348.77º | 0.82% | 0.48% | - |
| HSV(B) | 348.77º | 0.9% | 0.88% | - |
| XYZ | 32.15 | 16.91 | 5.84 | - |
| YUV | 87.03 | 112.75 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 60 | 0 | 0.90 | 0.73 | 0.12 | 348.77 | 0.82 | 0.48 |
| Hex | E1 | 16 | 3C | 0 | 5A | 49 | C | 15D | 52 | 30 |
| Octal | 341 | 26 | 74 | 0 | 132 | 111 | 14 | 535 | 122 | 60 |
| Binary | 11100001 | 10110 | 111100 | 0 | 1011010 | 1001001 | 1100 | 101011101 | 1010010 | 110000 |
Color Harmonies of #E1163C
Complementary color
Monochromatic Colors of #E1163C
Black with #E1163C
Text Example
Text Example
White with #E1163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1163C; }
p { color: rgb(225,22,60); }
H1.HeaderClassName
{
color: #E1163C;
}
.AnyTagClassName
{
color: #E1163C;
}
</style>
background-color css
<style>
a { background-color: #E1163C; }
a { background-color: rgb(225,22,60); }
div.DivClassName
{
background-color: #E1163C;
}
.BgClassName
{
background-color: #E1163C;
}
</style>
border-color css
<style>
span { border-color: #E1163C; }
span { border-color: rgb(225,22,60); }
td.TdClassName
{
border-color: #E1163C;
}
.TagClassName
{
border-color: #E1163C;
}
</style>