Shades of Scarlet #E81E1E
Tints of Scarlet #E81E1E
RGB
CMYK
RGB Variations
Color information
#E81E1E (or 0xE81E1E) is known color: Scarlet. HEX triplet: E8, 1E and 1E. RGB value is (232,30,30). Sum of RGB (Red+Green+Blue) = 232+30+30=292 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.45% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 232 - color contains mainly: red. Hex color #E81E1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81E1E is #17E1E1. Grayscale: #5A5A5A. Windows color (decimal): -1565154 or 1973992. OLE color: 1973992.
HSL color Cylindrical-coordinate representation of color #E81E1E: hue angle of 0º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E81E1E is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 30 | 30 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.09 |
| HSL | 0º | 0.81% | 0.51% | - |
| HSV(B) | 0º | 0.87% | 0.91% | - |
| XYZ | 33.98 | 18.18 | 2.95 | - |
| YUV | 90.4 | 93.92 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 30 | 30 | 0 | 0.87 | 0.87 | 0.09 | 0 | 0.81 | 0.51 |
| Hex | E8 | 1E | 1E | 0 | 57 | 57 | 9 | 0 | 51 | 33 |
| Octal | 350 | 36 | 36 | 0 | 127 | 127 | 11 | 0 | 121 | 63 |
| Binary | 11101000 | 11110 | 11110 | 0 | 1010111 | 1010111 | 1001 | 0 | 1010001 | 110011 |
Color Harmonies of #E81E1E
Complementary color
Monochromatic Colors of #E81E1E
Black with #E81E1E
Text Example
Text Example
White with #E81E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81E1E; }
p { color: rgb(232,30,30); }
H1.HeaderClassName
{
color: #E81E1E;
}
.AnyTagClassName
{
color: #E81E1E;
}
</style>
background-color css
<style>
a { background-color: #E81E1E; }
a { background-color: rgb(232,30,30); }
div.DivClassName
{
background-color: #E81E1E;
}
.BgClassName
{
background-color: #E81E1E;
}
</style>
border-color css
<style>
span { border-color: #E81E1E; }
span { border-color: rgb(232,30,30); }
td.TdClassName
{
border-color: #E81E1E;
}
.TagClassName
{
border-color: #E81E1E;
}
</style>