Shades of Scarlet #EE211A
Tints of Scarlet #EE211A
RGB
CMYK
RGB Variations
Color information
#EE211A (or 0xEE211A) is known color: Scarlet. HEX triplet: EE, 21 and 1A. RGB value is (238,33,26). Sum of RGB (Red+Green+Blue) = 238+33+26=297 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.13% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 238 - color contains mainly: red. Hex color #EE211A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE211A is #11DEE5. Grayscale: #5D5D5D. Windows color (decimal): -1171174 or 1712622. OLE color: 1712622.
HSL color Cylindrical-coordinate representation of color #EE211A: hue angle of 1.98º 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 #EE211A is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 26 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.07 |
| HSL | 1.98º | 0.86% | 0.52% | - |
| HSV(B) | 1.98º | 0.89% | 0.93% | - |
| XYZ | 35.99 | 19.34 | 2.81 | - |
| YUV | 93.5 | 89.92 | 231.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 26 | 0 | 0.86 | 0.89 | 0.07 | 1.98 | 0.86 | 0.52 |
| Hex | EE | 21 | 1A | 0 | 56 | 59 | 7 | 2 | 56 | 34 |
| Octal | 356 | 41 | 32 | 0 | 126 | 131 | 7 | 2 | 126 | 64 |
| Binary | 11101110 | 100001 | 11010 | 0 | 1010110 | 1011001 | 111 | 10 | 1010110 | 110100 |
Color Harmonies of #EE211A
Complementary color
Monochromatic Colors of #EE211A
Black with #EE211A
Text Example
Text Example
White with #EE211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE211A; }
p { color: rgb(238,33,26); }
H1.HeaderClassName
{
color: #EE211A;
}
.AnyTagClassName
{
color: #EE211A;
}
</style>
background-color css
<style>
a { background-color: #EE211A; }
a { background-color: rgb(238,33,26); }
div.DivClassName
{
background-color: #EE211A;
}
.BgClassName
{
background-color: #EE211A;
}
</style>
border-color css
<style>
span { border-color: #EE211A; }
span { border-color: rgb(238,33,26); }
td.TdClassName
{
border-color: #EE211A;
}
.TagClassName
{
border-color: #EE211A;
}
</style>