Shades of Scarlet #E81F02
Tints of Scarlet #E81F02
RGB
CMYK
RGB Variations
Color information
#E81F02 (or 0xE81F02) is known color: Scarlet. HEX triplet: E8, 1F and 02. RGB value is (232,31,2). Sum of RGB (Red+Green+Blue) = 232+31+2=265 (35% of max value = 765). Red value is 232 (91.02% from 255 or 87.55% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 232 - color contains mainly: red. Hex color #E81F02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E81F02 is #17E0FD. Grayscale: #585858. Windows color (decimal): -1564926 or 139240. OLE color: 139240.
HSL color Cylindrical-coordinate representation of color #E81F02: hue angle of 7.57º 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 #E81F02 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 31 | 2 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.09 |
| HSL | 7.57º | 0.98% | 0.46% | - |
| HSV(B) | 7.57º | 0.99% | 0.91% | - |
| XYZ | 33.78 | 18.14 | 1.78 | - |
| YUV | 87.79 | 79.59 | 230.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 31 | 2 | 0 | 0.87 | 0.99 | 0.09 | 7.57 | 0.98 | 0.46 |
| Hex | E8 | 1F | 2 | 0 | 57 | 63 | 9 | 8 | 62 | 2E |
| Octal | 350 | 37 | 2 | 0 | 127 | 143 | 11 | 10 | 142 | 56 |
| Binary | 11101000 | 11111 | 10 | 0 | 1010111 | 1100011 | 1001 | 1000 | 1100010 | 101110 |
Color Harmonies of #E81F02
Complementary color
Monochromatic Colors of #E81F02
Black with #E81F02
Text Example
Text Example
White with #E81F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81F02; }
p { color: rgb(232,31,2); }
H1.HeaderClassName
{
color: #E81F02;
}
.AnyTagClassName
{
color: #E81F02;
}
</style>
background-color css
<style>
a { background-color: #E81F02; }
a { background-color: rgb(232,31,2); }
div.DivClassName
{
background-color: #E81F02;
}
.BgClassName
{
background-color: #E81F02;
}
</style>
border-color css
<style>
span { border-color: #E81F02; }
span { border-color: rgb(232,31,2); }
td.TdClassName
{
border-color: #E81F02;
}
.TagClassName
{
border-color: #E81F02;
}
</style>