Shades of Scarlet #E82006
Tints of Scarlet #E82006
RGB
CMYK
RGB Variations
Color information
#E82006 (or 0xE82006) is known color: Scarlet. HEX triplet: E8, 20 and 06. RGB value is (232,32,6). Sum of RGB (Red+Green+Blue) = 232+32+6=270 (35% of max value = 765). Red value is 232 (91.02% from 255 or 85.93% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 232 - color contains mainly: red. Hex color #E82006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82006 is #17DFF9. Grayscale: #595959. Windows color (decimal): -1564666 or 401640. OLE color: 401640.
HSL color Cylindrical-coordinate representation of color #E82006: hue angle of 6.9º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E82006 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 32 | 6 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.09 |
| HSL | 6.9º | 0.95% | 0.47% | - |
| HSV(B) | 6.9º | 0.97% | 0.91% | - |
| XYZ | 33.83 | 18.2 | 1.9 | - |
| YUV | 88.84 | 81.26 | 230.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 6 | 0 | 0.86 | 0.97 | 0.09 | 6.9 | 0.95 | 0.47 |
| Hex | E8 | 20 | 6 | 0 | 56 | 61 | 9 | 7 | 5F | 2F |
| Octal | 350 | 40 | 6 | 0 | 126 | 141 | 11 | 7 | 137 | 57 |
| Binary | 11101000 | 100000 | 110 | 0 | 1010110 | 1100001 | 1001 | 111 | 1011111 | 101111 |
Color Harmonies of #E82006
Complementary color
Monochromatic Colors of #E82006
Black with #E82006
Text Example
Text Example
White with #E82006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82006; }
p { color: rgb(232,32,6); }
H1.HeaderClassName
{
color: #E82006;
}
.AnyTagClassName
{
color: #E82006;
}
</style>
background-color css
<style>
a { background-color: #E82006; }
a { background-color: rgb(232,32,6); }
div.DivClassName
{
background-color: #E82006;
}
.BgClassName
{
background-color: #E82006;
}
</style>
border-color css
<style>
span { border-color: #E82006; }
span { border-color: rgb(232,32,6); }
td.TdClassName
{
border-color: #E82006;
}
.TagClassName
{
border-color: #E82006;
}
</style>