Shades of Scarlet #F11F17
Tints of Scarlet #F11F17
RGB
CMYK
RGB Variations
Color information
#F11F17 (or 0xF11F17) is known color: Scarlet. HEX triplet: F1, 1F and 17. RGB value is (241,31,23). Sum of RGB (Red+Green+Blue) = 241+31+23=295 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.69% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11F17 is #0EE0E8. Grayscale: #5D5D5D. Windows color (decimal): -975081 or 1515505. OLE color: 1515505.
HSL color Cylindrical-coordinate representation of color #F11F17: hue angle of 2.2º 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 #F11F17 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 31 | 23 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.05 |
| HSL | 2.2º | 0.89% | 0.52% | - |
| HSV(B) | 2.2º | 0.9% | 0.95% | - |
| XYZ | 36.92 | 19.74 | 2.68 | - |
| YUV | 92.88 | 88.57 | 233.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 31 | 23 | 0 | 0.87 | 0.90 | 0.05 | 2.2 | 0.89 | 0.52 |
| Hex | F1 | 1F | 17 | 0 | 57 | 5A | 5 | 2 | 59 | 34 |
| Octal | 361 | 37 | 27 | 0 | 127 | 132 | 5 | 2 | 131 | 64 |
| Binary | 11110001 | 11111 | 10111 | 0 | 1010111 | 1011010 | 101 | 10 | 1011001 | 110100 |
Color Harmonies of #F11F17
Complementary color
Monochromatic Colors of #F11F17
Black with #F11F17
Text Example
Text Example
White with #F11F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11F17; }
p { color: rgb(241,31,23); }
H1.HeaderClassName
{
color: #F11F17;
}
.AnyTagClassName
{
color: #F11F17;
}
</style>
background-color css
<style>
a { background-color: #F11F17; }
a { background-color: rgb(241,31,23); }
div.DivClassName
{
background-color: #F11F17;
}
.BgClassName
{
background-color: #F11F17;
}
</style>
border-color css
<style>
span { border-color: #F11F17; }
span { border-color: rgb(241,31,23); }
td.TdClassName
{
border-color: #F11F17;
}
.TagClassName
{
border-color: #F11F17;
}
</style>