Shades of Scarlet #E8231B
Tints of Scarlet #E8231B
RGB
CMYK
RGB Variations
Color information
#E8231B (or 0xE8231B) is known color: Scarlet. HEX triplet: E8, 23 and 1B. RGB value is (232,35,27). Sum of RGB (Red+Green+Blue) = 232+35+27=294 (38% of max value = 765). Red value is 232 (91.02% from 255 or 78.91% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 232 - color contains mainly: red. Hex color #E8231B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8231B is #17DCE4. Grayscale: #5D5D5D. Windows color (decimal): -1563877 or 1778664. OLE color: 1778664.
HSL color Cylindrical-coordinate representation of color #E8231B: hue angle of 2.34º 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 #E8231B is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 35 | 27 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.09 |
| HSL | 2.34º | 0.82% | 0.51% | - |
| HSV(B) | 2.34º | 0.88% | 0.91% | - |
| XYZ | 34.08 | 18.44 | 2.8 | - |
| YUV | 92.99 | 90.77 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 35 | 27 | 0 | 0.85 | 0.88 | 0.09 | 2.34 | 0.82 | 0.51 |
| Hex | E8 | 23 | 1B | 0 | 55 | 58 | 9 | 2 | 52 | 33 |
| Octal | 350 | 43 | 33 | 0 | 125 | 130 | 11 | 2 | 122 | 63 |
| Binary | 11101000 | 100011 | 11011 | 0 | 1010101 | 1011000 | 1001 | 10 | 1010010 | 110011 |
Color Harmonies of #E8231B
Complementary color
Monochromatic Colors of #E8231B
Black with #E8231B
Text Example
Text Example
White with #E8231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8231B; }
p { color: rgb(232,35,27); }
H1.HeaderClassName
{
color: #E8231B;
}
.AnyTagClassName
{
color: #E8231B;
}
</style>
background-color css
<style>
a { background-color: #E8231B; }
a { background-color: rgb(232,35,27); }
div.DivClassName
{
background-color: #E8231B;
}
.BgClassName
{
background-color: #E8231B;
}
</style>
border-color css
<style>
span { border-color: #E8231B; }
span { border-color: rgb(232,35,27); }
td.TdClassName
{
border-color: #E8231B;
}
.TagClassName
{
border-color: #E8231B;
}
</style>