Shades of Scarlet #E61D19
Tints of Scarlet #E61D19
RGB
CMYK
RGB Variations
Color information
#E61D19 (or 0xE61D19) is known color: Scarlet. HEX triplet: E6, 1D and 19. RGB value is (230,29,25). Sum of RGB (Red+Green+Blue) = 230+29+25=284 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.99% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 230 - color contains mainly: red. Hex color #E61D19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E61D19 is #19E2E6. Grayscale: #585858. Windows color (decimal): -1696487 or 1646054. OLE color: 1646054.
HSL color Cylindrical-coordinate representation of color #E61D19: hue angle of 1.17º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61D19 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 29 | 25 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.10 |
| HSL | 1.17º | 0.8% | 0.5% | - |
| HSV(B) | 1.17º | 0.89% | 0.9% | - |
| XYZ | 33.25 | 17.77 | 2.6 | - |
| YUV | 88.64 | 92.09 | 228.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 29 | 25 | 0 | 0.87 | 0.89 | 0.10 | 1.17 | 0.8 | 0.5 |
| Hex | E6 | 1D | 19 | 0 | 57 | 59 | A | 1 | 50 | 32 |
| Octal | 346 | 35 | 31 | 0 | 127 | 131 | 12 | 1 | 120 | 62 |
| Binary | 11100110 | 11101 | 11001 | 0 | 1010111 | 1011001 | 1010 | 1 | 1010000 | 110010 |
Color Harmonies of #E61D19
Complementary color
Monochromatic Colors of #E61D19
Black with #E61D19
Text Example
Text Example
White with #E61D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61D19; }
p { color: rgb(230,29,25); }
H1.HeaderClassName
{
color: #E61D19;
}
.AnyTagClassName
{
color: #E61D19;
}
</style>
background-color css
<style>
a { background-color: #E61D19; }
a { background-color: rgb(230,29,25); }
div.DivClassName
{
background-color: #E61D19;
}
.BgClassName
{
background-color: #E61D19;
}
</style>
border-color css
<style>
span { border-color: #E61D19; }
span { border-color: rgb(230,29,25); }
td.TdClassName
{
border-color: #E61D19;
}
.TagClassName
{
border-color: #E61D19;
}
</style>