Shades of Scarlet #E81D16
Tints of Scarlet #E81D16
RGB
CMYK
RGB Variations
Color information
#E81D16 (or 0xE81D16) is known color: Scarlet. HEX triplet: E8, 1D and 16. RGB value is (232,29,22). Sum of RGB (Red+Green+Blue) = 232+29+22=283 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.98% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E81D16 is #17E2E9. Grayscale: #595959. Windows color (decimal): -1565418 or 1449448. OLE color: 1449448.
HSL color Cylindrical-coordinate representation of color #E81D16: hue angle of 2º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81D16 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 22 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.09 |
| HSL | 2º | 0.83% | 0.5% | - |
| HSV(B) | 2º | 0.91% | 0.91% | - |
| XYZ | 33.86 | 18.09 | 2.47 | - |
| YUV | 88.9 | 90.25 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 22 | 0 | 0.88 | 0.91 | 0.09 | 2 | 0.83 | 0.5 |
| Hex | E8 | 1D | 16 | 0 | 58 | 5B | 9 | 2 | 53 | 32 |
| Octal | 350 | 35 | 26 | 0 | 130 | 133 | 11 | 2 | 123 | 62 |
| Binary | 11101000 | 11101 | 10110 | 0 | 1011000 | 1011011 | 1001 | 10 | 1010011 | 110010 |
Color Harmonies of #E81D16
Complementary color
Monochromatic Colors of #E81D16
Black with #E81D16
Text Example
Text Example
White with #E81D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81D16; }
p { color: rgb(232,29,22); }
H1.HeaderClassName
{
color: #E81D16;
}
.AnyTagClassName
{
color: #E81D16;
}
</style>
background-color css
<style>
a { background-color: #E81D16; }
a { background-color: rgb(232,29,22); }
div.DivClassName
{
background-color: #E81D16;
}
.BgClassName
{
background-color: #E81D16;
}
</style>
border-color css
<style>
span { border-color: #E81D16; }
span { border-color: rgb(232,29,22); }
td.TdClassName
{
border-color: #E81D16;
}
.TagClassName
{
border-color: #E81D16;
}
</style>