Shades of Scarlet #E82804
Tints of Scarlet #E82804
RGB
CMYK
RGB Variations
Color information
#E82804 (or 0xE82804) is known color: Scarlet. HEX triplet: E8, 28 and 04. RGB value is (232,40,4). Sum of RGB (Red+Green+Blue) = 232+40+4=276 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.06% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 232 - color contains mainly: red. Hex color #E82804 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82804 is #17D7FB. Grayscale: #5D5D5D. Windows color (decimal): -1562620 or 272616. OLE color: 272616.
HSL color Cylindrical-coordinate representation of color #E82804: hue angle of 9.47º degrees, saturation: 0.97, 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 #E82804 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 40 | 4 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.09 |
| HSL | 9.47º | 0.97% | 0.46% | - |
| HSV(B) | 9.47º | 0.98% | 0.91% | - |
| XYZ | 34.06 | 18.68 | 1.93 | - |
| YUV | 93.3 | 77.61 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 40 | 4 | 0 | 0.83 | 0.98 | 0.09 | 9.47 | 0.97 | 0.46 |
| Hex | E8 | 28 | 4 | 0 | 53 | 62 | 9 | 9 | 61 | 2E |
| Octal | 350 | 50 | 4 | 0 | 123 | 142 | 11 | 11 | 141 | 56 |
| Binary | 11101000 | 101000 | 100 | 0 | 1010011 | 1100010 | 1001 | 1001 | 1100001 | 101110 |
Color Harmonies of #E82804
Complementary color
Monochromatic Colors of #E82804
Black with #E82804
Text Example
Text Example
White with #E82804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82804; }
p { color: rgb(232,40,4); }
H1.HeaderClassName
{
color: #E82804;
}
.AnyTagClassName
{
color: #E82804;
}
</style>
background-color css
<style>
a { background-color: #E82804; }
a { background-color: rgb(232,40,4); }
div.DivClassName
{
background-color: #E82804;
}
.BgClassName
{
background-color: #E82804;
}
</style>
border-color css
<style>
span { border-color: #E82804; }
span { border-color: rgb(232,40,4); }
td.TdClassName
{
border-color: #E82804;
}
.TagClassName
{
border-color: #E82804;
}
</style>