Shades of Scarlet #E61801
Tints of Scarlet #E61801
RGB
CMYK
RGB Variations
Color information
#E61801 (or 0xE61801) is known color: Scarlet. HEX triplet: E6, 18 and 01. RGB value is (230,24,1). Sum of RGB (Red+Green+Blue) = 230+24+1=255 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.20% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 230 - color contains mainly: red. Hex color #E61801 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61801 is #19E7FE. Grayscale: #535353. Windows color (decimal): -1697791 or 71910. OLE color: 71910.
HSL color Cylindrical-coordinate representation of color #E61801: hue angle of 6.03º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E61801 is Cyan = 0, Magento = 0.90, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 1 | - |
| CMYK | 0 | 0.90 | 1.00 | 0.10 |
| HSL | 6.03º | 0.99% | 0.45% | - |
| HSV(B) | 6.03º | 1% | 0.9% | - |
| XYZ | 32.97 | 17.48 | 1.66 | - |
| YUV | 82.97 | 81.75 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 1 | 0 | 0.90 | 1.00 | 0.10 | 6.03 | 0.99 | 0.45 |
| Hex | E6 | 18 | 1 | 0 | 5A | 64 | A | 6 | 63 | 2D |
| Octal | 346 | 30 | 1 | 0 | 132 | 144 | 12 | 6 | 143 | 55 |
| Binary | 11100110 | 11000 | 1 | 0 | 1011010 | 1100100 | 1010 | 110 | 1100011 | 101101 |
Color Harmonies of #E61801
Complementary color
Monochromatic Colors of #E61801
Black with #E61801
Text Example
Text Example
White with #E61801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61801; }
p { color: rgb(230,24,1); }
H1.HeaderClassName
{
color: #E61801;
}
.AnyTagClassName
{
color: #E61801;
}
</style>
background-color css
<style>
a { background-color: #E61801; }
a { background-color: rgb(230,24,1); }
div.DivClassName
{
background-color: #E61801;
}
.BgClassName
{
background-color: #E61801;
}
</style>
border-color css
<style>
span { border-color: #E61801; }
span { border-color: rgb(230,24,1); }
td.TdClassName
{
border-color: #E61801;
}
.TagClassName
{
border-color: #E61801;
}
</style>