Shades of Scarlet #E82910
Tints of Scarlet #E82910
RGB
CMYK
RGB Variations
Color information
#E82910 (or 0xE82910) is known color: Scarlet. HEX triplet: E8, 29 and 10. RGB value is (232,41,16). Sum of RGB (Red+Green+Blue) = 232+41+16=289 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.28% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 232 - color contains mainly: red. Hex color #E82910 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82910 is #17D6EF. Grayscale: #5F5F5F. Windows color (decimal): -1562352 or 1059304. OLE color: 1059304.
HSL color Cylindrical-coordinate representation of color #E82910: hue angle of 6.94º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E82910 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 41 | 16 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.09 |
| HSL | 6.94º | 0.87% | 0.49% | - |
| HSV(B) | 6.94º | 0.93% | 0.91% | - |
| XYZ | 34.17 | 18.78 | 2.31 | - |
| YUV | 95.26 | 83.28 | 225.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 16 | 0 | 0.82 | 0.93 | 0.09 | 6.94 | 0.87 | 0.49 |
| Hex | E8 | 29 | 10 | 0 | 52 | 5D | 9 | 7 | 57 | 31 |
| Octal | 350 | 51 | 20 | 0 | 122 | 135 | 11 | 7 | 127 | 61 |
| Binary | 11101000 | 101001 | 10000 | 0 | 1010010 | 1011101 | 1001 | 111 | 1010111 | 110001 |
Color Harmonies of #E82910
Complementary color
Monochromatic Colors of #E82910
Black with #E82910
Text Example
Text Example
White with #E82910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82910; }
p { color: rgb(232,41,16); }
H1.HeaderClassName
{
color: #E82910;
}
.AnyTagClassName
{
color: #E82910;
}
</style>
background-color css
<style>
a { background-color: #E82910; }
a { background-color: rgb(232,41,16); }
div.DivClassName
{
background-color: #E82910;
}
.BgClassName
{
background-color: #E82910;
}
</style>
border-color css
<style>
span { border-color: #E82910; }
span { border-color: rgb(232,41,16); }
td.TdClassName
{
border-color: #E82910;
}
.TagClassName
{
border-color: #E82910;
}
</style>