Shades of Scarlet #E82A16
Tints of Scarlet #E82A16
RGB
CMYK
RGB Variations
Color information
#E82A16 (or 0xE82A16) is known color: Scarlet. HEX triplet: E8, 2A and 16. RGB value is (232,42,22). Sum of RGB (Red+Green+Blue) = 232+42+22=296 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.38% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 232 - color contains mainly: red. Hex color #E82A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82A16 is #17D5E9. Grayscale: #606060. Windows color (decimal): -1562090 or 1452776. OLE color: 1452776.
HSL color Cylindrical-coordinate representation of color #E82A16: hue angle of 5.71º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E82A16 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 42 | 22 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.09 |
| HSL | 5.71º | 0.83% | 0.5% | - |
| HSV(B) | 5.71º | 0.91% | 0.91% | - |
| XYZ | 34.25 | 18.87 | 2.6 | - |
| YUV | 96.53 | 85.95 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 42 | 22 | 0 | 0.82 | 0.91 | 0.09 | 5.71 | 0.83 | 0.5 |
| Hex | E8 | 2A | 16 | 0 | 52 | 5B | 9 | 6 | 53 | 32 |
| Octal | 350 | 52 | 26 | 0 | 122 | 133 | 11 | 6 | 123 | 62 |
| Binary | 11101000 | 101010 | 10110 | 0 | 1010010 | 1011011 | 1001 | 110 | 1010011 | 110010 |
Color Harmonies of #E82A16
Complementary color
Monochromatic Colors of #E82A16
Black with #E82A16
Text Example
Text Example
White with #E82A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82A16; }
p { color: rgb(232,42,22); }
H1.HeaderClassName
{
color: #E82A16;
}
.AnyTagClassName
{
color: #E82A16;
}
</style>
background-color css
<style>
a { background-color: #E82A16; }
a { background-color: rgb(232,42,22); }
div.DivClassName
{
background-color: #E82A16;
}
.BgClassName
{
background-color: #E82A16;
}
</style>
border-color css
<style>
span { border-color: #E82A16; }
span { border-color: rgb(232,42,22); }
td.TdClassName
{
border-color: #E82A16;
}
.TagClassName
{
border-color: #E82A16;
}
</style>