Shades of Scarlet #E82702
Tints of Scarlet #E82702
RGB
CMYK
RGB Variations
Color information
#E82702 (or 0xE82702) is known color: Scarlet. HEX triplet: E8, 27 and 02. RGB value is (232,39,2). Sum of RGB (Red+Green+Blue) = 232+39+2=273 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.98% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 232 - color contains mainly: red. Hex color #E82702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82702 is #17D8FD. Grayscale: #5C5C5C. Windows color (decimal): -1562878 or 141288. OLE color: 141288.
HSL color Cylindrical-coordinate representation of color #E82702: hue angle of 9.65º 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 #E82702 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 39 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.09 |
| HSL | 9.65º | 0.98% | 0.46% | - |
| HSV(B) | 9.65º | 0.99% | 0.91% | - |
| XYZ | 34.02 | 18.61 | 1.86 | - |
| YUV | 92.49 | 76.94 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 39 | 2 | 0 | 0.83 | 0.99 | 0.09 | 9.65 | 0.98 | 0.46 |
| Hex | E8 | 27 | 2 | 0 | 53 | 63 | 9 | A | 62 | 2E |
| Octal | 350 | 47 | 2 | 0 | 123 | 143 | 11 | 12 | 142 | 56 |
| Binary | 11101000 | 100111 | 10 | 0 | 1010011 | 1100011 | 1001 | 1010 | 1100010 | 101110 |
Color Harmonies of #E82702
Complementary color
Monochromatic Colors of #E82702
Black with #E82702
Text Example
Text Example
White with #E82702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82702; }
p { color: rgb(232,39,2); }
H1.HeaderClassName
{
color: #E82702;
}
.AnyTagClassName
{
color: #E82702;
}
</style>
background-color css
<style>
a { background-color: #E82702; }
a { background-color: rgb(232,39,2); }
div.DivClassName
{
background-color: #E82702;
}
.BgClassName
{
background-color: #E82702;
}
</style>
border-color css
<style>
span { border-color: #E82702; }
span { border-color: rgb(232,39,2); }
td.TdClassName
{
border-color: #E82702;
}
.TagClassName
{
border-color: #E82702;
}
</style>