Shades of Scarlet #E81701
Tints of Scarlet #E81701
RGB
CMYK
RGB Variations
Color information
#E81701 (or 0xE81701) is known color: Scarlet. HEX triplet: E8, 17 and 01. RGB value is (232,23,1). Sum of RGB (Red+Green+Blue) = 232+23+1=256 (33% of max value = 765). Red value is 232 (91.02% from 255 or 90.62% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 232 - color contains mainly: red. Hex color #E81701 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E81701 is #17E8FE. Grayscale: #535353. Windows color (decimal): -1566975 or 71656. OLE color: 71656.
HSL color Cylindrical-coordinate representation of color #E81701: hue angle of 5.71º 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 #E81701 is Cyan = 0, Magento = 0.90, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 1 | - |
| CMYK | 0 | 0.90 | 1.00 | 0.09 |
| HSL | 5.71º | 0.99% | 0.46% | - |
| HSV(B) | 5.71º | 1% | 0.91% | - |
| XYZ | 33.59 | 17.77 | 1.69 | - |
| YUV | 82.98 | 81.74 | 234.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 1 | 0 | 0.90 | 1.00 | 0.09 | 5.71 | 0.99 | 0.46 |
| Hex | E8 | 17 | 1 | 0 | 5A | 64 | 9 | 6 | 63 | 2E |
| Octal | 350 | 27 | 1 | 0 | 132 | 144 | 11 | 6 | 143 | 56 |
| Binary | 11101000 | 10111 | 1 | 0 | 1011010 | 1100100 | 1001 | 110 | 1100011 | 101110 |
Color Harmonies of #E81701
Complementary color
Monochromatic Colors of #E81701
Black with #E81701
Text Example
Text Example
White with #E81701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81701; }
p { color: rgb(232,23,1); }
H1.HeaderClassName
{
color: #E81701;
}
.AnyTagClassName
{
color: #E81701;
}
</style>
background-color css
<style>
a { background-color: #E81701; }
a { background-color: rgb(232,23,1); }
div.DivClassName
{
background-color: #E81701;
}
.BgClassName
{
background-color: #E81701;
}
</style>
border-color css
<style>
span { border-color: #E81701; }
span { border-color: rgb(232,23,1); }
td.TdClassName
{
border-color: #E81701;
}
.TagClassName
{
border-color: #E81701;
}
</style>