Shades of Scarlet #E1160F
Tints of Scarlet #E1160F
RGB
CMYK
RGB Variations
Color information
#E1160F (or 0xE1160F) is known color: Scarlet. HEX triplet: E1, 16 and 0F. RGB value is (225,22,15). Sum of RGB (Red+Green+Blue) = 225+22+15=262 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.88% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 225 - color contains mainly: red. Hex color #E1160F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1160F is #1EE9F0. Grayscale: #525252. Windows color (decimal): -2025969 or 988897. OLE color: 988897.
HSL color Cylindrical-coordinate representation of color #E1160F: hue angle of 2º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1160F is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 15 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.12 |
| HSL | 2º | 0.88% | 0.47% | - |
| HSV(B) | 2º | 0.93% | 0.88% | - |
| XYZ | 31.42 | 16.62 | 2 | - |
| YUV | 81.9 | 90.25 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 15 | 0 | 0.90 | 0.93 | 0.12 | 2 | 0.88 | 0.47 |
| Hex | E1 | 16 | F | 0 | 5A | 5D | C | 2 | 58 | 2F |
| Octal | 341 | 26 | 17 | 0 | 132 | 135 | 14 | 2 | 130 | 57 |
| Binary | 11100001 | 10110 | 1111 | 0 | 1011010 | 1011101 | 1100 | 10 | 1011000 | 101111 |
Color Harmonies of #E1160F
Complementary color
Monochromatic Colors of #E1160F
Black with #E1160F
Text Example
Text Example
White with #E1160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1160F; }
p { color: rgb(225,22,15); }
H1.HeaderClassName
{
color: #E1160F;
}
.AnyTagClassName
{
color: #E1160F;
}
</style>
background-color css
<style>
a { background-color: #E1160F; }
a { background-color: rgb(225,22,15); }
div.DivClassName
{
background-color: #E1160F;
}
.BgClassName
{
background-color: #E1160F;
}
</style>
border-color css
<style>
span { border-color: #E1160F; }
span { border-color: rgb(225,22,15); }
td.TdClassName
{
border-color: #E1160F;
}
.TagClassName
{
border-color: #E1160F;
}
</style>