Shades of Scarlet #EE3517
Tints of Scarlet #EE3517
RGB
CMYK
RGB Variations
Color information
#EE3517 (or 0xEE3517) is known color: Scarlet. HEX triplet: EE, 35 and 17. RGB value is (238,53,23). Sum of RGB (Red+Green+Blue) = 238+53+23=314 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.80% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3517 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3517 is #11CAE8. Grayscale: #696969. Windows color (decimal): -1166057 or 1521134. OLE color: 1521134.
HSL color Cylindrical-coordinate representation of color #EE3517: hue angle of 8.37º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE3517 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 53 | 23 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.07 |
| HSL | 8.37º | 0.86% | 0.51% | - |
| HSV(B) | 8.37º | 0.9% | 0.93% | - |
| XYZ | 36.69 | 20.79 | 2.89 | - |
| YUV | 104.9 | 81.79 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 53 | 23 | 0 | 0.78 | 0.90 | 0.07 | 8.37 | 0.86 | 0.51 |
| Hex | EE | 35 | 17 | 0 | 4E | 5A | 7 | 8 | 56 | 33 |
| Octal | 356 | 65 | 27 | 0 | 116 | 132 | 7 | 10 | 126 | 63 |
| Binary | 11101110 | 110101 | 10111 | 0 | 1001110 | 1011010 | 111 | 1000 | 1010110 | 110011 |
Color Harmonies of #EE3517
Complementary color
Monochromatic Colors of #EE3517
Black with #EE3517
Text Example
Text Example
White with #EE3517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3517; }
p { color: rgb(238,53,23); }
H1.HeaderClassName
{
color: #EE3517;
}
.AnyTagClassName
{
color: #EE3517;
}
</style>
background-color css
<style>
a { background-color: #EE3517; }
a { background-color: rgb(238,53,23); }
div.DivClassName
{
background-color: #EE3517;
}
.BgClassName
{
background-color: #EE3517;
}
</style>
border-color css
<style>
span { border-color: #EE3517; }
span { border-color: rgb(238,53,23); }
td.TdClassName
{
border-color: #EE3517;
}
.TagClassName
{
border-color: #EE3517;
}
</style>