Shades of Scarlet #E9211D
Tints of Scarlet #E9211D
RGB
CMYK
RGB Variations
Color information
#E9211D (or 0xE9211D) is known color: Scarlet. HEX triplet: E9, 21 and 1D. RGB value is (233,33,29). Sum of RGB (Red+Green+Blue) = 233+33+29=295 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.98% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 233 - color contains mainly: red. Hex color #E9211D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9211D is #16DEE2. Grayscale: #5C5C5C. Windows color (decimal): -1498851 or 1909225. OLE color: 1909225.
HSL color Cylindrical-coordinate representation of color #E9211D: hue angle of 1.18º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E9211D is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 29 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.09 |
| HSL | 1.18º | 0.82% | 0.51% | - |
| HSV(B) | 1.18º | 0.88% | 0.91% | - |
| XYZ | 34.37 | 18.5 | 2.92 | - |
| YUV | 92.34 | 92.26 | 228.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 29 | 0 | 0.86 | 0.88 | 0.09 | 1.18 | 0.82 | 0.51 |
| Hex | E9 | 21 | 1D | 0 | 56 | 58 | 9 | 1 | 52 | 33 |
| Octal | 351 | 41 | 35 | 0 | 126 | 130 | 11 | 1 | 122 | 63 |
| Binary | 11101001 | 100001 | 11101 | 0 | 1010110 | 1011000 | 1001 | 1 | 1010010 | 110011 |
Color Harmonies of #E9211D
Complementary color
Monochromatic Colors of #E9211D
Black with #E9211D
Text Example
Text Example
White with #E9211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9211D; }
p { color: rgb(233,33,29); }
H1.HeaderClassName
{
color: #E9211D;
}
.AnyTagClassName
{
color: #E9211D;
}
</style>
background-color css
<style>
a { background-color: #E9211D; }
a { background-color: rgb(233,33,29); }
div.DivClassName
{
background-color: #E9211D;
}
.BgClassName
{
background-color: #E9211D;
}
</style>
border-color css
<style>
span { border-color: #E9211D; }
span { border-color: rgb(233,33,29); }
td.TdClassName
{
border-color: #E9211D;
}
.TagClassName
{
border-color: #E9211D;
}
</style>