Shades of Scarlet #F61900
Tints of Scarlet #F61900
RGB
CMYK
RGB Variations
Color information
#F61900 (or 0xF61900) is known color: Scarlet. HEX triplet: F6, 19 and 00. RGB value is (246,25,0). Sum of RGB (Red+Green+Blue) = 246+25+0=271 (35% of max value = 765). Red value is 246 (96.48% from 255 or 90.77% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 246 - color contains mainly: red. Hex color #F61900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61900 is #09E6FF. Grayscale: #585858. Windows color (decimal): -648960 or 6646. OLE color: 6646.
HSL color Cylindrical-coordinate representation of color #F61900: hue angle of 6.1º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F61900 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.04 |
| HSL | 6.1º | 1% | 0.48% | - |
| HSV(B) | 6.1º | 1% | 0.96% | - |
| XYZ | 38.35 | 20.29 | 1.89 | - |
| YUV | 88.23 | 78.22 | 240.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 0 | 0 | 0.90 | 1 | 0.04 | 6.1 | 1 | 0.48 |
| Hex | F6 | 19 | 0 | 0 | 5A | 64 | 4 | 6 | 64 | 30 |
| Octal | 366 | 31 | 0 | 0 | 132 | 144 | 4 | 6 | 144 | 60 |
| Binary | 11110110 | 11001 | 0 | 0 | 1011010 | 1100100 | 100 | 110 | 1100100 | 110000 |
Color Harmonies of #F61900
Complementary color
Monochromatic Colors of #F61900
Black with #F61900
Text Example
Text Example
White with #F61900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61900; }
p { color: rgb(246,25,0); }
H1.HeaderClassName
{
color: #F61900;
}
.AnyTagClassName
{
color: #F61900;
}
</style>
background-color css
<style>
a { background-color: #F61900; }
a { background-color: rgb(246,25,0); }
div.DivClassName
{
background-color: #F61900;
}
.BgClassName
{
background-color: #F61900;
}
</style>
border-color css
<style>
span { border-color: #F61900; }
span { border-color: rgb(246,25,0); }
td.TdClassName
{
border-color: #F61900;
}
.TagClassName
{
border-color: #F61900;
}
</style>