Shades of Scarlet #F11D09
Tints of Scarlet #F11D09
RGB
CMYK
RGB Variations
Color information
#F11D09 (or 0xF11D09) is known color: Scarlet. HEX triplet: F1, 1D and 09. RGB value is (241,29,9). Sum of RGB (Red+Green+Blue) = 241+29+9=279 (36% of max value = 765). Red value is 241 (94.53% from 255 or 86.38% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11D09 is #0EE2F6. Grayscale: #5A5A5A. Windows color (decimal): -975607 or 597489. OLE color: 597489.
HSL color Cylindrical-coordinate representation of color #F11D09: hue angle of 5.17º 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 #F11D09 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 9 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.05 |
| HSL | 5.17º | 0.93% | 0.49% | - |
| HSV(B) | 5.17º | 0.96% | 0.95% | - |
| XYZ | 36.76 | 19.6 | 2.1 | - |
| YUV | 90.11 | 82.24 | 235.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 9 | 0 | 0.88 | 0.96 | 0.05 | 5.17 | 0.93 | 0.49 |
| Hex | F1 | 1D | 9 | 0 | 58 | 60 | 5 | 5 | 5D | 31 |
| Octal | 361 | 35 | 11 | 0 | 130 | 140 | 5 | 5 | 135 | 61 |
| Binary | 11110001 | 11101 | 1001 | 0 | 1011000 | 1100000 | 101 | 101 | 1011101 | 110001 |
Color Harmonies of #F11D09
Complementary color
Monochromatic Colors of #F11D09
Black with #F11D09
Text Example
Text Example
White with #F11D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11D09; }
p { color: rgb(241,29,9); }
H1.HeaderClassName
{
color: #F11D09;
}
.AnyTagClassName
{
color: #F11D09;
}
</style>
background-color css
<style>
a { background-color: #F11D09; }
a { background-color: rgb(241,29,9); }
div.DivClassName
{
background-color: #F11D09;
}
.BgClassName
{
background-color: #F11D09;
}
</style>
border-color css
<style>
span { border-color: #F11D09; }
span { border-color: rgb(241,29,9); }
td.TdClassName
{
border-color: #F11D09;
}
.TagClassName
{
border-color: #F11D09;
}
</style>