Shades of Scarlet #EE2020
Tints of Scarlet #EE2020
RGB
CMYK
RGB Variations
Color information
#EE2020 (or 0xEE2020) is known color: Scarlet. HEX triplet: EE, 20 and 20. RGB value is (238,32,32). Sum of RGB (Red+Green+Blue) = 238+32+32=302 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.81% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2020 is #11DFDF. Grayscale: #5D5D5D. Windows color (decimal): -1171424 or 2105582. OLE color: 2105582.
HSL color Cylindrical-coordinate representation of color #EE2020: hue angle of 0º 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 #EE2020 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 32 | 32 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.07 |
| HSL | 0º | 0.86% | 0.53% | - |
| HSV(B) | 0º | 0.87% | 0.93% | - |
| XYZ | 36.04 | 19.31 | 3.2 | - |
| YUV | 93.59 | 93.25 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 32 | 32 | 0 | 0.87 | 0.87 | 0.07 | 0 | 0.86 | 0.53 |
| Hex | EE | 20 | 20 | 0 | 57 | 57 | 7 | 0 | 56 | 35 |
| Octal | 356 | 40 | 40 | 0 | 127 | 127 | 7 | 0 | 126 | 65 |
| Binary | 11101110 | 100000 | 100000 | 0 | 1010111 | 1010111 | 111 | 0 | 1010110 | 110101 |
Color Harmonies of #EE2020
Complementary color
Monochromatic Colors of #EE2020
Black with #EE2020
Text Example
Text Example
White with #EE2020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2020; }
p { color: rgb(238,32,32); }
H1.HeaderClassName
{
color: #EE2020;
}
.AnyTagClassName
{
color: #EE2020;
}
</style>
background-color css
<style>
a { background-color: #EE2020; }
a { background-color: rgb(238,32,32); }
div.DivClassName
{
background-color: #EE2020;
}
.BgClassName
{
background-color: #EE2020;
}
</style>
border-color css
<style>
span { border-color: #EE2020; }
span { border-color: rgb(238,32,32); }
td.TdClassName
{
border-color: #EE2020;
}
.TagClassName
{
border-color: #EE2020;
}
</style>