Shades of Scarlet #E61504
Tints of Scarlet #E61504
RGB
CMYK
RGB Variations
Color information
#E61504 (or 0xE61504) is known color: Scarlet. HEX triplet: E6, 15 and 04. RGB value is (230,21,4). Sum of RGB (Red+Green+Blue) = 230+21+4=255 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.20% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 230 - color contains mainly: red. Hex color #E61504 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61504 is #19EAFB. Grayscale: #515151. Windows color (decimal): -1698556 or 267750. OLE color: 267750.
HSL color Cylindrical-coordinate representation of color #E61504: hue angle of 4.51º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E61504 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 4 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.10 |
| HSL | 4.51º | 0.97% | 0.46% | - |
| HSV(B) | 4.51º | 0.98% | 0.9% | - |
| XYZ | 32.92 | 17.37 | 1.73 | - |
| YUV | 81.55 | 84.24 | 233.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 4 | 0 | 0.91 | 0.98 | 0.10 | 4.51 | 0.97 | 0.46 |
| Hex | E6 | 15 | 4 | 0 | 5B | 62 | A | 5 | 61 | 2E |
| Octal | 346 | 25 | 4 | 0 | 133 | 142 | 12 | 5 | 141 | 56 |
| Binary | 11100110 | 10101 | 100 | 0 | 1011011 | 1100010 | 1010 | 101 | 1100001 | 101110 |
Color Harmonies of #E61504
Complementary color
Monochromatic Colors of #E61504
Black with #E61504
Text Example
Text Example
White with #E61504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61504; }
p { color: rgb(230,21,4); }
H1.HeaderClassName
{
color: #E61504;
}
.AnyTagClassName
{
color: #E61504;
}
</style>
background-color css
<style>
a { background-color: #E61504; }
a { background-color: rgb(230,21,4); }
div.DivClassName
{
background-color: #E61504;
}
.BgClassName
{
background-color: #E61504;
}
</style>
border-color css
<style>
span { border-color: #E61504; }
span { border-color: rgb(230,21,4); }
td.TdClassName
{
border-color: #E61504;
}
.TagClassName
{
border-color: #E61504;
}
</style>