Shades of Scarlet #F11611
Tints of Scarlet #F11611
RGB
CMYK
RGB Variations
Color information
#F11611 (or 0xF11611) is known color: Scarlet. HEX triplet: F1, 16 and 11. RGB value is (241,22,17). Sum of RGB (Red+Green+Blue) = 241+22+17=280 (37% of max value = 765). Red value is 241 (94.53% from 255 or 86.07% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 241 - color contains mainly: red. Hex color #F11611 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11611 is #0EE9EE. Grayscale: #575757. Windows color (decimal): -977391 or 1119985. OLE color: 1119985.
HSL color Cylindrical-coordinate representation of color #F11611: hue angle of 1.34º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11611 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 17 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.05 |
| HSL | 1.34º | 0.89% | 0.51% | - |
| HSV(B) | 1.34º | 0.93% | 0.95% | - |
| XYZ | 36.66 | 19.32 | 2.33 | - |
| YUV | 86.91 | 88.55 | 237.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 17 | 0 | 0.91 | 0.93 | 0.05 | 1.34 | 0.89 | 0.51 |
| Hex | F1 | 16 | 11 | 0 | 5B | 5D | 5 | 1 | 59 | 33 |
| Octal | 361 | 26 | 21 | 0 | 133 | 135 | 5 | 1 | 131 | 63 |
| Binary | 11110001 | 10110 | 10001 | 0 | 1011011 | 1011101 | 101 | 1 | 1011001 | 110011 |
Color Harmonies of #F11611
Complementary color
Monochromatic Colors of #F11611
Black with #F11611
Text Example
Text Example
White with #F11611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11611; }
p { color: rgb(241,22,17); }
H1.HeaderClassName
{
color: #F11611;
}
.AnyTagClassName
{
color: #F11611;
}
</style>
background-color css
<style>
a { background-color: #F11611; }
a { background-color: rgb(241,22,17); }
div.DivClassName
{
background-color: #F11611;
}
.BgClassName
{
background-color: #F11611;
}
</style>
border-color css
<style>
span { border-color: #F11611; }
span { border-color: rgb(241,22,17); }
td.TdClassName
{
border-color: #F11611;
}
.TagClassName
{
border-color: #F11611;
}
</style>