Shades of Scarlet #F11716
Tints of Scarlet #F11716
RGB
CMYK
RGB Variations
Color information
#F11716 (or 0xF11716) is known color: Scarlet. HEX triplet: F1, 17 and 16. RGB value is (241,23,22). Sum of RGB (Red+Green+Blue) = 241+23+22=286 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.27% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 241 - color contains mainly: red. Hex color #F11716 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11716 is #0EE8E9. Grayscale: #585858. Windows color (decimal): -977130 or 1447921. OLE color: 1447921.
HSL color Cylindrical-coordinate representation of color #F11716: hue angle of 0.27º 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 #F11716 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 22 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.05 |
| HSL | 0.27º | 0.89% | 0.52% | - |
| HSV(B) | 0.27º | 0.91% | 0.95% | - |
| XYZ | 36.73 | 19.37 | 2.56 | - |
| YUV | 88.07 | 90.72 | 237.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 22 | 0 | 0.90 | 0.91 | 0.05 | 0.27 | 0.89 | 0.52 |
| Hex | F1 | 17 | 16 | 0 | 5A | 5B | 5 | 0 | 59 | 34 |
| Octal | 361 | 27 | 26 | 0 | 132 | 133 | 5 | 0 | 131 | 64 |
| Binary | 11110001 | 10111 | 10110 | 0 | 1011010 | 1011011 | 101 | 0 | 1011001 | 110100 |
Color Harmonies of #F11716
Complementary color
Monochromatic Colors of #F11716
Black with #F11716
Text Example
Text Example
White with #F11716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11716; }
p { color: rgb(241,23,22); }
H1.HeaderClassName
{
color: #F11716;
}
.AnyTagClassName
{
color: #F11716;
}
</style>
background-color css
<style>
a { background-color: #F11716; }
a { background-color: rgb(241,23,22); }
div.DivClassName
{
background-color: #F11716;
}
.BgClassName
{
background-color: #F11716;
}
</style>
border-color css
<style>
span { border-color: #F11716; }
span { border-color: rgb(241,23,22); }
td.TdClassName
{
border-color: #F11716;
}
.TagClassName
{
border-color: #F11716;
}
</style>