Shades of Scarlet #E8241A
Tints of Scarlet #E8241A
RGB
CMYK
RGB Variations
Color information
#E8241A (or 0xE8241A) is known color: Scarlet. HEX triplet: E8, 24 and 1A. RGB value is (232,36,26). Sum of RGB (Red+Green+Blue) = 232+36+26=294 (38% of max value = 765). Red value is 232 (91.02% from 255 or 78.91% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 232 - color contains mainly: red. Hex color #E8241A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8241A is #17DBE5. Grayscale: #5D5D5D. Windows color (decimal): -1563622 or 1713384. OLE color: 1713384.
HSL color Cylindrical-coordinate representation of color #E8241A: hue angle of 2.91º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E8241A is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 36 | 26 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.09 |
| HSL | 2.91º | 0.82% | 0.51% | - |
| HSV(B) | 2.91º | 0.89% | 0.91% | - |
| XYZ | 34.1 | 18.49 | 2.75 | - |
| YUV | 93.46 | 89.93 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 36 | 26 | 0 | 0.84 | 0.89 | 0.09 | 2.91 | 0.82 | 0.51 |
| Hex | E8 | 24 | 1A | 0 | 54 | 59 | 9 | 3 | 52 | 33 |
| Octal | 350 | 44 | 32 | 0 | 124 | 131 | 11 | 3 | 122 | 63 |
| Binary | 11101000 | 100100 | 11010 | 0 | 1010100 | 1011001 | 1001 | 11 | 1010010 | 110011 |
Color Harmonies of #E8241A
Complementary color
Monochromatic Colors of #E8241A
Black with #E8241A
Text Example
Text Example
White with #E8241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8241A; }
p { color: rgb(232,36,26); }
H1.HeaderClassName
{
color: #E8241A;
}
.AnyTagClassName
{
color: #E8241A;
}
</style>
background-color css
<style>
a { background-color: #E8241A; }
a { background-color: rgb(232,36,26); }
div.DivClassName
{
background-color: #E8241A;
}
.BgClassName
{
background-color: #E8241A;
}
</style>
border-color css
<style>
span { border-color: #E8241A; }
span { border-color: rgb(232,36,26); }
td.TdClassName
{
border-color: #E8241A;
}
.TagClassName
{
border-color: #E8241A;
}
</style>