Shades of Scarlet #F91911
Tints of Scarlet #F91911
RGB
CMYK
RGB Variations
Color information
#F91911 (or 0xF91911) is known color: Scarlet. HEX triplet: F9, 19 and 11. RGB value is (249,25,17). Sum of RGB (Red+Green+Blue) = 249+25+17=291 (38% of max value = 765). Red value is 249 (97.66% from 255 or 85.57% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 249 - color contains mainly: red. Hex color #F91911 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91911 is #06E6EE. Grayscale: #5B5B5B. Windows color (decimal): -452335 or 1120761. OLE color: 1120761.
HSL color Cylindrical-coordinate representation of color #F91911: hue angle of 2.07º 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 #F91911 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 17 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.02 |
| HSL | 2.07º | 0.95% | 0.52% | - |
| HSV(B) | 2.07º | 0.93% | 0.98% | - |
| XYZ | 39.52 | 20.88 | 2.48 | - |
| YUV | 91.06 | 86.21 | 240.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 17 | 0 | 0.90 | 0.93 | 0.02 | 2.07 | 0.95 | 0.52 |
| Hex | F9 | 19 | 11 | 0 | 5A | 5D | 2 | 2 | 5F | 34 |
| Octal | 371 | 31 | 21 | 0 | 132 | 135 | 2 | 2 | 137 | 64 |
| Binary | 11111001 | 11001 | 10001 | 0 | 1011010 | 1011101 | 10 | 10 | 1011111 | 110100 |
Color Harmonies of #F91911
Complementary color
Monochromatic Colors of #F91911
Black with #F91911
Text Example
Text Example
White with #F91911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91911; }
p { color: rgb(249,25,17); }
H1.HeaderClassName
{
color: #F91911;
}
.AnyTagClassName
{
color: #F91911;
}
</style>
background-color css
<style>
a { background-color: #F91911; }
a { background-color: rgb(249,25,17); }
div.DivClassName
{
background-color: #F91911;
}
.BgClassName
{
background-color: #F91911;
}
</style>
border-color css
<style>
span { border-color: #F91911; }
span { border-color: rgb(249,25,17); }
td.TdClassName
{
border-color: #F91911;
}
.TagClassName
{
border-color: #F91911;
}
</style>