Shades of Scarlet #E82D04
Tints of Scarlet #E82D04
RGB
CMYK
RGB Variations
Color information
#E82D04 (or 0xE82D04) is known color: Scarlet. HEX triplet: E8, 2D and 04. RGB value is (232,45,4). Sum of RGB (Red+Green+Blue) = 232+45+4=281 (37% of max value = 765). Red value is 232 (91.02% from 255 or 82.56% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 232 - color contains mainly: red. Hex color #E82D04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82D04 is #17D2FB. Grayscale: #606060. Windows color (decimal): -1561340 or 273896. OLE color: 273896.
HSL color Cylindrical-coordinate representation of color #E82D04: hue angle of 10.79º 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 #E82D04 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 45 | 4 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.09 |
| HSL | 10.79º | 0.97% | 0.46% | - |
| HSV(B) | 10.79º | 0.98% | 0.91% | - |
| XYZ | 34.24 | 19.04 | 1.99 | - |
| YUV | 96.24 | 75.95 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 45 | 4 | 0 | 0.81 | 0.98 | 0.09 | 10.79 | 0.97 | 0.46 |
| Hex | E8 | 2D | 4 | 0 | 51 | 62 | 9 | B | 61 | 2E |
| Octal | 350 | 55 | 4 | 0 | 121 | 142 | 11 | 13 | 141 | 56 |
| Binary | 11101000 | 101101 | 100 | 0 | 1010001 | 1100010 | 1001 | 1011 | 1100001 | 101110 |
Color Harmonies of #E82D04
Complementary color
Monochromatic Colors of #E82D04
Black with #E82D04
Text Example
Text Example
White with #E82D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82D04; }
p { color: rgb(232,45,4); }
H1.HeaderClassName
{
color: #E82D04;
}
.AnyTagClassName
{
color: #E82D04;
}
</style>
background-color css
<style>
a { background-color: #E82D04; }
a { background-color: rgb(232,45,4); }
div.DivClassName
{
background-color: #E82D04;
}
.BgClassName
{
background-color: #E82D04;
}
</style>
border-color css
<style>
span { border-color: #E82D04; }
span { border-color: rgb(232,45,4); }
td.TdClassName
{
border-color: #E82D04;
}
.TagClassName
{
border-color: #E82D04;
}
</style>