Shades of Scarlet #F12017
Tints of Scarlet #F12017
RGB
CMYK
RGB Variations
Color information
#F12017 (or 0xF12017) is known color: Scarlet. HEX triplet: F1, 20 and 17. RGB value is (241,32,23). Sum of RGB (Red+Green+Blue) = 241+32+23=296 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.42% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 241 - color contains mainly: red. Hex color #F12017 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12017 is #0EDFE8. Grayscale: #5D5D5D. Windows color (decimal): -974825 or 1515761. OLE color: 1515761.
HSL color Cylindrical-coordinate representation of color #F12017: hue angle of 2.48º 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 #F12017 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 23 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.05 |
| HSL | 2.48º | 0.89% | 0.52% | - |
| HSV(B) | 2.48º | 0.9% | 0.95% | - |
| XYZ | 36.95 | 19.8 | 2.68 | - |
| YUV | 93.47 | 88.24 | 233.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 23 | 0 | 0.87 | 0.90 | 0.05 | 2.48 | 0.89 | 0.52 |
| Hex | F1 | 20 | 17 | 0 | 57 | 5A | 5 | 2 | 59 | 34 |
| Octal | 361 | 40 | 27 | 0 | 127 | 132 | 5 | 2 | 131 | 64 |
| Binary | 11110001 | 100000 | 10111 | 0 | 1010111 | 1011010 | 101 | 10 | 1011001 | 110100 |
Color Harmonies of #F12017
Complementary color
Monochromatic Colors of #F12017
Black with #F12017
Text Example
Text Example
White with #F12017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12017; }
p { color: rgb(241,32,23); }
H1.HeaderClassName
{
color: #F12017;
}
.AnyTagClassName
{
color: #F12017;
}
</style>
background-color css
<style>
a { background-color: #F12017; }
a { background-color: rgb(241,32,23); }
div.DivClassName
{
background-color: #F12017;
}
.BgClassName
{
background-color: #F12017;
}
</style>
border-color css
<style>
span { border-color: #F12017; }
span { border-color: rgb(241,32,23); }
td.TdClassName
{
border-color: #F12017;
}
.TagClassName
{
border-color: #F12017;
}
</style>