Shades of Scarlet #E8241B
Tints of Scarlet #E8241B
RGB
CMYK
RGB Variations
Color information
#E8241B (or 0xE8241B) is known color: Scarlet. HEX triplet: E8, 24 and 1B. RGB value is (232,36,27). Sum of RGB (Red+Green+Blue) = 232+36+27=295 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.64% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 232 - color contains mainly: red. Hex color #E8241B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8241B is #17DBE4. Grayscale: #5D5D5D. Windows color (decimal): -1563621 or 1778920. OLE color: 1778920.
HSL color Cylindrical-coordinate representation of color #E8241B: hue angle of 2.63º 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 #E8241B is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 36 | 27 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.09 |
| HSL | 2.63º | 0.82% | 0.51% | - |
| HSV(B) | 2.63º | 0.88% | 0.91% | - |
| XYZ | 34.11 | 18.5 | 2.81 | - |
| YUV | 93.58 | 90.43 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 36 | 27 | 0 | 0.84 | 0.88 | 0.09 | 2.63 | 0.82 | 0.51 |
| Hex | E8 | 24 | 1B | 0 | 54 | 58 | 9 | 3 | 52 | 33 |
| Octal | 350 | 44 | 33 | 0 | 124 | 130 | 11 | 3 | 122 | 63 |
| Binary | 11101000 | 100100 | 11011 | 0 | 1010100 | 1011000 | 1001 | 11 | 1010010 | 110011 |
Color Harmonies of #E8241B
Complementary color
Monochromatic Colors of #E8241B
Black with #E8241B
Text Example
Text Example
White with #E8241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8241B; }
p { color: rgb(232,36,27); }
H1.HeaderClassName
{
color: #E8241B;
}
.AnyTagClassName
{
color: #E8241B;
}
</style>
background-color css
<style>
a { background-color: #E8241B; }
a { background-color: rgb(232,36,27); }
div.DivClassName
{
background-color: #E8241B;
}
.BgClassName
{
background-color: #E8241B;
}
</style>
border-color css
<style>
span { border-color: #E8241B; }
span { border-color: rgb(232,36,27); }
td.TdClassName
{
border-color: #E8241B;
}
.TagClassName
{
border-color: #E8241B;
}
</style>