Shades of Scarlet #E82D0A
Tints of Scarlet #E82D0A
RGB
CMYK
RGB Variations
Color information
#E82D0A (or 0xE82D0A) is known color: Scarlet. HEX triplet: E8, 2D and 0A. RGB value is (232,45,10). Sum of RGB (Red+Green+Blue) = 232+45+10=287 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.84% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 232 - color contains mainly: red. Hex color #E82D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82D0A is #17D2F5. Grayscale: #616161. Windows color (decimal): -1561334 or 667112. OLE color: 667112.
HSL color Cylindrical-coordinate representation of color #E82D0A: hue angle of 9.46º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E82D0A is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 45 | 10 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.09 |
| HSL | 9.46º | 0.92% | 0.47% | - |
| HSV(B) | 9.46º | 0.96% | 0.91% | - |
| XYZ | 34.27 | 19.05 | 2.16 | - |
| YUV | 96.92 | 78.95 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 45 | 10 | 0 | 0.81 | 0.96 | 0.09 | 9.46 | 0.92 | 0.47 |
| Hex | E8 | 2D | A | 0 | 51 | 60 | 9 | 9 | 5C | 2F |
| Octal | 350 | 55 | 12 | 0 | 121 | 140 | 11 | 11 | 134 | 57 |
| Binary | 11101000 | 101101 | 1010 | 0 | 1010001 | 1100000 | 1001 | 1001 | 1011100 | 101111 |
Color Harmonies of #E82D0A
Complementary color
Monochromatic Colors of #E82D0A
Black with #E82D0A
Text Example
Text Example
White with #E82D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82D0A; }
p { color: rgb(232,45,10); }
H1.HeaderClassName
{
color: #E82D0A;
}
.AnyTagClassName
{
color: #E82D0A;
}
</style>
background-color css
<style>
a { background-color: #E82D0A; }
a { background-color: rgb(232,45,10); }
div.DivClassName
{
background-color: #E82D0A;
}
.BgClassName
{
background-color: #E82D0A;
}
</style>
border-color css
<style>
span { border-color: #E82D0A; }
span { border-color: rgb(232,45,10); }
td.TdClassName
{
border-color: #E82D0A;
}
.TagClassName
{
border-color: #E82D0A;
}
</style>