Shades of Scarlet #F11916
Tints of Scarlet #F11916
RGB
CMYK
RGB Variations
Color information
#F11916 (or 0xF11916) is known color: Scarlet. HEX triplet: F1, 19 and 16. RGB value is (241,25,22). Sum of RGB (Red+Green+Blue) = 241+25+22=288 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.68% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 241 - color contains mainly: red. Hex color #F11916 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11916 is #0EE6E9. Grayscale: #595959. Windows color (decimal): -976618 or 1448433. OLE color: 1448433.
HSL color Cylindrical-coordinate representation of color #F11916: hue angle of 0.82º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11916 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 22 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.05 |
| HSL | 0.82º | 0.89% | 0.52% | - |
| HSV(B) | 0.82º | 0.91% | 0.95% | - |
| XYZ | 36.77 | 19.45 | 2.58 | - |
| YUV | 89.24 | 90.06 | 236.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 22 | 0 | 0.90 | 0.91 | 0.05 | 0.82 | 0.89 | 0.52 |
| Hex | F1 | 19 | 16 | 0 | 5A | 5B | 5 | 1 | 59 | 34 |
| Octal | 361 | 31 | 26 | 0 | 132 | 133 | 5 | 1 | 131 | 64 |
| Binary | 11110001 | 11001 | 10110 | 0 | 1011010 | 1011011 | 101 | 1 | 1011001 | 110100 |
Color Harmonies of #F11916
Complementary color
Monochromatic Colors of #F11916
Black with #F11916
Text Example
Text Example
White with #F11916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11916; }
p { color: rgb(241,25,22); }
H1.HeaderClassName
{
color: #F11916;
}
.AnyTagClassName
{
color: #F11916;
}
</style>
background-color css
<style>
a { background-color: #F11916; }
a { background-color: rgb(241,25,22); }
div.DivClassName
{
background-color: #F11916;
}
.BgClassName
{
background-color: #F11916;
}
</style>
border-color css
<style>
span { border-color: #F11916; }
span { border-color: rgb(241,25,22); }
td.TdClassName
{
border-color: #F11916;
}
.TagClassName
{
border-color: #F11916;
}
</style>