Shades of Scarlet #E8290D
Tints of Scarlet #E8290D
RGB
CMYK
RGB Variations
Color information
#E8290D (or 0xE8290D) is known color: Scarlet. HEX triplet: E8, 29 and 0D. RGB value is (232,41,13). Sum of RGB (Red+Green+Blue) = 232+41+13=286 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.12% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 232 - color contains mainly: red. Hex color #E8290D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8290D is #17D6F2. Grayscale: #5F5F5F. Windows color (decimal): -1562355 or 862696. OLE color: 862696.
HSL color Cylindrical-coordinate representation of color #E8290D: hue angle of 7.67º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8290D is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 41 | 13 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.09 |
| HSL | 7.67º | 0.89% | 0.48% | - |
| HSV(B) | 7.67º | 0.94% | 0.91% | - |
| XYZ | 34.14 | 18.77 | 2.2 | - |
| YUV | 94.92 | 81.78 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 13 | 0 | 0.82 | 0.94 | 0.09 | 7.67 | 0.89 | 0.48 |
| Hex | E8 | 29 | D | 0 | 52 | 5E | 9 | 8 | 59 | 30 |
| Octal | 350 | 51 | 15 | 0 | 122 | 136 | 11 | 10 | 131 | 60 |
| Binary | 11101000 | 101001 | 1101 | 0 | 1010010 | 1011110 | 1001 | 1000 | 1011001 | 110000 |
Color Harmonies of #E8290D
Complementary color
Monochromatic Colors of #E8290D
Black with #E8290D
Text Example
Text Example
White with #E8290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8290D; }
p { color: rgb(232,41,13); }
H1.HeaderClassName
{
color: #E8290D;
}
.AnyTagClassName
{
color: #E8290D;
}
</style>
background-color css
<style>
a { background-color: #E8290D; }
a { background-color: rgb(232,41,13); }
div.DivClassName
{
background-color: #E8290D;
}
.BgClassName
{
background-color: #E8290D;
}
</style>
border-color css
<style>
span { border-color: #E8290D; }
span { border-color: rgb(232,41,13); }
td.TdClassName
{
border-color: #E8290D;
}
.TagClassName
{
border-color: #E8290D;
}
</style>