Shades of Scarlet #F11909
Tints of Scarlet #F11909
RGB
CMYK
RGB Variations
Color information
#F11909 (or 0xF11909) is known color: Scarlet. HEX triplet: F1, 19 and 09. RGB value is (241,25,9). Sum of RGB (Red+Green+Blue) = 241+25+9=275 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.64% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 241 - color contains mainly: red. Hex color #F11909 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11909 is #0EE6F6. Grayscale: #585858. Windows color (decimal): -976631 or 596465. OLE color: 596465.
HSL color Cylindrical-coordinate representation of color #F11909: hue angle of 4.14º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F11909 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 9 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.05 |
| HSL | 4.14º | 0.93% | 0.49% | - |
| HSV(B) | 4.14º | 0.96% | 0.95% | - |
| XYZ | 36.67 | 19.42 | 2.07 | - |
| YUV | 87.76 | 83.56 | 237.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 9 | 0 | 0.90 | 0.96 | 0.05 | 4.14 | 0.93 | 0.49 |
| Hex | F1 | 19 | 9 | 0 | 5A | 60 | 5 | 4 | 5D | 31 |
| Octal | 361 | 31 | 11 | 0 | 132 | 140 | 5 | 4 | 135 | 61 |
| Binary | 11110001 | 11001 | 1001 | 0 | 1011010 | 1100000 | 101 | 100 | 1011101 | 110001 |
Color Harmonies of #F11909
Complementary color
Monochromatic Colors of #F11909
Black with #F11909
Text Example
Text Example
White with #F11909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11909; }
p { color: rgb(241,25,9); }
H1.HeaderClassName
{
color: #F11909;
}
.AnyTagClassName
{
color: #F11909;
}
</style>
background-color css
<style>
a { background-color: #F11909; }
a { background-color: rgb(241,25,9); }
div.DivClassName
{
background-color: #F11909;
}
.BgClassName
{
background-color: #F11909;
}
</style>
border-color css
<style>
span { border-color: #F11909; }
span { border-color: rgb(241,25,9); }
td.TdClassName
{
border-color: #F11909;
}
.TagClassName
{
border-color: #F11909;
}
</style>