Shades of Scarlet #E82610
Tints of Scarlet #E82610
RGB
CMYK
RGB Variations
Color information
#E82610 (or 0xE82610) is known color: Scarlet. HEX triplet: E8, 26 and 10. RGB value is (232,38,16). Sum of RGB (Red+Green+Blue) = 232+38+16=286 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.12% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 232 - color contains mainly: red. Hex color #E82610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82610 is #17D9EF. Grayscale: #5D5D5D. Windows color (decimal): -1563120 or 1058536. OLE color: 1058536.
HSL color Cylindrical-coordinate representation of color #E82610: hue angle of 6.11º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E82610 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 38 | 16 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.09 |
| HSL | 6.11º | 0.87% | 0.49% | - |
| HSV(B) | 6.11º | 0.93% | 0.91% | - |
| XYZ | 34.07 | 18.58 | 2.28 | - |
| YUV | 93.5 | 84.27 | 226.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 38 | 16 | 0 | 0.84 | 0.93 | 0.09 | 6.11 | 0.87 | 0.49 |
| Hex | E8 | 26 | 10 | 0 | 54 | 5D | 9 | 6 | 57 | 31 |
| Octal | 350 | 46 | 20 | 0 | 124 | 135 | 11 | 6 | 127 | 61 |
| Binary | 11101000 | 100110 | 10000 | 0 | 1010100 | 1011101 | 1001 | 110 | 1010111 | 110001 |
Color Harmonies of #E82610
Complementary color
Monochromatic Colors of #E82610
Black with #E82610
Text Example
Text Example
White with #E82610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82610; }
p { color: rgb(232,38,16); }
H1.HeaderClassName
{
color: #E82610;
}
.AnyTagClassName
{
color: #E82610;
}
</style>
background-color css
<style>
a { background-color: #E82610; }
a { background-color: rgb(232,38,16); }
div.DivClassName
{
background-color: #E82610;
}
.BgClassName
{
background-color: #E82610;
}
</style>
border-color css
<style>
span { border-color: #E82610; }
span { border-color: rgb(232,38,16); }
td.TdClassName
{
border-color: #E82610;
}
.TagClassName
{
border-color: #E82610;
}
</style>