Shades of Scarlet #F61716
Tints of Scarlet #F61716
RGB
CMYK
RGB Variations
Color information
#F61716 (or 0xF61716) is known color: Scarlet. HEX triplet: F6, 17 and 16. RGB value is (246,23,22). Sum of RGB (Red+Green+Blue) = 246+23+22=291 (38% of max value = 765). Red value is 246 (96.48% from 255 or 84.54% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 246 - color contains mainly: red. Hex color #F61716 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61716 is #09E8E9. Grayscale: #595959. Windows color (decimal): -649450 or 1447926. OLE color: 1447926.
HSL color Cylindrical-coordinate representation of color #F61716: hue angle of 0.27º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F61716 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 23 | 22 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.04 |
| HSL | 0.27º | 0.93% | 0.53% | - |
| HSV(B) | 0.27º | 0.91% | 0.96% | - |
| XYZ | 38.46 | 20.26 | 2.64 | - |
| YUV | 89.56 | 89.88 | 239.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 23 | 22 | 0 | 0.91 | 0.91 | 0.04 | 0.27 | 0.93 | 0.53 |
| Hex | F6 | 17 | 16 | 0 | 5B | 5B | 4 | 0 | 5D | 35 |
| Octal | 366 | 27 | 26 | 0 | 133 | 133 | 4 | 0 | 135 | 65 |
| Binary | 11110110 | 10111 | 10110 | 0 | 1011011 | 1011011 | 100 | 0 | 1011101 | 110101 |
Color Harmonies of #F61716
Complementary color
Monochromatic Colors of #F61716
Black with #F61716
Text Example
Text Example
White with #F61716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61716; }
p { color: rgb(246,23,22); }
H1.HeaderClassName
{
color: #F61716;
}
.AnyTagClassName
{
color: #F61716;
}
</style>
background-color css
<style>
a { background-color: #F61716; }
a { background-color: rgb(246,23,22); }
div.DivClassName
{
background-color: #F61716;
}
.BgClassName
{
background-color: #F61716;
}
</style>
border-color css
<style>
span { border-color: #F61716; }
span { border-color: rgb(246,23,22); }
td.TdClassName
{
border-color: #F61716;
}
.TagClassName
{
border-color: #F61716;
}
</style>