Shades of Scarlet #E8290C
Tints of Scarlet #E8290C
RGB
CMYK
RGB Variations
Color information
#E8290C (or 0xE8290C) is known color: Scarlet. HEX triplet: E8, 29 and 0C. RGB value is (232,41,12). Sum of RGB (Red+Green+Blue) = 232+41+12=285 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.40% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 232 - color contains mainly: red. Hex color #E8290C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8290C is #17D6F3. Grayscale: #5F5F5F. Windows color (decimal): -1562356 or 797160. OLE color: 797160.
HSL color Cylindrical-coordinate representation of color #E8290C: hue angle of 7.91º 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 #E8290C is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 41 | 12 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.09 |
| HSL | 7.91º | 0.9% | 0.48% | - |
| HSV(B) | 7.91º | 0.95% | 0.91% | - |
| XYZ | 34.14 | 18.77 | 2.17 | - |
| YUV | 94.8 | 81.28 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 12 | 0 | 0.82 | 0.95 | 0.09 | 7.91 | 0.9 | 0.48 |
| Hex | E8 | 29 | C | 0 | 52 | 5F | 9 | 8 | 5A | 30 |
| Octal | 350 | 51 | 14 | 0 | 122 | 137 | 11 | 10 | 132 | 60 |
| Binary | 11101000 | 101001 | 1100 | 0 | 1010010 | 1011111 | 1001 | 1000 | 1011010 | 110000 |
Color Harmonies of #E8290C
Complementary color
Monochromatic Colors of #E8290C
Black with #E8290C
Text Example
Text Example
White with #E8290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8290C; }
p { color: rgb(232,41,12); }
H1.HeaderClassName
{
color: #E8290C;
}
.AnyTagClassName
{
color: #E8290C;
}
</style>
background-color css
<style>
a { background-color: #E8290C; }
a { background-color: rgb(232,41,12); }
div.DivClassName
{
background-color: #E8290C;
}
.BgClassName
{
background-color: #E8290C;
}
</style>
border-color css
<style>
span { border-color: #E8290C; }
span { border-color: rgb(232,41,12); }
td.TdClassName
{
border-color: #E8290C;
}
.TagClassName
{
border-color: #E8290C;
}
</style>