Shades of Scarlet #EE3316
Tints of Scarlet #EE3316
RGB
CMYK
RGB Variations
Color information
#EE3316 (or 0xEE3316) is known color: Scarlet. HEX triplet: EE, 33 and 16. RGB value is (238,51,22). Sum of RGB (Red+Green+Blue) = 238+51+22=311 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.53% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3316 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3316 is #11CCE9. Grayscale: #676767. Windows color (decimal): -1166570 or 1455086. OLE color: 1455086.
HSL color Cylindrical-coordinate representation of color #EE3316: hue angle of 8.06º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE3316 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 51 | 22 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.07 |
| HSL | 8.06º | 0.86% | 0.51% | - |
| HSV(B) | 8.06º | 0.91% | 0.93% | - |
| XYZ | 36.59 | 20.6 | 2.81 | - |
| YUV | 103.61 | 81.95 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 51 | 22 | 0 | 0.79 | 0.91 | 0.07 | 8.06 | 0.86 | 0.51 |
| Hex | EE | 33 | 16 | 0 | 4F | 5B | 7 | 8 | 56 | 33 |
| Octal | 356 | 63 | 26 | 0 | 117 | 133 | 7 | 10 | 126 | 63 |
| Binary | 11101110 | 110011 | 10110 | 0 | 1001111 | 1011011 | 111 | 1000 | 1010110 | 110011 |
Color Harmonies of #EE3316
Complementary color
Monochromatic Colors of #EE3316
Black with #EE3316
Text Example
Text Example
White with #EE3316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3316; }
p { color: rgb(238,51,22); }
H1.HeaderClassName
{
color: #EE3316;
}
.AnyTagClassName
{
color: #EE3316;
}
</style>
background-color css
<style>
a { background-color: #EE3316; }
a { background-color: rgb(238,51,22); }
div.DivClassName
{
background-color: #EE3316;
}
.BgClassName
{
background-color: #EE3316;
}
</style>
border-color css
<style>
span { border-color: #EE3316; }
span { border-color: rgb(238,51,22); }
td.TdClassName
{
border-color: #EE3316;
}
.TagClassName
{
border-color: #EE3316;
}
</style>