Shades of Scarlet #E81301
Tints of Scarlet #E81301
RGB
CMYK
RGB Variations
Color information
#E81301 (or 0xE81301) is known color: Scarlet. HEX triplet: E8, 13 and 01. RGB value is (232,19,1). Sum of RGB (Red+Green+Blue) = 232+19+1=252 (33% of max value = 765). Red value is 232 (91.02% from 255 or 92.06% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 232 - color contains mainly: red. Hex color #E81301 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E81301 is #17ECFE. Grayscale: #505050. Windows color (decimal): -1567999 or 70632. OLE color: 70632.
HSL color Cylindrical-coordinate representation of color #E81301: hue angle of 4.68º 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 #E81301 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 19 | 1 | - |
| CMYK | 0 | 0.92 | 1.00 | 0.09 |
| HSL | 4.68º | 0.99% | 0.46% | - |
| HSV(B) | 4.68º | 1% | 0.91% | - |
| XYZ | 33.52 | 17.62 | 1.66 | - |
| YUV | 80.64 | 83.07 | 235.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 19 | 1 | 0 | 0.92 | 1.00 | 0.09 | 4.68 | 0.99 | 0.46 |
| Hex | E8 | 13 | 1 | 0 | 5C | 64 | 9 | 5 | 63 | 2E |
| Octal | 350 | 23 | 1 | 0 | 134 | 144 | 11 | 5 | 143 | 56 |
| Binary | 11101000 | 10011 | 1 | 0 | 1011100 | 1100100 | 1001 | 101 | 1100011 | 101110 |
Color Harmonies of #E81301
Complementary color
Monochromatic Colors of #E81301
Black with #E81301
Text Example
Text Example
White with #E81301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81301; }
p { color: rgb(232,19,1); }
H1.HeaderClassName
{
color: #E81301;
}
.AnyTagClassName
{
color: #E81301;
}
</style>
background-color css
<style>
a { background-color: #E81301; }
a { background-color: rgb(232,19,1); }
div.DivClassName
{
background-color: #E81301;
}
.BgClassName
{
background-color: #E81301;
}
</style>
border-color css
<style>
span { border-color: #E81301; }
span { border-color: rgb(232,19,1); }
td.TdClassName
{
border-color: #E81301;
}
.TagClassName
{
border-color: #E81301;
}
</style>