Shades of Scarlet #EE2220
Tints of Scarlet #EE2220
RGB
CMYK
RGB Variations
Color information
#EE2220 (or 0xEE2220) is known color: Scarlet. HEX triplet: EE, 22 and 20. RGB value is (238,34,32). Sum of RGB (Red+Green+Blue) = 238+34+32=304 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.29% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2220 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2220 is #11DDDF. Grayscale: #5E5E5E. Windows color (decimal): -1170912 or 2106094. OLE color: 2106094.
HSL color Cylindrical-coordinate representation of color #EE2220: hue angle of 0.58º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE2220 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 32 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.07 |
| HSL | 0.58º | 0.86% | 0.53% | - |
| HSV(B) | 0.58º | 0.87% | 0.93% | - |
| XYZ | 36.09 | 19.43 | 3.21 | - |
| YUV | 94.77 | 92.59 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 32 | 0 | 0.86 | 0.87 | 0.07 | 0.58 | 0.86 | 0.53 |
| Hex | EE | 22 | 20 | 0 | 56 | 57 | 7 | 1 | 56 | 35 |
| Octal | 356 | 42 | 40 | 0 | 126 | 127 | 7 | 1 | 126 | 65 |
| Binary | 11101110 | 100010 | 100000 | 0 | 1010110 | 1010111 | 111 | 1 | 1010110 | 110101 |
Color Harmonies of #EE2220
Complementary color
Monochromatic Colors of #EE2220
Black with #EE2220
Text Example
Text Example
White with #EE2220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2220; }
p { color: rgb(238,34,32); }
H1.HeaderClassName
{
color: #EE2220;
}
.AnyTagClassName
{
color: #EE2220;
}
</style>
background-color css
<style>
a { background-color: #EE2220; }
a { background-color: rgb(238,34,32); }
div.DivClassName
{
background-color: #EE2220;
}
.BgClassName
{
background-color: #EE2220;
}
</style>
border-color css
<style>
span { border-color: #EE2220; }
span { border-color: rgb(238,34,32); }
td.TdClassName
{
border-color: #EE2220;
}
.TagClassName
{
border-color: #EE2220;
}
</style>