Shades of Scarlet #EE2919
Tints of Scarlet #EE2919
RGB
CMYK
RGB Variations
Color information
#EE2919 (or 0xEE2919) is known color: Scarlet. HEX triplet: EE, 29 and 19. RGB value is (238,41,25). Sum of RGB (Red+Green+Blue) = 238+41+25=304 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.29% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2919 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2919 is #11D6E6. Grayscale: #626262. Windows color (decimal): -1169127 or 1649134. OLE color: 1649134.
HSL color Cylindrical-coordinate representation of color #EE2919: hue angle of 4.51º 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 #EE2919 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 25 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.07 |
| HSL | 4.51º | 0.86% | 0.52% | - |
| HSV(B) | 4.51º | 0.89% | 0.93% | - |
| XYZ | 36.23 | 19.83 | 2.84 | - |
| YUV | 98.08 | 86.77 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 25 | 0 | 0.83 | 0.89 | 0.07 | 4.51 | 0.86 | 0.52 |
| Hex | EE | 29 | 19 | 0 | 53 | 59 | 7 | 5 | 56 | 34 |
| Octal | 356 | 51 | 31 | 0 | 123 | 131 | 7 | 5 | 126 | 64 |
| Binary | 11101110 | 101001 | 11001 | 0 | 1010011 | 1011001 | 111 | 101 | 1010110 | 110100 |
Color Harmonies of #EE2919
Complementary color
Monochromatic Colors of #EE2919
Black with #EE2919
Text Example
Text Example
White with #EE2919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2919; }
p { color: rgb(238,41,25); }
H1.HeaderClassName
{
color: #EE2919;
}
.AnyTagClassName
{
color: #EE2919;
}
</style>
background-color css
<style>
a { background-color: #EE2919; }
a { background-color: rgb(238,41,25); }
div.DivClassName
{
background-color: #EE2919;
}
.BgClassName
{
background-color: #EE2919;
}
</style>
border-color css
<style>
span { border-color: #EE2919; }
span { border-color: rgb(238,41,25); }
td.TdClassName
{
border-color: #EE2919;
}
.TagClassName
{
border-color: #EE2919;
}
</style>