Shades of Scarlet #EE160E
Tints of Scarlet #EE160E
RGB
CMYK
RGB Variations
Color information
#EE160E (or 0xEE160E) is known color: Scarlet. HEX triplet: EE, 16 and 0E. RGB value is (238,22,14). Sum of RGB (Red+Green+Blue) = 238+22+14=274 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.86% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 238 - color contains mainly: red. Hex color #EE160E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE160E is #11E9F1. Grayscale: #555555. Windows color (decimal): -1174002 or 923374. OLE color: 923374.
HSL color Cylindrical-coordinate representation of color #EE160E: hue angle of 2.14º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE160E is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 14 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.07 |
| HSL | 2.14º | 0.89% | 0.49% | - |
| HSV(B) | 2.14º | 0.94% | 0.93% | - |
| XYZ | 35.63 | 18.78 | 2.16 | - |
| YUV | 85.67 | 87.56 | 236.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 14 | 0 | 0.91 | 0.94 | 0.07 | 2.14 | 0.89 | 0.49 |
| Hex | EE | 16 | E | 0 | 5B | 5E | 7 | 2 | 59 | 31 |
| Octal | 356 | 26 | 16 | 0 | 133 | 136 | 7 | 2 | 131 | 61 |
| Binary | 11101110 | 10110 | 1110 | 0 | 1011011 | 1011110 | 111 | 10 | 1011001 | 110001 |
Color Harmonies of #EE160E
Complementary color
Monochromatic Colors of #EE160E
Black with #EE160E
Text Example
Text Example
White with #EE160E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE160E; }
p { color: rgb(238,22,14); }
H1.HeaderClassName
{
color: #EE160E;
}
.AnyTagClassName
{
color: #EE160E;
}
</style>
background-color css
<style>
a { background-color: #EE160E; }
a { background-color: rgb(238,22,14); }
div.DivClassName
{
background-color: #EE160E;
}
.BgClassName
{
background-color: #EE160E;
}
</style>
border-color css
<style>
span { border-color: #EE160E; }
span { border-color: rgb(238,22,14); }
td.TdClassName
{
border-color: #EE160E;
}
.TagClassName
{
border-color: #EE160E;
}
</style>