Shades of Scarlet #E8300B
Tints of Scarlet #E8300B
RGB
CMYK
RGB Variations
Color information
#E8300B (or 0xE8300B) is known color: Scarlet. HEX triplet: E8, 30 and 0B. RGB value is (232,48,11). Sum of RGB (Red+Green+Blue) = 232+48+11=291 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.73% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 232 - color contains mainly: red. Hex color #E8300B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8300B is #17CFF4. Grayscale: #636363. Windows color (decimal): -1560565 or 733416. OLE color: 733416.
HSL color Cylindrical-coordinate representation of color #E8300B: hue angle of 10.05º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E8300B is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 48 | 11 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.09 |
| HSL | 10.05º | 0.91% | 0.48% | - |
| HSV(B) | 10.05º | 0.95% | 0.91% | - |
| XYZ | 34.4 | 19.29 | 2.23 | - |
| YUV | 98.8 | 78.46 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 48 | 11 | 0 | 0.79 | 0.95 | 0.09 | 10.05 | 0.91 | 0.48 |
| Hex | E8 | 30 | B | 0 | 4F | 5F | 9 | A | 5B | 30 |
| Octal | 350 | 60 | 13 | 0 | 117 | 137 | 11 | 12 | 133 | 60 |
| Binary | 11101000 | 110000 | 1011 | 0 | 1001111 | 1011111 | 1001 | 1010 | 1011011 | 110000 |
Color Harmonies of #E8300B
Complementary color
Monochromatic Colors of #E8300B
Black with #E8300B
Text Example
Text Example
White with #E8300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8300B; }
p { color: rgb(232,48,11); }
H1.HeaderClassName
{
color: #E8300B;
}
.AnyTagClassName
{
color: #E8300B;
}
</style>
background-color css
<style>
a { background-color: #E8300B; }
a { background-color: rgb(232,48,11); }
div.DivClassName
{
background-color: #E8300B;
}
.BgClassName
{
background-color: #E8300B;
}
</style>
border-color css
<style>
span { border-color: #E8300B; }
span { border-color: rgb(232,48,11); }
td.TdClassName
{
border-color: #E8300B;
}
.TagClassName
{
border-color: #E8300B;
}
</style>