Shades of Scarlet #EE2E06
Tints of Scarlet #EE2E06
RGB
CMYK
RGB Variations
Color information
#EE2E06 (or 0xEE2E06) is known color: Scarlet. HEX triplet: EE, 2E and 06. RGB value is (238,46,6). Sum of RGB (Red+Green+Blue) = 238+46+6=290 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.07% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 6 (2.73% from 255 or 2.07% from 290); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2E06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2E06 is #11D1F9. Grayscale: #636363. Windows color (decimal): -1167866 or 405230. OLE color: 405230.
HSL color Cylindrical-coordinate representation of color #EE2E06: hue angle of 10.34º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE2E06 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 46 | 6 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.07 |
| HSL | 10.34º | 0.95% | 0.48% | - |
| HSV(B) | 10.34º | 0.97% | 0.93% | - |
| XYZ | 36.27 | 20.14 | 2.15 | - |
| YUV | 98.85 | 75.61 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 46 | 6 | 0 | 0.81 | 0.97 | 0.07 | 10.34 | 0.95 | 0.48 |
| Hex | EE | 2E | 6 | 0 | 51 | 61 | 7 | A | 5F | 30 |
| Octal | 356 | 56 | 6 | 0 | 121 | 141 | 7 | 12 | 137 | 60 |
| Binary | 11101110 | 101110 | 110 | 0 | 1010001 | 1100001 | 111 | 1010 | 1011111 | 110000 |
Color Harmonies of #EE2E06
Complementary color
Monochromatic Colors of #EE2E06
Black with #EE2E06
Text Example
Text Example
White with #EE2E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2E06; }
p { color: rgb(238,46,6); }
H1.HeaderClassName
{
color: #EE2E06;
}
.AnyTagClassName
{
color: #EE2E06;
}
</style>
background-color css
<style>
a { background-color: #EE2E06; }
a { background-color: rgb(238,46,6); }
div.DivClassName
{
background-color: #EE2E06;
}
.BgClassName
{
background-color: #EE2E06;
}
</style>
border-color css
<style>
span { border-color: #EE2E06; }
span { border-color: rgb(238,46,6); }
td.TdClassName
{
border-color: #EE2E06;
}
.TagClassName
{
border-color: #EE2E06;
}
</style>