Shades of Scarlet #E83102
Tints of Scarlet #E83102
RGB
CMYK
RGB Variations
Color information
#E83102 (or 0xE83102) is known color: Scarlet. HEX triplet: E8, 31 and 02. RGB value is (232,49,2). Sum of RGB (Red+Green+Blue) = 232+49+2=283 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.98% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 232 - color contains mainly: red. Hex color #E83102 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E83102 is #17CEFD. Grayscale: #626262. Windows color (decimal): -1560318 or 143848. OLE color: 143848.
HSL color Cylindrical-coordinate representation of color #E83102: hue angle of 12.26º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E83102 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 49 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.09 |
| HSL | 12.26º | 0.98% | 0.46% | - |
| HSV(B) | 12.26º | 0.99% | 0.91% | - |
| XYZ | 34.39 | 19.36 | 1.98 | - |
| YUV | 98.36 | 73.63 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 49 | 2 | 0 | 0.79 | 0.99 | 0.09 | 12.26 | 0.98 | 0.46 |
| Hex | E8 | 31 | 2 | 0 | 4F | 63 | 9 | C | 62 | 2E |
| Octal | 350 | 61 | 2 | 0 | 117 | 143 | 11 | 14 | 142 | 56 |
| Binary | 11101000 | 110001 | 10 | 0 | 1001111 | 1100011 | 1001 | 1100 | 1100010 | 101110 |
Color Harmonies of #E83102
Complementary color
Monochromatic Colors of #E83102
Black with #E83102
Text Example
Text Example
White with #E83102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83102; }
p { color: rgb(232,49,2); }
H1.HeaderClassName
{
color: #E83102;
}
.AnyTagClassName
{
color: #E83102;
}
</style>
background-color css
<style>
a { background-color: #E83102; }
a { background-color: rgb(232,49,2); }
div.DivClassName
{
background-color: #E83102;
}
.BgClassName
{
background-color: #E83102;
}
</style>
border-color css
<style>
span { border-color: #E83102; }
span { border-color: rgb(232,49,2); }
td.TdClassName
{
border-color: #E83102;
}
.TagClassName
{
border-color: #E83102;
}
</style>