Shades of Scarlet #F11509
Tints of Scarlet #F11509
RGB
CMYK
RGB Variations
Color information
#F11509 (or 0xF11509) is known color: Scarlet. HEX triplet: F1, 15 and 09. RGB value is (241,21,9). Sum of RGB (Red+Green+Blue) = 241+21+9=271 (35% of max value = 765). Red value is 241 (94.53% from 255 or 88.93% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 241 - color contains mainly: red. Hex color #F11509 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11509 is #0EEAF6. Grayscale: #555555. Windows color (decimal): -977655 or 595441. OLE color: 595441.
HSL color Cylindrical-coordinate representation of color #F11509: hue angle of 3.1º 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 #F11509 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 9 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.05 |
| HSL | 3.1º | 0.93% | 0.49% | - |
| HSV(B) | 3.1º | 0.96% | 0.95% | - |
| XYZ | 36.59 | 19.26 | 2.05 | - |
| YUV | 85.41 | 84.89 | 238.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 9 | 0 | 0.91 | 0.96 | 0.05 | 3.1 | 0.93 | 0.49 |
| Hex | F1 | 15 | 9 | 0 | 5B | 60 | 5 | 3 | 5D | 31 |
| Octal | 361 | 25 | 11 | 0 | 133 | 140 | 5 | 3 | 135 | 61 |
| Binary | 11110001 | 10101 | 1001 | 0 | 1011011 | 1100000 | 101 | 11 | 1011101 | 110001 |
Color Harmonies of #F11509
Complementary color
Monochromatic Colors of #F11509
Black with #F11509
Text Example
Text Example
White with #F11509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11509; }
p { color: rgb(241,21,9); }
H1.HeaderClassName
{
color: #F11509;
}
.AnyTagClassName
{
color: #F11509;
}
</style>
background-color css
<style>
a { background-color: #F11509; }
a { background-color: rgb(241,21,9); }
div.DivClassName
{
background-color: #F11509;
}
.BgClassName
{
background-color: #F11509;
}
</style>
border-color css
<style>
span { border-color: #F11509; }
span { border-color: rgb(241,21,9); }
td.TdClassName
{
border-color: #F11509;
}
.TagClassName
{
border-color: #F11509;
}
</style>