Shades of Scarlet #E9211A
Tints of Scarlet #E9211A
RGB
CMYK
RGB Variations
Color information
#E9211A (or 0xE9211A) is known color: Scarlet. HEX triplet: E9, 21 and 1A. RGB value is (233,33,26). Sum of RGB (Red+Green+Blue) = 233+33+26=292 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.79% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 233 - color contains mainly: red. Hex color #E9211A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9211A is #16DEE5. Grayscale: #5C5C5C. Windows color (decimal): -1498854 or 1712617. OLE color: 1712617.
HSL color Cylindrical-coordinate representation of color #E9211A: hue angle of 2.03º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E9211A is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 26 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.09 |
| HSL | 2.03º | 0.82% | 0.51% | - |
| HSV(B) | 2.03º | 0.89% | 0.91% | - |
| XYZ | 34.33 | 18.49 | 2.74 | - |
| YUV | 92 | 90.76 | 228.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 26 | 0 | 0.86 | 0.89 | 0.09 | 2.03 | 0.82 | 0.51 |
| Hex | E9 | 21 | 1A | 0 | 56 | 59 | 9 | 2 | 52 | 33 |
| Octal | 351 | 41 | 32 | 0 | 126 | 131 | 11 | 2 | 122 | 63 |
| Binary | 11101001 | 100001 | 11010 | 0 | 1010110 | 1011001 | 1001 | 10 | 1010010 | 110011 |
Color Harmonies of #E9211A
Complementary color
Monochromatic Colors of #E9211A
Black with #E9211A
Text Example
Text Example
White with #E9211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9211A; }
p { color: rgb(233,33,26); }
H1.HeaderClassName
{
color: #E9211A;
}
.AnyTagClassName
{
color: #E9211A;
}
</style>
background-color css
<style>
a { background-color: #E9211A; }
a { background-color: rgb(233,33,26); }
div.DivClassName
{
background-color: #E9211A;
}
.BgClassName
{
background-color: #E9211A;
}
</style>
border-color css
<style>
span { border-color: #E9211A; }
span { border-color: rgb(233,33,26); }
td.TdClassName
{
border-color: #E9211A;
}
.TagClassName
{
border-color: #E9211A;
}
</style>