Shades of Scarlet #F91511
Tints of Scarlet #F91511
RGB
CMYK
RGB Variations
Color information
#F91511 (or 0xF91511) is known color: Scarlet. HEX triplet: F9, 15 and 11. RGB value is (249,21,17). Sum of RGB (Red+Green+Blue) = 249+21+17=287 (38% of max value = 765). Red value is 249 (97.66% from 255 or 86.76% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 249 - color contains mainly: red. Hex color #F91511 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91511 is #06EAEE. Grayscale: #585858. Windows color (decimal): -453359 or 1119737. OLE color: 1119737.
HSL color Cylindrical-coordinate representation of color #F91511: hue angle of 1.03º 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 #F91511 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 21 | 17 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.02 |
| HSL | 1.03º | 0.95% | 0.52% | - |
| HSV(B) | 1.03º | 0.93% | 0.98% | - |
| XYZ | 39.44 | 20.72 | 2.45 | - |
| YUV | 88.72 | 87.54 | 242.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 21 | 17 | 0 | 0.92 | 0.93 | 0.02 | 1.03 | 0.95 | 0.52 |
| Hex | F9 | 15 | 11 | 0 | 5C | 5D | 2 | 1 | 5F | 34 |
| Octal | 371 | 25 | 21 | 0 | 134 | 135 | 2 | 1 | 137 | 64 |
| Binary | 11111001 | 10101 | 10001 | 0 | 1011100 | 1011101 | 10 | 1 | 1011111 | 110100 |
Color Harmonies of #F91511
Complementary color
Monochromatic Colors of #F91511
Black with #F91511
Text Example
Text Example
White with #F91511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91511; }
p { color: rgb(249,21,17); }
H1.HeaderClassName
{
color: #F91511;
}
.AnyTagClassName
{
color: #F91511;
}
</style>
background-color css
<style>
a { background-color: #F91511; }
a { background-color: rgb(249,21,17); }
div.DivClassName
{
background-color: #F91511;
}
.BgClassName
{
background-color: #F91511;
}
</style>
border-color css
<style>
span { border-color: #F91511; }
span { border-color: rgb(249,21,17); }
td.TdClassName
{
border-color: #F91511;
}
.TagClassName
{
border-color: #F91511;
}
</style>