Shades of Scarlet #F11A17
Tints of Scarlet #F11A17
RGB
CMYK
RGB Variations
Color information
#F11A17 (or 0xF11A17) is known color: Scarlet. HEX triplet: F1, 1A and 17. RGB value is (241,26,23). Sum of RGB (Red+Green+Blue) = 241+26+23=290 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.10% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11A17 is #0EE5E8. Grayscale: #5A5A5A. Windows color (decimal): -976361 or 1514225. OLE color: 1514225.
HSL color Cylindrical-coordinate representation of color #F11A17: hue angle of 0.83º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11A17 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 23 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.05 |
| HSL | 0.83º | 0.89% | 0.52% | - |
| HSV(B) | 0.83º | 0.9% | 0.95% | - |
| XYZ | 36.8 | 19.5 | 2.64 | - |
| YUV | 89.94 | 90.23 | 235.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 23 | 0 | 0.89 | 0.90 | 0.05 | 0.83 | 0.89 | 0.52 |
| Hex | F1 | 1A | 17 | 0 | 59 | 5A | 5 | 1 | 59 | 34 |
| Octal | 361 | 32 | 27 | 0 | 131 | 132 | 5 | 1 | 131 | 64 |
| Binary | 11110001 | 11010 | 10111 | 0 | 1011001 | 1011010 | 101 | 1 | 1011001 | 110100 |
Color Harmonies of #F11A17
Complementary color
Monochromatic Colors of #F11A17
Black with #F11A17
Text Example
Text Example
White with #F11A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11A17; }
p { color: rgb(241,26,23); }
H1.HeaderClassName
{
color: #F11A17;
}
.AnyTagClassName
{
color: #F11A17;
}
</style>
background-color css
<style>
a { background-color: #F11A17; }
a { background-color: rgb(241,26,23); }
div.DivClassName
{
background-color: #F11A17;
}
.BgClassName
{
background-color: #F11A17;
}
</style>
border-color css
<style>
span { border-color: #F11A17; }
span { border-color: rgb(241,26,23); }
td.TdClassName
{
border-color: #F11A17;
}
.TagClassName
{
border-color: #F11A17;
}
</style>