Shades of Scarlet #E61810
Tints of Scarlet #E61810
RGB
CMYK
RGB Variations
Color information
#E61810 (or 0xE61810) is known color: Scarlet. HEX triplet: E6, 18 and 10. RGB value is (230,24,16). Sum of RGB (Red+Green+Blue) = 230+24+16=270 (35% of max value = 765). Red value is 230 (90.23% from 255 or 85.19% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 230 - color contains mainly: red. Hex color #E61810 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61810 is #19E7EF. Grayscale: #545454. Windows color (decimal): -1697776 or 1054950. OLE color: 1054950.
HSL color Cylindrical-coordinate representation of color #E61810: hue angle of 2.24º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E61810 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 16 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.10 |
| HSL | 2.24º | 0.87% | 0.48% | - |
| HSV(B) | 2.24º | 0.93% | 0.9% | - |
| XYZ | 33.05 | 17.51 | 2.13 | - |
| YUV | 84.68 | 89.25 | 231.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 16 | 0 | 0.90 | 0.93 | 0.10 | 2.24 | 0.87 | 0.48 |
| Hex | E6 | 18 | 10 | 0 | 5A | 5D | A | 2 | 57 | 30 |
| Octal | 346 | 30 | 20 | 0 | 132 | 135 | 12 | 2 | 127 | 60 |
| Binary | 11100110 | 11000 | 10000 | 0 | 1011010 | 1011101 | 1010 | 10 | 1010111 | 110000 |
Color Harmonies of #E61810
Complementary color
Monochromatic Colors of #E61810
Black with #E61810
Text Example
Text Example
White with #E61810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61810; }
p { color: rgb(230,24,16); }
H1.HeaderClassName
{
color: #E61810;
}
.AnyTagClassName
{
color: #E61810;
}
</style>
background-color css
<style>
a { background-color: #E61810; }
a { background-color: rgb(230,24,16); }
div.DivClassName
{
background-color: #E61810;
}
.BgClassName
{
background-color: #E61810;
}
</style>
border-color css
<style>
span { border-color: #E61810; }
span { border-color: rgb(230,24,16); }
td.TdClassName
{
border-color: #E61810;
}
.TagClassName
{
border-color: #E61810;
}
</style>