Shades of Scarlet #E8260C
Tints of Scarlet #E8260C
RGB
CMYK
RGB Variations
Color information
#E8260C (or 0xE8260C) is known color: Scarlet. HEX triplet: E8, 26 and 0C. RGB value is (232,38,12). Sum of RGB (Red+Green+Blue) = 232+38+12=282 (37% of max value = 765). Red value is 232 (91.02% from 255 or 82.27% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 232 - color contains mainly: red. Hex color #E8260C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8260C is #17D9F3. Grayscale: #5D5D5D. Windows color (decimal): -1563124 or 796392. OLE color: 796392.
HSL color Cylindrical-coordinate representation of color #E8260C: hue angle of 7.09º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E8260C is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 38 | 12 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.09 |
| HSL | 7.09º | 0.9% | 0.48% | - |
| HSV(B) | 7.09º | 0.95% | 0.91% | - |
| XYZ | 34.04 | 18.57 | 2.14 | - |
| YUV | 93.04 | 82.27 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 38 | 12 | 0 | 0.84 | 0.95 | 0.09 | 7.09 | 0.9 | 0.48 |
| Hex | E8 | 26 | C | 0 | 54 | 5F | 9 | 7 | 5A | 30 |
| Octal | 350 | 46 | 14 | 0 | 124 | 137 | 11 | 7 | 132 | 60 |
| Binary | 11101000 | 100110 | 1100 | 0 | 1010100 | 1011111 | 1001 | 111 | 1011010 | 110000 |
Color Harmonies of #E8260C
Complementary color
Monochromatic Colors of #E8260C
Black with #E8260C
Text Example
Text Example
White with #E8260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8260C; }
p { color: rgb(232,38,12); }
H1.HeaderClassName
{
color: #E8260C;
}
.AnyTagClassName
{
color: #E8260C;
}
</style>
background-color css
<style>
a { background-color: #E8260C; }
a { background-color: rgb(232,38,12); }
div.DivClassName
{
background-color: #E8260C;
}
.BgClassName
{
background-color: #E8260C;
}
</style>
border-color css
<style>
span { border-color: #E8260C; }
span { border-color: rgb(232,38,12); }
td.TdClassName
{
border-color: #E8260C;
}
.TagClassName
{
border-color: #E8260C;
}
</style>