Shades of Scarlet #EE1713
Tints of Scarlet #EE1713
RGB
CMYK
RGB Variations
Color information
#EE1713 (or 0xEE1713) is known color: Scarlet. HEX triplet: EE, 17 and 13. RGB value is (238,23,19). Sum of RGB (Red+Green+Blue) = 238+23+19=280 (37% of max value = 765). Red value is 238 (93.36% from 255 or 85% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1713 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1713 is #11E8EC. Grayscale: #575757. Windows color (decimal): -1173741 or 1251310. OLE color: 1251310.
HSL color Cylindrical-coordinate representation of color #EE1713: hue angle of 1.1º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE1713 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 19 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.07 |
| HSL | 1.1º | 0.87% | 0.5% | - |
| HSV(B) | 1.1º | 0.92% | 0.93% | - |
| XYZ | 35.68 | 18.84 | 2.37 | - |
| YUV | 86.83 | 89.73 | 235.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 19 | 0 | 0.90 | 0.92 | 0.07 | 1.1 | 0.87 | 0.5 |
| Hex | EE | 17 | 13 | 0 | 5A | 5C | 7 | 1 | 57 | 32 |
| Octal | 356 | 27 | 23 | 0 | 132 | 134 | 7 | 1 | 127 | 62 |
| Binary | 11101110 | 10111 | 10011 | 0 | 1011010 | 1011100 | 111 | 1 | 1010111 | 110010 |
Color Harmonies of #EE1713
Complementary color
Monochromatic Colors of #EE1713
Black with #EE1713
Text Example
Text Example
White with #EE1713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1713; }
p { color: rgb(238,23,19); }
H1.HeaderClassName
{
color: #EE1713;
}
.AnyTagClassName
{
color: #EE1713;
}
</style>
background-color css
<style>
a { background-color: #EE1713; }
a { background-color: rgb(238,23,19); }
div.DivClassName
{
background-color: #EE1713;
}
.BgClassName
{
background-color: #EE1713;
}
</style>
border-color css
<style>
span { border-color: #EE1713; }
span { border-color: rgb(238,23,19); }
td.TdClassName
{
border-color: #EE1713;
}
.TagClassName
{
border-color: #EE1713;
}
</style>