Shades of Scarlet #E8140C
Tints of Scarlet #E8140C
RGB
CMYK
RGB Variations
Color information
#E8140C (or 0xE8140C) is known color: Scarlet. HEX triplet: E8, 14 and 0C. RGB value is (232,20,12). Sum of RGB (Red+Green+Blue) = 232+20+12=264 (34% of max value = 765). Red value is 232 (91.02% from 255 or 87.88% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 232 - color contains mainly: red. Hex color #E8140C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8140C is #17EBF3. Grayscale: #525252. Windows color (decimal): -1567732 or 791784. OLE color: 791784.
HSL color Cylindrical-coordinate representation of color #E8140C: hue angle of 2.18º degrees, saturation: 0.9, 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 #E8140C is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 12 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.09 |
| HSL | 2.18º | 0.9% | 0.48% | - |
| HSV(B) | 2.18º | 0.95% | 0.91% | - |
| XYZ | 33.6 | 17.68 | 1.99 | - |
| YUV | 82.48 | 88.24 | 234.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 12 | 0 | 0.91 | 0.95 | 0.09 | 2.18 | 0.9 | 0.48 |
| Hex | E8 | 14 | C | 0 | 5B | 5F | 9 | 2 | 5A | 30 |
| Octal | 350 | 24 | 14 | 0 | 133 | 137 | 11 | 2 | 132 | 60 |
| Binary | 11101000 | 10100 | 1100 | 0 | 1011011 | 1011111 | 1001 | 10 | 1011010 | 110000 |
Color Harmonies of #E8140C
Complementary color
Monochromatic Colors of #E8140C
Black with #E8140C
Text Example
Text Example
White with #E8140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8140C; }
p { color: rgb(232,20,12); }
H1.HeaderClassName
{
color: #E8140C;
}
.AnyTagClassName
{
color: #E8140C;
}
</style>
background-color css
<style>
a { background-color: #E8140C; }
a { background-color: rgb(232,20,12); }
div.DivClassName
{
background-color: #E8140C;
}
.BgClassName
{
background-color: #E8140C;
}
</style>
border-color css
<style>
span { border-color: #E8140C; }
span { border-color: rgb(232,20,12); }
td.TdClassName
{
border-color: #E8140C;
}
.TagClassName
{
border-color: #E8140C;
}
</style>