Shades of Scarlet #E8140B
Tints of Scarlet #E8140B
RGB
CMYK
RGB Variations
Color information
#E8140B (or 0xE8140B) is known color: Scarlet. HEX triplet: E8, 14 and 0B. RGB value is (232,20,11). Sum of RGB (Red+Green+Blue) = 232+20+11=263 (34% of max value = 765). Red value is 232 (91.02% from 255 or 88.21% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 232 - color contains mainly: red. Hex color #E8140B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8140B is #17EBF4. Grayscale: #525252. Windows color (decimal): -1567733 or 726248. OLE color: 726248.
HSL color Cylindrical-coordinate representation of color #E8140B: hue angle of 2.44º 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 #E8140B is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 11 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.09 |
| HSL | 2.44º | 0.91% | 0.48% | - |
| HSV(B) | 2.44º | 0.95% | 0.91% | - |
| XYZ | 33.59 | 17.68 | 1.96 | - |
| YUV | 82.36 | 87.74 | 234.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 11 | 0 | 0.91 | 0.95 | 0.09 | 2.44 | 0.91 | 0.48 |
| Hex | E8 | 14 | B | 0 | 5B | 5F | 9 | 2 | 5B | 30 |
| Octal | 350 | 24 | 13 | 0 | 133 | 137 | 11 | 2 | 133 | 60 |
| Binary | 11101000 | 10100 | 1011 | 0 | 1011011 | 1011111 | 1001 | 10 | 1011011 | 110000 |
Color Harmonies of #E8140B
Complementary color
Monochromatic Colors of #E8140B
Black with #E8140B
Text Example
Text Example
White with #E8140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8140B; }
p { color: rgb(232,20,11); }
H1.HeaderClassName
{
color: #E8140B;
}
.AnyTagClassName
{
color: #E8140B;
}
</style>
background-color css
<style>
a { background-color: #E8140B; }
a { background-color: rgb(232,20,11); }
div.DivClassName
{
background-color: #E8140B;
}
.BgClassName
{
background-color: #E8140B;
}
</style>
border-color css
<style>
span { border-color: #E8140B; }
span { border-color: rgb(232,20,11); }
td.TdClassName
{
border-color: #E8140B;
}
.TagClassName
{
border-color: #E8140B;
}
</style>