Shades of Scarlet #E82104
Tints of Scarlet #E82104
RGB
CMYK
RGB Variations
Color information
#E82104 (or 0xE82104) is known color: Scarlet. HEX triplet: E8, 21 and 04. RGB value is (232,33,4). Sum of RGB (Red+Green+Blue) = 232+33+4=269 (35% of max value = 765). Red value is 232 (91.02% from 255 or 86.25% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 232 - color contains mainly: red. Hex color #E82104 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82104 is #17DEFB. Grayscale: #595959. Windows color (decimal): -1564412 or 270824. OLE color: 270824.
HSL color Cylindrical-coordinate representation of color #E82104: hue angle of 7.63º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E82104 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 33 | 4 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.09 |
| HSL | 7.63º | 0.97% | 0.46% | - |
| HSV(B) | 7.63º | 0.98% | 0.91% | - |
| XYZ | 33.84 | 18.25 | 1.85 | - |
| YUV | 89.2 | 79.93 | 229.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 33 | 4 | 0 | 0.86 | 0.98 | 0.09 | 7.63 | 0.97 | 0.46 |
| Hex | E8 | 21 | 4 | 0 | 56 | 62 | 9 | 8 | 61 | 2E |
| Octal | 350 | 41 | 4 | 0 | 126 | 142 | 11 | 10 | 141 | 56 |
| Binary | 11101000 | 100001 | 100 | 0 | 1010110 | 1100010 | 1001 | 1000 | 1100001 | 101110 |
Color Harmonies of #E82104
Complementary color
Monochromatic Colors of #E82104
Black with #E82104
Text Example
Text Example
White with #E82104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82104; }
p { color: rgb(232,33,4); }
H1.HeaderClassName
{
color: #E82104;
}
.AnyTagClassName
{
color: #E82104;
}
</style>
background-color css
<style>
a { background-color: #E82104; }
a { background-color: rgb(232,33,4); }
div.DivClassName
{
background-color: #E82104;
}
.BgClassName
{
background-color: #E82104;
}
</style>
border-color css
<style>
span { border-color: #E82104; }
span { border-color: rgb(232,33,4); }
td.TdClassName
{
border-color: #E82104;
}
.TagClassName
{
border-color: #E82104;
}
</style>