Shades of Scarlet #E81B00
Tints of Scarlet #E81B00
RGB
CMYK
RGB Variations
Color information
#E81B00 (or 0xE81B00) is known color: Scarlet. HEX triplet: E8, 1B and 00. RGB value is (232,27,0). Sum of RGB (Red+Green+Blue) = 232+27+0=259 (34% of max value = 765). Red value is 232 (91.02% from 255 or 89.58% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E81B00 is #17E4FF. Grayscale: #555555. Windows color (decimal): -1565952 or 7144. OLE color: 7144.
HSL color Cylindrical-coordinate representation of color #E81B00: hue angle of 6.98º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E81B00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 27 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.09 |
| HSL | 6.98º | 1% | 0.45% | - |
| HSV(B) | 6.98º | 1% | 0.91% | - |
| XYZ | 33.67 | 17.94 | 1.69 | - |
| YUV | 85.22 | 79.92 | 232.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 27 | 0 | 0 | 0.88 | 1 | 0.09 | 6.98 | 1 | 0.45 |
| Hex | E8 | 1B | 0 | 0 | 58 | 64 | 9 | 7 | 64 | 2D |
| Octal | 350 | 33 | 0 | 0 | 130 | 144 | 11 | 7 | 144 | 55 |
| Binary | 11101000 | 11011 | 0 | 0 | 1011000 | 1100100 | 1001 | 111 | 1100100 | 101101 |
Color Harmonies of #E81B00
Complementary color
Monochromatic Colors of #E81B00
Black with #E81B00
Text Example
Text Example
White with #E81B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81B00; }
p { color: rgb(232,27,0); }
H1.HeaderClassName
{
color: #E81B00;
}
.AnyTagClassName
{
color: #E81B00;
}
</style>
background-color css
<style>
a { background-color: #E81B00; }
a { background-color: rgb(232,27,0); }
div.DivClassName
{
background-color: #E81B00;
}
.BgClassName
{
background-color: #E81B00;
}
</style>
border-color css
<style>
span { border-color: #E81B00; }
span { border-color: rgb(232,27,0); }
td.TdClassName
{
border-color: #E81B00;
}
.TagClassName
{
border-color: #E81B00;
}
</style>