Shades of Scarlet #E8300A
Tints of Scarlet #E8300A
RGB
CMYK
RGB Variations
Color information
#E8300A (or 0xE8300A) is known color: Scarlet. HEX triplet: E8, 30 and 0A. RGB value is (232,48,10). Sum of RGB (Red+Green+Blue) = 232+48+10=290 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 232 - color contains mainly: red. Hex color #E8300A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8300A is #17CFF5. Grayscale: #636363. Windows color (decimal): -1560566 or 667880. OLE color: 667880.
HSL color Cylindrical-coordinate representation of color #E8300A: hue angle of 10.27º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E8300A is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 48 | 10 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.09 |
| HSL | 10.27º | 0.92% | 0.47% | - |
| HSV(B) | 10.27º | 0.96% | 0.91% | - |
| XYZ | 34.39 | 19.29 | 2.2 | - |
| YUV | 98.68 | 77.96 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 48 | 10 | 0 | 0.79 | 0.96 | 0.09 | 10.27 | 0.92 | 0.47 |
| Hex | E8 | 30 | A | 0 | 4F | 60 | 9 | A | 5C | 2F |
| Octal | 350 | 60 | 12 | 0 | 117 | 140 | 11 | 12 | 134 | 57 |
| Binary | 11101000 | 110000 | 1010 | 0 | 1001111 | 1100000 | 1001 | 1010 | 1011100 | 101111 |
Color Harmonies of #E8300A
Complementary color
Monochromatic Colors of #E8300A
Black with #E8300A
Text Example
Text Example
White with #E8300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8300A; }
p { color: rgb(232,48,10); }
H1.HeaderClassName
{
color: #E8300A;
}
.AnyTagClassName
{
color: #E8300A;
}
</style>
background-color css
<style>
a { background-color: #E8300A; }
a { background-color: rgb(232,48,10); }
div.DivClassName
{
background-color: #E8300A;
}
.BgClassName
{
background-color: #E8300A;
}
</style>
border-color css
<style>
span { border-color: #E8300A; }
span { border-color: rgb(232,48,10); }
td.TdClassName
{
border-color: #E8300A;
}
.TagClassName
{
border-color: #E8300A;
}
</style>