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