Shades of Scarlet #F11B16
Tints of Scarlet #F11B16
RGB
CMYK
RGB Variations
Color information
#F11B16 (or 0xF11B16) is known color: Scarlet. HEX triplet: F1, 1B and 16. RGB value is (241,27,22). Sum of RGB (Red+Green+Blue) = 241+27+22=290 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.10% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 241 - color contains mainly: red. Hex color #F11B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11B16 is #0EE4E9. Grayscale: #5A5A5A. Windows color (decimal): -976106 or 1448945. OLE color: 1448945.
HSL color Cylindrical-coordinate representation of color #F11B16: hue angle of 1.37º 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 #F11B16 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 27 | 22 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.05 |
| HSL | 1.37º | 0.89% | 0.52% | - |
| HSV(B) | 1.37º | 0.91% | 0.95% | - |
| XYZ | 36.81 | 19.54 | 2.59 | - |
| YUV | 90.42 | 89.4 | 235.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 27 | 22 | 0 | 0.89 | 0.91 | 0.05 | 1.37 | 0.89 | 0.52 |
| Hex | F1 | 1B | 16 | 0 | 59 | 5B | 5 | 1 | 59 | 34 |
| Octal | 361 | 33 | 26 | 0 | 131 | 133 | 5 | 1 | 131 | 64 |
| Binary | 11110001 | 11011 | 10110 | 0 | 1011001 | 1011011 | 101 | 1 | 1011001 | 110100 |
Color Harmonies of #F11B16
Complementary color
Monochromatic Colors of #F11B16
Black with #F11B16
Text Example
Text Example
White with #F11B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11B16; }
p { color: rgb(241,27,22); }
H1.HeaderClassName
{
color: #F11B16;
}
.AnyTagClassName
{
color: #F11B16;
}
</style>
background-color css
<style>
a { background-color: #F11B16; }
a { background-color: rgb(241,27,22); }
div.DivClassName
{
background-color: #F11B16;
}
.BgClassName
{
background-color: #F11B16;
}
</style>
border-color css
<style>
span { border-color: #F11B16; }
span { border-color: rgb(241,27,22); }
td.TdClassName
{
border-color: #F11B16;
}
.TagClassName
{
border-color: #F11B16;
}
</style>