Shades of Scarlet #E82C11
Tints of Scarlet #E82C11
RGB
CMYK
RGB Variations
Color information
#E82C11 (or 0xE82C11) is known color: Scarlet. HEX triplet: E8, 2C and 11. RGB value is (232,44,17). Sum of RGB (Red+Green+Blue) = 232+44+17=293 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.18% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 232 - color contains mainly: red. Hex color #E82C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82C11 is #17D3EE. Grayscale: #616161. Windows color (decimal): -1561583 or 1125608. OLE color: 1125608.
HSL color Cylindrical-coordinate representation of color #E82C11: hue angle of 7.53º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E82C11 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 44 | 17 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.09 |
| HSL | 7.53º | 0.86% | 0.49% | - |
| HSV(B) | 7.53º | 0.93% | 0.91% | - |
| XYZ | 34.28 | 19 | 2.39 | - |
| YUV | 97.13 | 82.78 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 44 | 17 | 0 | 0.81 | 0.93 | 0.09 | 7.53 | 0.86 | 0.49 |
| Hex | E8 | 2C | 11 | 0 | 51 | 5D | 9 | 8 | 56 | 31 |
| Octal | 350 | 54 | 21 | 0 | 121 | 135 | 11 | 10 | 126 | 61 |
| Binary | 11101000 | 101100 | 10001 | 0 | 1010001 | 1011101 | 1001 | 1000 | 1010110 | 110001 |
Color Harmonies of #E82C11
Complementary color
Monochromatic Colors of #E82C11
Black with #E82C11
Text Example
Text Example
White with #E82C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82C11; }
p { color: rgb(232,44,17); }
H1.HeaderClassName
{
color: #E82C11;
}
.AnyTagClassName
{
color: #E82C11;
}
</style>
background-color css
<style>
a { background-color: #E82C11; }
a { background-color: rgb(232,44,17); }
div.DivClassName
{
background-color: #E82C11;
}
.BgClassName
{
background-color: #E82C11;
}
</style>
border-color css
<style>
span { border-color: #E82C11; }
span { border-color: rgb(232,44,17); }
td.TdClassName
{
border-color: #E82C11;
}
.TagClassName
{
border-color: #E82C11;
}
</style>