Shades of Scarlet #F91716
Tints of Scarlet #F91716
RGB
CMYK
RGB Variations
Color information
#F91716 (or 0xF91716) is known color: Scarlet. HEX triplet: F9, 17 and 16. RGB value is (249,23,22). Sum of RGB (Red+Green+Blue) = 249+23+22=294 (38% of max value = 765). Red value is 249 (97.66% from 255 or 84.69% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 249 - color contains mainly: red. Hex color #F91716 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91716 is #06E8E9. Grayscale: #5A5A5A. Windows color (decimal): -452842 or 1447929. OLE color: 1447929.
HSL color Cylindrical-coordinate representation of color #F91716: hue angle of 0.26º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F91716 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 22 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.02 |
| HSL | 0.26º | 0.95% | 0.53% | - |
| HSV(B) | 0.26º | 0.91% | 0.98% | - |
| XYZ | 39.52 | 20.81 | 2.69 | - |
| YUV | 90.46 | 89.37 | 241.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 22 | 0 | 0.91 | 0.91 | 0.02 | 0.26 | 0.95 | 0.53 |
| Hex | F9 | 17 | 16 | 0 | 5B | 5B | 2 | 0 | 5F | 35 |
| Octal | 371 | 27 | 26 | 0 | 133 | 133 | 2 | 0 | 137 | 65 |
| Binary | 11111001 | 10111 | 10110 | 0 | 1011011 | 1011011 | 10 | 0 | 1011111 | 110101 |
Color Harmonies of #F91716
Complementary color
Monochromatic Colors of #F91716
Black with #F91716
Text Example
Text Example
White with #F91716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91716; }
p { color: rgb(249,23,22); }
H1.HeaderClassName
{
color: #F91716;
}
.AnyTagClassName
{
color: #F91716;
}
</style>
background-color css
<style>
a { background-color: #F91716; }
a { background-color: rgb(249,23,22); }
div.DivClassName
{
background-color: #F91716;
}
.BgClassName
{
background-color: #F91716;
}
</style>
border-color css
<style>
span { border-color: #F91716; }
span { border-color: rgb(249,23,22); }
td.TdClassName
{
border-color: #F91716;
}
.TagClassName
{
border-color: #F91716;
}
</style>