Shades of Scarlet #F9290E
Tints of Scarlet #F9290E
RGB
CMYK
RGB Variations
Color information
#F9290E (or 0xF9290E) is known color: Scarlet. HEX triplet: F9, 29 and 0E. RGB value is (249,41,14). Sum of RGB (Red+Green+Blue) = 249+41+14=304 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.91% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 249 - color contains mainly: red. Hex color #F9290E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9290E is #06D6F1. Grayscale: #646464. Windows color (decimal): -448242 or 928249. OLE color: 928249.
HSL color Cylindrical-coordinate representation of color #F9290E: hue angle of 6.89º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9290E is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 41 | 14 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.02 |
| HSL | 6.89º | 0.95% | 0.52% | - |
| HSV(B) | 6.89º | 0.94% | 0.98% | - |
| XYZ | 39.94 | 21.76 | 2.51 | - |
| YUV | 100.11 | 79.41 | 234.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 41 | 14 | 0 | 0.84 | 0.94 | 0.02 | 6.89 | 0.95 | 0.52 |
| Hex | F9 | 29 | E | 0 | 54 | 5E | 2 | 7 | 5F | 34 |
| Octal | 371 | 51 | 16 | 0 | 124 | 136 | 2 | 7 | 137 | 64 |
| Binary | 11111001 | 101001 | 1110 | 0 | 1010100 | 1011110 | 10 | 111 | 1011111 | 110100 |
Color Harmonies of #F9290E
Complementary color
Monochromatic Colors of #F9290E
Black with #F9290E
Text Example
Text Example
White with #F9290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9290E; }
p { color: rgb(249,41,14); }
H1.HeaderClassName
{
color: #F9290E;
}
.AnyTagClassName
{
color: #F9290E;
}
</style>
background-color css
<style>
a { background-color: #F9290E; }
a { background-color: rgb(249,41,14); }
div.DivClassName
{
background-color: #F9290E;
}
.BgClassName
{
background-color: #F9290E;
}
</style>
border-color css
<style>
span { border-color: #F9290E; }
span { border-color: rgb(249,41,14); }
td.TdClassName
{
border-color: #F9290E;
}
.TagClassName
{
border-color: #F9290E;
}
</style>