Shades of Scarlet #EE2911
Tints of Scarlet #EE2911
RGB
CMYK
RGB Variations
Color information
#EE2911 (or 0xEE2911) is known color: Scarlet. HEX triplet: EE, 29 and 11. RGB value is (238,41,17). Sum of RGB (Red+Green+Blue) = 238+41+17=296 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.41% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2911 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2911 is #11D6EE. Grayscale: #616161. Windows color (decimal): -1169135 or 1124846. OLE color: 1124846.
HSL color Cylindrical-coordinate representation of color #EE2911: hue angle of 6.52º 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 #EE2911 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 17 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.07 |
| HSL | 6.52º | 0.87% | 0.5% | - |
| HSV(B) | 6.52º | 0.93% | 0.93% | - |
| XYZ | 36.15 | 19.8 | 2.45 | - |
| YUV | 97.17 | 82.77 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 17 | 0 | 0.83 | 0.93 | 0.07 | 6.52 | 0.87 | 0.5 |
| Hex | EE | 29 | 11 | 0 | 53 | 5D | 7 | 7 | 57 | 32 |
| Octal | 356 | 51 | 21 | 0 | 123 | 135 | 7 | 7 | 127 | 62 |
| Binary | 11101110 | 101001 | 10001 | 0 | 1010011 | 1011101 | 111 | 111 | 1010111 | 110010 |
Color Harmonies of #EE2911
Complementary color
Monochromatic Colors of #EE2911
Black with #EE2911
Text Example
Text Example
White with #EE2911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2911; }
p { color: rgb(238,41,17); }
H1.HeaderClassName
{
color: #EE2911;
}
.AnyTagClassName
{
color: #EE2911;
}
</style>
background-color css
<style>
a { background-color: #EE2911; }
a { background-color: rgb(238,41,17); }
div.DivClassName
{
background-color: #EE2911;
}
.BgClassName
{
background-color: #EE2911;
}
</style>
border-color css
<style>
span { border-color: #EE2911; }
span { border-color: rgb(238,41,17); }
td.TdClassName
{
border-color: #EE2911;
}
.TagClassName
{
border-color: #EE2911;
}
</style>