Shades of Scarlet #F91711
Tints of Scarlet #F91711
RGB
CMYK
RGB Variations
Color information
#F91711 (or 0xF91711) is known color: Scarlet. HEX triplet: F9, 17 and 11. RGB value is (249,23,17). Sum of RGB (Red+Green+Blue) = 249+23+17=289 (38% of max value = 765). Red value is 249 (97.66% from 255 or 86.16% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 249 - color contains mainly: red. Hex color #F91711 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91711 is #06E8EE. Grayscale: #5A5A5A. Windows color (decimal): -452847 or 1120249. OLE color: 1120249.
HSL color Cylindrical-coordinate representation of color #F91711: hue angle of 1.55º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F91711 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 17 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.02 |
| HSL | 1.55º | 0.95% | 0.52% | - |
| HSV(B) | 1.55º | 0.93% | 0.98% | - |
| XYZ | 39.47 | 20.79 | 2.46 | - |
| YUV | 89.89 | 86.87 | 241.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 17 | 0 | 0.91 | 0.93 | 0.02 | 1.55 | 0.95 | 0.52 |
| Hex | F9 | 17 | 11 | 0 | 5B | 5D | 2 | 2 | 5F | 34 |
| Octal | 371 | 27 | 21 | 0 | 133 | 135 | 2 | 2 | 137 | 64 |
| Binary | 11111001 | 10111 | 10001 | 0 | 1011011 | 1011101 | 10 | 10 | 1011111 | 110100 |
Color Harmonies of #F91711
Complementary color
Monochromatic Colors of #F91711
Black with #F91711
Text Example
Text Example
White with #F91711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91711; }
p { color: rgb(249,23,17); }
H1.HeaderClassName
{
color: #F91711;
}
.AnyTagClassName
{
color: #F91711;
}
</style>
background-color css
<style>
a { background-color: #F91711; }
a { background-color: rgb(249,23,17); }
div.DivClassName
{
background-color: #F91711;
}
.BgClassName
{
background-color: #F91711;
}
</style>
border-color css
<style>
span { border-color: #F91711; }
span { border-color: rgb(249,23,17); }
td.TdClassName
{
border-color: #F91711;
}
.TagClassName
{
border-color: #F91711;
}
</style>