Shades of Scarlet #E81B01
Tints of Scarlet #E81B01
RGB
CMYK
RGB Variations
Color information
#E81B01 (or 0xE81B01) is known color: Scarlet. HEX triplet: E8, 1B and 01. RGB value is (232,27,1). Sum of RGB (Red+Green+Blue) = 232+27+1=260 (34% of max value = 765). Red value is 232 (91.02% from 255 or 89.23% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E81B01 is #17E4FE. Grayscale: #555555. Windows color (decimal): -1565951 or 72680. OLE color: 72680.
HSL color Cylindrical-coordinate representation of color #E81B01: hue angle of 6.75º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E81B01 is Cyan = 0, Magento = 0.88, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 27 | 1 | - |
| CMYK | 0 | 0.88 | 1.00 | 0.09 |
| HSL | 6.75º | 0.99% | 0.46% | - |
| HSV(B) | 6.75º | 1% | 0.91% | - |
| XYZ | 33.68 | 17.94 | 1.72 | - |
| YUV | 85.33 | 80.42 | 232.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 27 | 1 | 0 | 0.88 | 1.00 | 0.09 | 6.75 | 0.99 | 0.46 |
| Hex | E8 | 1B | 1 | 0 | 58 | 64 | 9 | 7 | 63 | 2E |
| Octal | 350 | 33 | 1 | 0 | 130 | 144 | 11 | 7 | 143 | 56 |
| Binary | 11101000 | 11011 | 1 | 0 | 1011000 | 1100100 | 1001 | 111 | 1100011 | 101110 |
Color Harmonies of #E81B01
Complementary color
Monochromatic Colors of #E81B01
Black with #E81B01
Text Example
Text Example
White with #E81B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81B01; }
p { color: rgb(232,27,1); }
H1.HeaderClassName
{
color: #E81B01;
}
.AnyTagClassName
{
color: #E81B01;
}
</style>
background-color css
<style>
a { background-color: #E81B01; }
a { background-color: rgb(232,27,1); }
div.DivClassName
{
background-color: #E81B01;
}
.BgClassName
{
background-color: #E81B01;
}
</style>
border-color css
<style>
span { border-color: #E81B01; }
span { border-color: rgb(232,27,1); }
td.TdClassName
{
border-color: #E81B01;
}
.TagClassName
{
border-color: #E81B01;
}
</style>