Shades of Scarlet #E81302
Tints of Scarlet #E81302
RGB
CMYK
RGB Variations
Color information
#E81302 (or 0xE81302) is known color: Scarlet. HEX triplet: E8, 13 and 02. RGB value is (232,19,2). Sum of RGB (Red+Green+Blue) = 232+19+2=253 (33% of max value = 765). Red value is 232 (91.02% from 255 or 91.70% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 232 - color contains mainly: red. Hex color #E81302 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E81302 is #17ECFD. Grayscale: #515151. Windows color (decimal): -1567998 or 136168. OLE color: 136168.
HSL color Cylindrical-coordinate representation of color #E81302: hue angle of 4.43º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E81302 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 19 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.09 |
| HSL | 4.43º | 0.98% | 0.46% | - |
| HSV(B) | 4.43º | 0.99% | 0.91% | - |
| XYZ | 33.52 | 17.63 | 1.69 | - |
| YUV | 80.75 | 83.57 | 235.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 19 | 2 | 0 | 0.92 | 0.99 | 0.09 | 4.43 | 0.98 | 0.46 |
| Hex | E8 | 13 | 2 | 0 | 5C | 63 | 9 | 4 | 62 | 2E |
| Octal | 350 | 23 | 2 | 0 | 134 | 143 | 11 | 4 | 142 | 56 |
| Binary | 11101000 | 10011 | 10 | 0 | 1011100 | 1100011 | 1001 | 100 | 1100010 | 101110 |
Color Harmonies of #E81302
Complementary color
Monochromatic Colors of #E81302
Black with #E81302
Text Example
Text Example
White with #E81302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81302; }
p { color: rgb(232,19,2); }
H1.HeaderClassName
{
color: #E81302;
}
.AnyTagClassName
{
color: #E81302;
}
</style>
background-color css
<style>
a { background-color: #E81302; }
a { background-color: rgb(232,19,2); }
div.DivClassName
{
background-color: #E81302;
}
.BgClassName
{
background-color: #E81302;
}
</style>
border-color css
<style>
span { border-color: #E81302; }
span { border-color: rgb(232,19,2); }
td.TdClassName
{
border-color: #E81302;
}
.TagClassName
{
border-color: #E81302;
}
</style>