Shades of Scarlet #E82013
Tints of Scarlet #E82013
RGB
CMYK
RGB Variations
Color information
#E82013 (or 0xE82013) is known color: Scarlet. HEX triplet: E8, 20 and 13. RGB value is (232,32,19). Sum of RGB (Red+Green+Blue) = 232+32+19=283 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.98% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 232 - color contains mainly: red. Hex color #E82013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82013 is #17DFEC. Grayscale: #5A5A5A. Windows color (decimal): -1564653 or 1253608. OLE color: 1253608.
HSL color Cylindrical-coordinate representation of color #E82013: hue angle of 3.66º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E82013 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 32 | 19 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.09 |
| HSL | 3.66º | 0.85% | 0.49% | - |
| HSV(B) | 3.66º | 0.92% | 0.91% | - |
| XYZ | 33.91 | 18.24 | 2.35 | - |
| YUV | 90.32 | 87.76 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 19 | 0 | 0.86 | 0.92 | 0.09 | 3.66 | 0.85 | 0.49 |
| Hex | E8 | 20 | 13 | 0 | 56 | 5C | 9 | 4 | 55 | 31 |
| Octal | 350 | 40 | 23 | 0 | 126 | 134 | 11 | 4 | 125 | 61 |
| Binary | 11101000 | 100000 | 10011 | 0 | 1010110 | 1011100 | 1001 | 100 | 1010101 | 110001 |
Color Harmonies of #E82013
Complementary color
Monochromatic Colors of #E82013
Black with #E82013
Text Example
Text Example
White with #E82013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82013; }
p { color: rgb(232,32,19); }
H1.HeaderClassName
{
color: #E82013;
}
.AnyTagClassName
{
color: #E82013;
}
</style>
background-color css
<style>
a { background-color: #E82013; }
a { background-color: rgb(232,32,19); }
div.DivClassName
{
background-color: #E82013;
}
.BgClassName
{
background-color: #E82013;
}
</style>
border-color css
<style>
span { border-color: #E82013; }
span { border-color: rgb(232,32,19); }
td.TdClassName
{
border-color: #E82013;
}
.TagClassName
{
border-color: #E82013;
}
</style>