Shades of Scarlet #E8211B
Tints of Scarlet #E8211B
RGB
CMYK
RGB Variations
Color information
#E8211B (or 0xE8211B) is known color: Scarlet. HEX triplet: E8, 21 and 1B. RGB value is (232,33,27). Sum of RGB (Red+Green+Blue) = 232+33+27=292 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.45% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 232 - color contains mainly: red. Hex color #E8211B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8211B is #17DEE4. Grayscale: #5C5C5C. Windows color (decimal): -1564389 or 1778152. OLE color: 1778152.
HSL color Cylindrical-coordinate representation of color #E8211B: hue angle of 1.76º 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 #E8211B is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 33 | 27 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.09 |
| HSL | 1.76º | 0.82% | 0.51% | - |
| HSV(B) | 1.76º | 0.88% | 0.91% | - |
| XYZ | 34.02 | 18.32 | 2.78 | - |
| YUV | 91.82 | 91.43 | 227.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 33 | 27 | 0 | 0.86 | 0.88 | 0.09 | 1.76 | 0.82 | 0.51 |
| Hex | E8 | 21 | 1B | 0 | 56 | 58 | 9 | 2 | 52 | 33 |
| Octal | 350 | 41 | 33 | 0 | 126 | 130 | 11 | 2 | 122 | 63 |
| Binary | 11101000 | 100001 | 11011 | 0 | 1010110 | 1011000 | 1001 | 10 | 1010010 | 110011 |
Color Harmonies of #E8211B
Complementary color
Monochromatic Colors of #E8211B
Black with #E8211B
Text Example
Text Example
White with #E8211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8211B; }
p { color: rgb(232,33,27); }
H1.HeaderClassName
{
color: #E8211B;
}
.AnyTagClassName
{
color: #E8211B;
}
</style>
background-color css
<style>
a { background-color: #E8211B; }
a { background-color: rgb(232,33,27); }
div.DivClassName
{
background-color: #E8211B;
}
.BgClassName
{
background-color: #E8211B;
}
</style>
border-color css
<style>
span { border-color: #E8211B; }
span { border-color: rgb(232,33,27); }
td.TdClassName
{
border-color: #E8211B;
}
.TagClassName
{
border-color: #E8211B;
}
</style>