Shades of Scarlet #F1190F
Tints of Scarlet #F1190F
RGB
CMYK
RGB Variations
Color information
#F1190F (or 0xF1190F) is known color: Scarlet. HEX triplet: F1, 19 and 0F. RGB value is (241,25,15). Sum of RGB (Red+Green+Blue) = 241+25+15=281 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.77% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 241 - color contains mainly: red. Hex color #F1190F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1190F is #0EE6F0. Grayscale: #585858. Windows color (decimal): -976625 or 989681. OLE color: 989681.
HSL color Cylindrical-coordinate representation of color #F1190F: hue angle of 2.65º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1190F is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 15 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.05 |
| HSL | 2.65º | 0.89% | 0.5% | - |
| HSV(B) | 2.65º | 0.94% | 0.95% | - |
| XYZ | 36.71 | 19.43 | 2.27 | - |
| YUV | 88.44 | 86.56 | 236.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 15 | 0 | 0.90 | 0.94 | 0.05 | 2.65 | 0.89 | 0.5 |
| Hex | F1 | 19 | F | 0 | 5A | 5E | 5 | 3 | 59 | 32 |
| Octal | 361 | 31 | 17 | 0 | 132 | 136 | 5 | 3 | 131 | 62 |
| Binary | 11110001 | 11001 | 1111 | 0 | 1011010 | 1011110 | 101 | 11 | 1011001 | 110010 |
Color Harmonies of #F1190F
Complementary color
Monochromatic Colors of #F1190F
Black with #F1190F
Text Example
Text Example
White with #F1190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1190F; }
p { color: rgb(241,25,15); }
H1.HeaderClassName
{
color: #F1190F;
}
.AnyTagClassName
{
color: #F1190F;
}
</style>
background-color css
<style>
a { background-color: #F1190F; }
a { background-color: rgb(241,25,15); }
div.DivClassName
{
background-color: #F1190F;
}
.BgClassName
{
background-color: #F1190F;
}
</style>
border-color css
<style>
span { border-color: #F1190F; }
span { border-color: rgb(241,25,15); }
td.TdClassName
{
border-color: #F1190F;
}
.TagClassName
{
border-color: #F1190F;
}
</style>