Shades of Scarlet #E11700
Tints of Scarlet #E11700
RGB
CMYK
RGB Variations
Color information
#E11700 (or 0xE11700) is known color: Scarlet. HEX triplet: E1, 17 and 00. RGB value is (225,23,0). Sum of RGB (Red+Green+Blue) = 225+23+0=248 (32% of max value = 765). Red value is 225 (88.28% from 255 or 90.73% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 225 - color contains mainly: red. Hex color #E11700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11700 is #1EE8FF. Grayscale: #515151. Windows color (decimal): -2025728 or 6113. OLE color: 6113.
HSL color Cylindrical-coordinate representation of color #E11700: hue angle of 6.13º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E11700 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.12 |
| HSL | 6.13º | 1% | 0.44% | - |
| HSV(B) | 6.13º | 1% | 0.88% | - |
| XYZ | 31.36 | 16.62 | 1.56 | - |
| YUV | 80.78 | 82.42 | 230.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 0 | 0 | 0.90 | 1 | 0.12 | 6.13 | 1 | 0.44 |
| Hex | E1 | 17 | 0 | 0 | 5A | 64 | C | 6 | 64 | 2C |
| Octal | 341 | 27 | 0 | 0 | 132 | 144 | 14 | 6 | 144 | 54 |
| Binary | 11100001 | 10111 | 0 | 0 | 1011010 | 1100100 | 1100 | 110 | 1100100 | 101100 |
Color Harmonies of #E11700
Complementary color
Monochromatic Colors of #E11700
Black with #E11700
Text Example
Text Example
White with #E11700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11700; }
p { color: rgb(225,23,0); }
H1.HeaderClassName
{
color: #E11700;
}
.AnyTagClassName
{
color: #E11700;
}
</style>
background-color css
<style>
a { background-color: #E11700; }
a { background-color: rgb(225,23,0); }
div.DivClassName
{
background-color: #E11700;
}
.BgClassName
{
background-color: #E11700;
}
</style>
border-color css
<style>
span { border-color: #E11700; }
span { border-color: rgb(225,23,0); }
td.TdClassName
{
border-color: #E11700;
}
.TagClassName
{
border-color: #E11700;
}
</style>