Shades of Scarlet #E82801
Tints of Scarlet #E82801
RGB
CMYK
RGB Variations
Color information
#E82801 (or 0xE82801) is known color: Scarlet. HEX triplet: E8, 28 and 01. RGB value is (232,40,1). Sum of RGB (Red+Green+Blue) = 232+40+1=273 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.98% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 232 - color contains mainly: red. Hex color #E82801 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82801 is #17D7FE. Grayscale: #5D5D5D. Windows color (decimal): -1562623 or 76008. OLE color: 76008.
HSL color Cylindrical-coordinate representation of color #E82801: hue angle of 10.13º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E82801 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 40 | 1 | - |
| CMYK | 0 | 0.83 | 1.00 | 0.09 |
| HSL | 10.13º | 0.99% | 0.46% | - |
| HSV(B) | 10.13º | 1% | 0.91% | - |
| XYZ | 34.04 | 18.68 | 1.84 | - |
| YUV | 92.96 | 76.11 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 40 | 1 | 0 | 0.83 | 1.00 | 0.09 | 10.13 | 0.99 | 0.46 |
| Hex | E8 | 28 | 1 | 0 | 53 | 64 | 9 | A | 63 | 2E |
| Octal | 350 | 50 | 1 | 0 | 123 | 144 | 11 | 12 | 143 | 56 |
| Binary | 11101000 | 101000 | 1 | 0 | 1010011 | 1100100 | 1001 | 1010 | 1100011 | 101110 |
Color Harmonies of #E82801
Complementary color
Monochromatic Colors of #E82801
Black with #E82801
Text Example
Text Example
White with #E82801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82801; }
p { color: rgb(232,40,1); }
H1.HeaderClassName
{
color: #E82801;
}
.AnyTagClassName
{
color: #E82801;
}
</style>
background-color css
<style>
a { background-color: #E82801; }
a { background-color: rgb(232,40,1); }
div.DivClassName
{
background-color: #E82801;
}
.BgClassName
{
background-color: #E82801;
}
</style>
border-color css
<style>
span { border-color: #E82801; }
span { border-color: rgb(232,40,1); }
td.TdClassName
{
border-color: #E82801;
}
.TagClassName
{
border-color: #E82801;
}
</style>