Shades of Scarlet #EE2119
Tints of Scarlet #EE2119
RGB
CMYK
RGB Variations
Color information
#EE2119 (or 0xEE2119) is known color: Scarlet. HEX triplet: EE, 21 and 19. RGB value is (238,33,25). Sum of RGB (Red+Green+Blue) = 238+33+25=296 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.41% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2119 is #11DEE6. Grayscale: #5D5D5D. Windows color (decimal): -1171175 or 1647086. OLE color: 1647086.
HSL color Cylindrical-coordinate representation of color #EE2119: hue angle of 2.25º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE2119 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 25 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.07 |
| HSL | 2.25º | 0.86% | 0.52% | - |
| HSV(B) | 2.25º | 0.89% | 0.93% | - |
| XYZ | 35.98 | 19.34 | 2.76 | - |
| YUV | 93.38 | 89.42 | 231.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 25 | 0 | 0.86 | 0.89 | 0.07 | 2.25 | 0.86 | 0.52 |
| Hex | EE | 21 | 19 | 0 | 56 | 59 | 7 | 2 | 56 | 34 |
| Octal | 356 | 41 | 31 | 0 | 126 | 131 | 7 | 2 | 126 | 64 |
| Binary | 11101110 | 100001 | 11001 | 0 | 1010110 | 1011001 | 111 | 10 | 1010110 | 110100 |
Color Harmonies of #EE2119
Complementary color
Monochromatic Colors of #EE2119
Black with #EE2119
Text Example
Text Example
White with #EE2119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2119; }
p { color: rgb(238,33,25); }
H1.HeaderClassName
{
color: #EE2119;
}
.AnyTagClassName
{
color: #EE2119;
}
</style>
background-color css
<style>
a { background-color: #EE2119; }
a { background-color: rgb(238,33,25); }
div.DivClassName
{
background-color: #EE2119;
}
.BgClassName
{
background-color: #EE2119;
}
</style>
border-color css
<style>
span { border-color: #EE2119; }
span { border-color: rgb(238,33,25); }
td.TdClassName
{
border-color: #EE2119;
}
.TagClassName
{
border-color: #EE2119;
}
</style>