Shades of Scarlet #EE1708
Tints of Scarlet #EE1708
RGB
CMYK
RGB Variations
Color information
#EE1708 (or 0xEE1708) is known color: Scarlet. HEX triplet: EE, 17 and 08. RGB value is (238,23,8). Sum of RGB (Red+Green+Blue) = 238+23+8=269 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.48% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1708 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1708 is #11E8F7. Grayscale: #555555. Windows color (decimal): -1173752 or 530414. OLE color: 530414.
HSL color Cylindrical-coordinate representation of color #EE1708: hue angle of 3.91º degrees, saturation: 0.93, 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 #EE1708 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 8 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.07 |
| HSL | 3.91º | 0.93% | 0.48% | - |
| HSV(B) | 3.91º | 0.97% | 0.93% | - |
| XYZ | 35.61 | 18.81 | 1.98 | - |
| YUV | 85.58 | 84.23 | 236.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 8 | 0 | 0.90 | 0.97 | 0.07 | 3.91 | 0.93 | 0.48 |
| Hex | EE | 17 | 8 | 0 | 5A | 61 | 7 | 4 | 5D | 30 |
| Octal | 356 | 27 | 10 | 0 | 132 | 141 | 7 | 4 | 135 | 60 |
| Binary | 11101110 | 10111 | 1000 | 0 | 1011010 | 1100001 | 111 | 100 | 1011101 | 110000 |
Color Harmonies of #EE1708
Complementary color
Monochromatic Colors of #EE1708
Black with #EE1708
Text Example
Text Example
White with #EE1708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1708; }
p { color: rgb(238,23,8); }
H1.HeaderClassName
{
color: #EE1708;
}
.AnyTagClassName
{
color: #EE1708;
}
</style>
background-color css
<style>
a { background-color: #EE1708; }
a { background-color: rgb(238,23,8); }
div.DivClassName
{
background-color: #EE1708;
}
.BgClassName
{
background-color: #EE1708;
}
</style>
border-color css
<style>
span { border-color: #EE1708; }
span { border-color: rgb(238,23,8); }
td.TdClassName
{
border-color: #EE1708;
}
.TagClassName
{
border-color: #EE1708;
}
</style>