Shades of Scarlet #E8241D
Tints of Scarlet #E8241D
RGB
CMYK
RGB Variations
Color information
#E8241D (or 0xE8241D) is known color: Scarlet. HEX triplet: E8, 24 and 1D. RGB value is (232,36,29). Sum of RGB (Red+Green+Blue) = 232+36+29=297 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.11% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 232 - color contains mainly: red. Hex color #E8241D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8241D is #17DBE2. Grayscale: #5E5E5E. Windows color (decimal): -1563619 or 1909992. OLE color: 1909992.
HSL color Cylindrical-coordinate representation of color #E8241D: hue angle of 2.07º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E8241D is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 36 | 29 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.09 |
| HSL | 2.07º | 0.82% | 0.51% | - |
| HSV(B) | 2.07º | 0.88% | 0.91% | - |
| XYZ | 34.13 | 18.51 | 2.94 | - |
| YUV | 93.81 | 91.43 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 36 | 29 | 0 | 0.84 | 0.88 | 0.09 | 2.07 | 0.82 | 0.51 |
| Hex | E8 | 24 | 1D | 0 | 54 | 58 | 9 | 2 | 52 | 33 |
| Octal | 350 | 44 | 35 | 0 | 124 | 130 | 11 | 2 | 122 | 63 |
| Binary | 11101000 | 100100 | 11101 | 0 | 1010100 | 1011000 | 1001 | 10 | 1010010 | 110011 |
Color Harmonies of #E8241D
Complementary color
Monochromatic Colors of #E8241D
Black with #E8241D
Text Example
Text Example
White with #E8241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8241D; }
p { color: rgb(232,36,29); }
H1.HeaderClassName
{
color: #E8241D;
}
.AnyTagClassName
{
color: #E8241D;
}
</style>
background-color css
<style>
a { background-color: #E8241D; }
a { background-color: rgb(232,36,29); }
div.DivClassName
{
background-color: #E8241D;
}
.BgClassName
{
background-color: #E8241D;
}
</style>
border-color css
<style>
span { border-color: #E8241D; }
span { border-color: rgb(232,36,29); }
td.TdClassName
{
border-color: #E8241D;
}
.TagClassName
{
border-color: #E8241D;
}
</style>