Shades of Scarlet #E8201A
Tints of Scarlet #E8201A
RGB
CMYK
RGB Variations
Color information
#E8201A (or 0xE8201A) is known color: Scarlet. HEX triplet: E8, 20 and 1A. RGB value is (232,32,26). Sum of RGB (Red+Green+Blue) = 232+32+26=290 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 232 - color contains mainly: red. Hex color #E8201A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8201A is #17DFE5. Grayscale: #5B5B5B. Windows color (decimal): -1564646 or 1712360. OLE color: 1712360.
HSL color Cylindrical-coordinate representation of color #E8201A: hue angle of 1.75º 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 #E8201A is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 32 | 26 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.09 |
| HSL | 1.75º | 0.82% | 0.51% | - |
| HSV(B) | 1.75º | 0.89% | 0.91% | - |
| XYZ | 33.98 | 18.26 | 2.71 | - |
| YUV | 91.12 | 91.26 | 228.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 26 | 0 | 0.86 | 0.89 | 0.09 | 1.75 | 0.82 | 0.51 |
| Hex | E8 | 20 | 1A | 0 | 56 | 59 | 9 | 2 | 52 | 33 |
| Octal | 350 | 40 | 32 | 0 | 126 | 131 | 11 | 2 | 122 | 63 |
| Binary | 11101000 | 100000 | 11010 | 0 | 1010110 | 1011001 | 1001 | 10 | 1010010 | 110011 |
Color Harmonies of #E8201A
Complementary color
Monochromatic Colors of #E8201A
Black with #E8201A
Text Example
Text Example
White with #E8201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8201A; }
p { color: rgb(232,32,26); }
H1.HeaderClassName
{
color: #E8201A;
}
.AnyTagClassName
{
color: #E8201A;
}
</style>
background-color css
<style>
a { background-color: #E8201A; }
a { background-color: rgb(232,32,26); }
div.DivClassName
{
background-color: #E8201A;
}
.BgClassName
{
background-color: #E8201A;
}
</style>
border-color css
<style>
span { border-color: #E8201A; }
span { border-color: rgb(232,32,26); }
td.TdClassName
{
border-color: #E8201A;
}
.TagClassName
{
border-color: #E8201A;
}
</style>