Shades of Scarlet #E81402
Tints of Scarlet #E81402
RGB
CMYK
RGB Variations
Color information
#E81402 (or 0xE81402) is known color: Scarlet. HEX triplet: E8, 14 and 02. RGB value is (232,20,2). Sum of RGB (Red+Green+Blue) = 232+20+2=254 (33% of max value = 765). Red value is 232 (91.02% from 255 or 91.34% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 232 - color contains mainly: red. Hex color #E81402 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E81402 is #17EBFD. Grayscale: #515151. Windows color (decimal): -1567742 or 136424. OLE color: 136424.
HSL color Cylindrical-coordinate representation of color #E81402: hue angle of 4.7º 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 #E81402 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.09 |
| HSL | 4.7º | 0.98% | 0.46% | - |
| HSV(B) | 4.7º | 0.99% | 0.91% | - |
| XYZ | 33.54 | 17.66 | 1.7 | - |
| YUV | 81.34 | 83.24 | 235.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 2 | 0 | 0.91 | 0.99 | 0.09 | 4.7 | 0.98 | 0.46 |
| Hex | E8 | 14 | 2 | 0 | 5B | 63 | 9 | 5 | 62 | 2E |
| Octal | 350 | 24 | 2 | 0 | 133 | 143 | 11 | 5 | 142 | 56 |
| Binary | 11101000 | 10100 | 10 | 0 | 1011011 | 1100011 | 1001 | 101 | 1100010 | 101110 |
Color Harmonies of #E81402
Complementary color
Monochromatic Colors of #E81402
Black with #E81402
Text Example
Text Example
White with #E81402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81402; }
p { color: rgb(232,20,2); }
H1.HeaderClassName
{
color: #E81402;
}
.AnyTagClassName
{
color: #E81402;
}
</style>
background-color css
<style>
a { background-color: #E81402; }
a { background-color: rgb(232,20,2); }
div.DivClassName
{
background-color: #E81402;
}
.BgClassName
{
background-color: #E81402;
}
</style>
border-color css
<style>
span { border-color: #E81402; }
span { border-color: rgb(232,20,2); }
td.TdClassName
{
border-color: #E81402;
}
.TagClassName
{
border-color: #E81402;
}
</style>