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