Shades of Scarlet #E6190D
Tints of Scarlet #E6190D
RGB
CMYK
RGB Variations
Color information
#E6190D (or 0xE6190D) is known color: Scarlet. HEX triplet: E6, 19 and 0D. RGB value is (230,25,13). Sum of RGB (Red+Green+Blue) = 230+25+13=268 (35% of max value = 765). Red value is 230 (90.23% from 255 or 85.82% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 230 - color contains mainly: red. Hex color #E6190D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6190D is #19E6F2. Grayscale: #555555. Windows color (decimal): -1697523 or 858598. OLE color: 858598.
HSL color Cylindrical-coordinate representation of color #E6190D: hue angle of 3.32º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6190D is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 13 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.10 |
| HSL | 3.32º | 0.89% | 0.48% | - |
| HSV(B) | 3.32º | 0.94% | 0.9% | - |
| XYZ | 33.05 | 17.55 | 2.03 | - |
| YUV | 84.93 | 87.42 | 231.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 13 | 0 | 0.89 | 0.94 | 0.10 | 3.32 | 0.89 | 0.48 |
| Hex | E6 | 19 | D | 0 | 59 | 5E | A | 3 | 59 | 30 |
| Octal | 346 | 31 | 15 | 0 | 131 | 136 | 12 | 3 | 131 | 60 |
| Binary | 11100110 | 11001 | 1101 | 0 | 1011001 | 1011110 | 1010 | 11 | 1011001 | 110000 |
Color Harmonies of #E6190D
Complementary color
Monochromatic Colors of #E6190D
Black with #E6190D
Text Example
Text Example
White with #E6190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6190D; }
p { color: rgb(230,25,13); }
H1.HeaderClassName
{
color: #E6190D;
}
.AnyTagClassName
{
color: #E6190D;
}
</style>
background-color css
<style>
a { background-color: #E6190D; }
a { background-color: rgb(230,25,13); }
div.DivClassName
{
background-color: #E6190D;
}
.BgClassName
{
background-color: #E6190D;
}
</style>
border-color css
<style>
span { border-color: #E6190D; }
span { border-color: rgb(230,25,13); }
td.TdClassName
{
border-color: #E6190D;
}
.TagClassName
{
border-color: #E6190D;
}
</style>