Shades of Scarlet #E82D11
Tints of Scarlet #E82D11
RGB
CMYK
RGB Variations
Color information
#E82D11 (or 0xE82D11) is known color: Scarlet. HEX triplet: E8, 2D and 11. RGB value is (232,45,17). Sum of RGB (Red+Green+Blue) = 232+45+17=294 (38% of max value = 765). Red value is 232 (91.02% from 255 or 78.91% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 232 - color contains mainly: red. Hex color #E82D11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82D11 is #17D2EE. Grayscale: #626262. Windows color (decimal): -1561327 or 1125864. OLE color: 1125864.
HSL color Cylindrical-coordinate representation of color #E82D11: hue angle of 7.81º 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 #E82D11 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 45 | 17 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.09 |
| HSL | 7.81º | 0.86% | 0.49% | - |
| HSV(B) | 7.81º | 0.93% | 0.91% | - |
| XYZ | 34.32 | 19.07 | 2.4 | - |
| YUV | 97.72 | 82.45 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 45 | 17 | 0 | 0.81 | 0.93 | 0.09 | 7.81 | 0.86 | 0.49 |
| Hex | E8 | 2D | 11 | 0 | 51 | 5D | 9 | 8 | 56 | 31 |
| Octal | 350 | 55 | 21 | 0 | 121 | 135 | 11 | 10 | 126 | 61 |
| Binary | 11101000 | 101101 | 10001 | 0 | 1010001 | 1011101 | 1001 | 1000 | 1010110 | 110001 |
Color Harmonies of #E82D11
Complementary color
Monochromatic Colors of #E82D11
Black with #E82D11
Text Example
Text Example
White with #E82D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82D11; }
p { color: rgb(232,45,17); }
H1.HeaderClassName
{
color: #E82D11;
}
.AnyTagClassName
{
color: #E82D11;
}
</style>
background-color css
<style>
a { background-color: #E82D11; }
a { background-color: rgb(232,45,17); }
div.DivClassName
{
background-color: #E82D11;
}
.BgClassName
{
background-color: #E82D11;
}
</style>
border-color css
<style>
span { border-color: #E82D11; }
span { border-color: rgb(232,45,17); }
td.TdClassName
{
border-color: #E82D11;
}
.TagClassName
{
border-color: #E82D11;
}
</style>