Shades of Scarlet #E81B1B
Tints of Scarlet #E81B1B
RGB
CMYK
RGB Variations
Color information
#E81B1B (or 0xE81B1B) is known color: Scarlet. HEX triplet: E8, 1B and 1B. RGB value is (232,27,27). Sum of RGB (Red+Green+Blue) = 232+27+27=286 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.12% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81B1B is #17E4E4. Grayscale: #585858. Windows color (decimal): -1565925 or 1776616. OLE color: 1776616.
HSL color Cylindrical-coordinate representation of color #E81B1B: hue angle of 0º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81B1B is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 27 | 27 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.09 |
| HSL | 0º | 0.82% | 0.51% | - |
| HSV(B) | 0º | 0.88% | 0.91% | - |
| XYZ | 33.87 | 18.02 | 2.73 | - |
| YUV | 88.3 | 93.42 | 230.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 27 | 27 | 0 | 0.88 | 0.88 | 0.09 | 0 | 0.82 | 0.51 |
| Hex | E8 | 1B | 1B | 0 | 58 | 58 | 9 | 0 | 52 | 33 |
| Octal | 350 | 33 | 33 | 0 | 130 | 130 | 11 | 0 | 122 | 63 |
| Binary | 11101000 | 11011 | 11011 | 0 | 1011000 | 1011000 | 1001 | 0 | 1010010 | 110011 |
Color Harmonies of #E81B1B
Complementary color
Monochromatic Colors of #E81B1B
Black with #E81B1B
Text Example
Text Example
White with #E81B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81B1B; }
p { color: rgb(232,27,27); }
H1.HeaderClassName
{
color: #E81B1B;
}
.AnyTagClassName
{
color: #E81B1B;
}
</style>
background-color css
<style>
a { background-color: #E81B1B; }
a { background-color: rgb(232,27,27); }
div.DivClassName
{
background-color: #E81B1B;
}
.BgClassName
{
background-color: #E81B1B;
}
</style>
border-color css
<style>
span { border-color: #E81B1B; }
span { border-color: rgb(232,27,27); }
td.TdClassName
{
border-color: #E81B1B;
}
.TagClassName
{
border-color: #E81B1B;
}
</style>