Shades of Scarlet #F91904
Tints of Scarlet #F91904
RGB
CMYK
RGB Variations
Color information
#F91904 (or 0xF91904) is known color: Scarlet. HEX triplet: F9, 19 and 04. RGB value is (249,25,4). Sum of RGB (Red+Green+Blue) = 249+25+4=278 (36% of max value = 765). Red value is 249 (97.66% from 255 or 89.57% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 249 - color contains mainly: red. Hex color #F91904 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91904 is #06E6FB. Grayscale: #595959. Windows color (decimal): -452348 or 268793. OLE color: 268793.
HSL color Cylindrical-coordinate representation of color #F91904: hue angle of 5.14º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F91904 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 4 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.02 |
| HSL | 5.14º | 0.97% | 0.5% | - |
| HSV(B) | 5.14º | 0.98% | 0.98% | - |
| XYZ | 39.44 | 20.84 | 2.06 | - |
| YUV | 89.58 | 79.71 | 241.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 4 | 0 | 0.90 | 0.98 | 0.02 | 5.14 | 0.97 | 0.5 |
| Hex | F9 | 19 | 4 | 0 | 5A | 62 | 2 | 5 | 61 | 32 |
| Octal | 371 | 31 | 4 | 0 | 132 | 142 | 2 | 5 | 141 | 62 |
| Binary | 11111001 | 11001 | 100 | 0 | 1011010 | 1100010 | 10 | 101 | 1100001 | 110010 |
Color Harmonies of #F91904
Complementary color
Monochromatic Colors of #F91904
Black with #F91904
Text Example
Text Example
White with #F91904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91904; }
p { color: rgb(249,25,4); }
H1.HeaderClassName
{
color: #F91904;
}
.AnyTagClassName
{
color: #F91904;
}
</style>
background-color css
<style>
a { background-color: #F91904; }
a { background-color: rgb(249,25,4); }
div.DivClassName
{
background-color: #F91904;
}
.BgClassName
{
background-color: #F91904;
}
</style>
border-color css
<style>
span { border-color: #F91904; }
span { border-color: rgb(249,25,4); }
td.TdClassName
{
border-color: #F91904;
}
.TagClassName
{
border-color: #F91904;
}
</style>