Shades of Scarlet #E61A03
Tints of Scarlet #E61A03
RGB
CMYK
RGB Variations
Color information
#E61A03 (or 0xE61A03) is known color: Scarlet. HEX triplet: E6, 1A and 03. RGB value is (230,26,3). Sum of RGB (Red+Green+Blue) = 230+26+3=259 (34% of max value = 765). Red value is 230 (90.23% from 255 or 88.80% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 230 - color contains mainly: red. Hex color #E61A03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E61A03 is #19E5FC. Grayscale: #545454. Windows color (decimal): -1697277 or 203494. OLE color: 203494.
HSL color Cylindrical-coordinate representation of color #E61A03: hue angle of 6.08º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E61A03 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 3 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.10 |
| HSL | 6.08º | 0.97% | 0.46% | - |
| HSV(B) | 6.08º | 0.99% | 0.9% | - |
| XYZ | 33.02 | 17.57 | 1.74 | - |
| YUV | 84.37 | 82.09 | 231.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 3 | 0 | 0.89 | 0.99 | 0.10 | 6.08 | 0.97 | 0.46 |
| Hex | E6 | 1A | 3 | 0 | 59 | 63 | A | 6 | 61 | 2E |
| Octal | 346 | 32 | 3 | 0 | 131 | 143 | 12 | 6 | 141 | 56 |
| Binary | 11100110 | 11010 | 11 | 0 | 1011001 | 1100011 | 1010 | 110 | 1100001 | 101110 |
Color Harmonies of #E61A03
Complementary color
Monochromatic Colors of #E61A03
Black with #E61A03
Text Example
Text Example
White with #E61A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61A03; }
p { color: rgb(230,26,3); }
H1.HeaderClassName
{
color: #E61A03;
}
.AnyTagClassName
{
color: #E61A03;
}
</style>
background-color css
<style>
a { background-color: #E61A03; }
a { background-color: rgb(230,26,3); }
div.DivClassName
{
background-color: #E61A03;
}
.BgClassName
{
background-color: #E61A03;
}
</style>
border-color css
<style>
span { border-color: #E61A03; }
span { border-color: rgb(230,26,3); }
td.TdClassName
{
border-color: #E61A03;
}
.TagClassName
{
border-color: #E61A03;
}
</style>