Shades of Scarlet #E61A16
Tints of Scarlet #E61A16
RGB
CMYK
RGB Variations
Color information
#E61A16 (or 0xE61A16) is known color: Scarlet. HEX triplet: E6, 1A and 16. RGB value is (230,26,22). Sum of RGB (Red+Green+Blue) = 230+26+22=278 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.73% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 230 - color contains mainly: red. Hex color #E61A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E61A16 is #19E5E9. Grayscale: #565656. Windows color (decimal): -1697258 or 1448678. OLE color: 1448678.
HSL color Cylindrical-coordinate representation of color #E61A16: hue angle of 1.15º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61A16 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 22 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.10 |
| HSL | 1.15º | 0.83% | 0.49% | - |
| HSV(B) | 1.15º | 0.9% | 0.9% | - |
| XYZ | 33.15 | 17.62 | 2.41 | - |
| YUV | 86.54 | 91.59 | 230.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 22 | 0 | 0.89 | 0.90 | 0.10 | 1.15 | 0.83 | 0.49 |
| Hex | E6 | 1A | 16 | 0 | 59 | 5A | A | 1 | 53 | 31 |
| Octal | 346 | 32 | 26 | 0 | 131 | 132 | 12 | 1 | 123 | 61 |
| Binary | 11100110 | 11010 | 10110 | 0 | 1011001 | 1011010 | 1010 | 1 | 1010011 | 110001 |
Color Harmonies of #E61A16
Complementary color
Monochromatic Colors of #E61A16
Black with #E61A16
Text Example
Text Example
White with #E61A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61A16; }
p { color: rgb(230,26,22); }
H1.HeaderClassName
{
color: #E61A16;
}
.AnyTagClassName
{
color: #E61A16;
}
</style>
background-color css
<style>
a { background-color: #E61A16; }
a { background-color: rgb(230,26,22); }
div.DivClassName
{
background-color: #E61A16;
}
.BgClassName
{
background-color: #E61A16;
}
</style>
border-color css
<style>
span { border-color: #E61A16; }
span { border-color: rgb(230,26,22); }
td.TdClassName
{
border-color: #E61A16;
}
.TagClassName
{
border-color: #E61A16;
}
</style>