Shades of Scarlet #E61C16
Tints of Scarlet #E61C16
RGB
CMYK
RGB Variations
Color information
#E61C16 (or 0xE61C16) is known color: Scarlet. HEX triplet: E6, 1C and 16. RGB value is (230,28,22). Sum of RGB (Red+Green+Blue) = 230+28+22=280 (37% of max value = 765). Red value is 230 (90.23% from 255 or 82.14% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E61C16 is #19E3E9. Grayscale: #575757. Windows color (decimal): -1696746 or 1449190. OLE color: 1449190.
HSL color Cylindrical-coordinate representation of color #E61C16: hue angle of 1.73º 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 #E61C16 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 28 | 22 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.10 |
| HSL | 1.73º | 0.83% | 0.49% | - |
| HSV(B) | 1.73º | 0.9% | 0.9% | - |
| XYZ | 33.19 | 17.71 | 2.43 | - |
| YUV | 87.71 | 90.92 | 229.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 22 | 0 | 0.88 | 0.90 | 0.10 | 1.73 | 0.83 | 0.49 |
| Hex | E6 | 1C | 16 | 0 | 58 | 5A | A | 2 | 53 | 31 |
| Octal | 346 | 34 | 26 | 0 | 130 | 132 | 12 | 2 | 123 | 61 |
| Binary | 11100110 | 11100 | 10110 | 0 | 1011000 | 1011010 | 1010 | 10 | 1010011 | 110001 |
Color Harmonies of #E61C16
Complementary color
Monochromatic Colors of #E61C16
Black with #E61C16
Text Example
Text Example
White with #E61C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61C16; }
p { color: rgb(230,28,22); }
H1.HeaderClassName
{
color: #E61C16;
}
.AnyTagClassName
{
color: #E61C16;
}
</style>
background-color css
<style>
a { background-color: #E61C16; }
a { background-color: rgb(230,28,22); }
div.DivClassName
{
background-color: #E61C16;
}
.BgClassName
{
background-color: #E61C16;
}
</style>
border-color css
<style>
span { border-color: #E61C16; }
span { border-color: rgb(230,28,22); }
td.TdClassName
{
border-color: #E61C16;
}
.TagClassName
{
border-color: #E61C16;
}
</style>