Shades of Scarlet #EE2114
Tints of Scarlet #EE2114
RGB
CMYK
RGB Variations
Color information
#EE2114 (or 0xEE2114) is known color: Scarlet. HEX triplet: EE, 21 and 14. RGB value is (238,33,20). Sum of RGB (Red+Green+Blue) = 238+33+20=291 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.79% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2114 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2114 is #11DEEB. Grayscale: #5D5D5D. Windows color (decimal): -1171180 or 1319406. OLE color: 1319406.
HSL color Cylindrical-coordinate representation of color #EE2114: hue angle of 3.58º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE2114 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 20 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.07 |
| HSL | 3.58º | 0.87% | 0.51% | - |
| HSV(B) | 3.58º | 0.92% | 0.93% | - |
| XYZ | 35.93 | 19.32 | 2.5 | - |
| YUV | 92.81 | 86.92 | 231.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 20 | 0 | 0.86 | 0.92 | 0.07 | 3.58 | 0.87 | 0.51 |
| Hex | EE | 21 | 14 | 0 | 56 | 5C | 7 | 4 | 57 | 33 |
| Octal | 356 | 41 | 24 | 0 | 126 | 134 | 7 | 4 | 127 | 63 |
| Binary | 11101110 | 100001 | 10100 | 0 | 1010110 | 1011100 | 111 | 100 | 1010111 | 110011 |
Color Harmonies of #EE2114
Complementary color
Monochromatic Colors of #EE2114
Black with #EE2114
Text Example
Text Example
White with #EE2114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2114; }
p { color: rgb(238,33,20); }
H1.HeaderClassName
{
color: #EE2114;
}
.AnyTagClassName
{
color: #EE2114;
}
</style>
background-color css
<style>
a { background-color: #EE2114; }
a { background-color: rgb(238,33,20); }
div.DivClassName
{
background-color: #EE2114;
}
.BgClassName
{
background-color: #EE2114;
}
</style>
border-color css
<style>
span { border-color: #EE2114; }
span { border-color: rgb(238,33,20); }
td.TdClassName
{
border-color: #EE2114;
}
.TagClassName
{
border-color: #EE2114;
}
</style>