Shades of Scarlet #EE1911
Tints of Scarlet #EE1911
RGB
CMYK
RGB Variations
Color information
#EE1911 (or 0xEE1911) is known color: Scarlet. HEX triplet: EE, 19 and 11. RGB value is (238,25,17). Sum of RGB (Red+Green+Blue) = 238+25+17=280 (37% of max value = 765). Red value is 238 (93.36% from 255 or 85% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1911 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1911 is #11E6EE. Grayscale: #585858. Windows color (decimal): -1173231 or 1120750. OLE color: 1120750.
HSL color Cylindrical-coordinate representation of color #EE1911: hue angle of 2.17º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE1911 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 25 | 17 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.07 |
| HSL | 2.17º | 0.87% | 0.5% | - |
| HSV(B) | 2.17º | 0.93% | 0.93% | - |
| XYZ | 35.71 | 18.91 | 2.3 | - |
| YUV | 87.78 | 88.07 | 235.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 25 | 17 | 0 | 0.89 | 0.93 | 0.07 | 2.17 | 0.87 | 0.5 |
| Hex | EE | 19 | 11 | 0 | 59 | 5D | 7 | 2 | 57 | 32 |
| Octal | 356 | 31 | 21 | 0 | 131 | 135 | 7 | 2 | 127 | 62 |
| Binary | 11101110 | 11001 | 10001 | 0 | 1011001 | 1011101 | 111 | 10 | 1010111 | 110010 |
Color Harmonies of #EE1911
Complementary color
Monochromatic Colors of #EE1911
Black with #EE1911
Text Example
Text Example
White with #EE1911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1911; }
p { color: rgb(238,25,17); }
H1.HeaderClassName
{
color: #EE1911;
}
.AnyTagClassName
{
color: #EE1911;
}
</style>
background-color css
<style>
a { background-color: #EE1911; }
a { background-color: rgb(238,25,17); }
div.DivClassName
{
background-color: #EE1911;
}
.BgClassName
{
background-color: #EE1911;
}
</style>
border-color css
<style>
span { border-color: #EE1911; }
span { border-color: rgb(238,25,17); }
td.TdClassName
{
border-color: #EE1911;
}
.TagClassName
{
border-color: #EE1911;
}
</style>