Shades of Scarlet #E82A05
Tints of Scarlet #E82A05
RGB
CMYK
RGB Variations
Color information
#E82A05 (or 0xE82A05) is known color: Scarlet. HEX triplet: E8, 2A and 05. RGB value is (232,42,5). Sum of RGB (Red+Green+Blue) = 232+42+5=279 (36% of max value = 765). Red value is 232 (91.02% from 255 or 83.15% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 232 - color contains mainly: red. Hex color #E82A05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82A05 is #17D5FA. Grayscale: #5E5E5E. Windows color (decimal): -1562107 or 338664. OLE color: 338664.
HSL color Cylindrical-coordinate representation of color #E82A05: hue angle of 9.78º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E82A05 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 42 | 5 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.09 |
| HSL | 9.78º | 0.96% | 0.46% | - |
| HSV(B) | 9.78º | 0.98% | 0.91% | - |
| XYZ | 34.13 | 18.82 | 1.98 | - |
| YUV | 94.59 | 77.45 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 42 | 5 | 0 | 0.82 | 0.98 | 0.09 | 9.78 | 0.96 | 0.46 |
| Hex | E8 | 2A | 5 | 0 | 52 | 62 | 9 | A | 60 | 2E |
| Octal | 350 | 52 | 5 | 0 | 122 | 142 | 11 | 12 | 140 | 56 |
| Binary | 11101000 | 101010 | 101 | 0 | 1010010 | 1100010 | 1001 | 1010 | 1100000 | 101110 |
Color Harmonies of #E82A05
Complementary color
Monochromatic Colors of #E82A05
Black with #E82A05
Text Example
Text Example
White with #E82A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82A05; }
p { color: rgb(232,42,5); }
H1.HeaderClassName
{
color: #E82A05;
}
.AnyTagClassName
{
color: #E82A05;
}
</style>
background-color css
<style>
a { background-color: #E82A05; }
a { background-color: rgb(232,42,5); }
div.DivClassName
{
background-color: #E82A05;
}
.BgClassName
{
background-color: #E82A05;
}
</style>
border-color css
<style>
span { border-color: #E82A05; }
span { border-color: rgb(232,42,5); }
td.TdClassName
{
border-color: #E82A05;
}
.TagClassName
{
border-color: #E82A05;
}
</style>