Shades of Scarlet #F61A19
Tints of Scarlet #F61A19
RGB
CMYK
RGB Variations
Color information
#F61A19 (or 0xF61A19) is known color: Scarlet. HEX triplet: F6, 1A and 19. RGB value is (246,26,25). Sum of RGB (Red+Green+Blue) = 246+26+25=297 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.83% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 246 - color contains mainly: red. Hex color #F61A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F61A19 is #09E5E6. Grayscale: #5B5B5B. Windows color (decimal): -648679 or 1645302. OLE color: 1645302.
HSL color Cylindrical-coordinate representation of color #F61A19: hue angle of 0.27º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F61A19 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 26 | 25 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.04 |
| HSL | 0.27º | 0.92% | 0.53% | - |
| HSV(B) | 0.27º | 0.9% | 0.96% | - |
| XYZ | 38.55 | 20.4 | 2.83 | - |
| YUV | 91.67 | 90.39 | 238.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 26 | 25 | 0 | 0.89 | 0.90 | 0.04 | 0.27 | 0.92 | 0.53 |
| Hex | F6 | 1A | 19 | 0 | 59 | 5A | 4 | 0 | 5C | 35 |
| Octal | 366 | 32 | 31 | 0 | 131 | 132 | 4 | 0 | 134 | 65 |
| Binary | 11110110 | 11010 | 11001 | 0 | 1011001 | 1011010 | 100 | 0 | 1011100 | 110101 |
Color Harmonies of #F61A19
Complementary color
Monochromatic Colors of #F61A19
Black with #F61A19
Text Example
Text Example
White with #F61A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61A19; }
p { color: rgb(246,26,25); }
H1.HeaderClassName
{
color: #F61A19;
}
.AnyTagClassName
{
color: #F61A19;
}
</style>
background-color css
<style>
a { background-color: #F61A19; }
a { background-color: rgb(246,26,25); }
div.DivClassName
{
background-color: #F61A19;
}
.BgClassName
{
background-color: #F61A19;
}
</style>
border-color css
<style>
span { border-color: #F61A19; }
span { border-color: rgb(246,26,25); }
td.TdClassName
{
border-color: #F61A19;
}
.TagClassName
{
border-color: #F61A19;
}
</style>