Shades of Scarlet #EE211D
Tints of Scarlet #EE211D
RGB
CMYK
RGB Variations
Color information
#EE211D (or 0xEE211D) is known color: Scarlet. HEX triplet: EE, 21 and 1D. RGB value is (238,33,29). Sum of RGB (Red+Green+Blue) = 238+33+29=300 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.33% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 238 - color contains mainly: red. Hex color #EE211D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE211D is #11DEE2. Grayscale: #5E5E5E. Windows color (decimal): -1171171 or 1909230. OLE color: 1909230.
HSL color Cylindrical-coordinate representation of color #EE211D: hue angle of 1.15º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE211D is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 29 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.07 |
| HSL | 1.15º | 0.86% | 0.52% | - |
| HSV(B) | 1.15º | 0.88% | 0.93% | - |
| XYZ | 36.03 | 19.35 | 3 | - |
| YUV | 93.84 | 91.42 | 230.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 29 | 0 | 0.86 | 0.88 | 0.07 | 1.15 | 0.86 | 0.52 |
| Hex | EE | 21 | 1D | 0 | 56 | 58 | 7 | 1 | 56 | 34 |
| Octal | 356 | 41 | 35 | 0 | 126 | 130 | 7 | 1 | 126 | 64 |
| Binary | 11101110 | 100001 | 11101 | 0 | 1010110 | 1011000 | 111 | 1 | 1010110 | 110100 |
Color Harmonies of #EE211D
Complementary color
Monochromatic Colors of #EE211D
Black with #EE211D
Text Example
Text Example
White with #EE211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE211D; }
p { color: rgb(238,33,29); }
H1.HeaderClassName
{
color: #EE211D;
}
.AnyTagClassName
{
color: #EE211D;
}
</style>
background-color css
<style>
a { background-color: #EE211D; }
a { background-color: rgb(238,33,29); }
div.DivClassName
{
background-color: #EE211D;
}
.BgClassName
{
background-color: #EE211D;
}
</style>
border-color css
<style>
span { border-color: #EE211D; }
span { border-color: rgb(238,33,29); }
td.TdClassName
{
border-color: #EE211D;
}
.TagClassName
{
border-color: #EE211D;
}
</style>