Shades of Scarlet #F11904
Tints of Scarlet #F11904
RGB
CMYK
RGB Variations
Color information
#F11904 (or 0xF11904) is known color: Scarlet. HEX triplet: F1, 19 and 04. RGB value is (241,25,4). Sum of RGB (Red+Green+Blue) = 241+25+4=270 (35% of max value = 765). Red value is 241 (94.53% from 255 or 89.26% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 241 - color contains mainly: red. Hex color #F11904 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11904 is #0EE6FB. Grayscale: #575757. Windows color (decimal): -976636 or 268785. OLE color: 268785.
HSL color Cylindrical-coordinate representation of color #F11904: hue angle of 5.32º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F11904 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 4 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.05 |
| HSL | 5.32º | 0.97% | 0.48% | - |
| HSV(B) | 5.32º | 0.98% | 0.95% | - |
| XYZ | 36.65 | 19.4 | 1.93 | - |
| YUV | 87.19 | 81.06 | 237.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 4 | 0 | 0.90 | 0.98 | 0.05 | 5.32 | 0.97 | 0.48 |
| Hex | F1 | 19 | 4 | 0 | 5A | 62 | 5 | 5 | 61 | 30 |
| Octal | 361 | 31 | 4 | 0 | 132 | 142 | 5 | 5 | 141 | 60 |
| Binary | 11110001 | 11001 | 100 | 0 | 1011010 | 1100010 | 101 | 101 | 1100001 | 110000 |
Color Harmonies of #F11904
Complementary color
Monochromatic Colors of #F11904
Black with #F11904
Text Example
Text Example
White with #F11904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11904; }
p { color: rgb(241,25,4); }
H1.HeaderClassName
{
color: #F11904;
}
.AnyTagClassName
{
color: #F11904;
}
</style>
background-color css
<style>
a { background-color: #F11904; }
a { background-color: rgb(241,25,4); }
div.DivClassName
{
background-color: #F11904;
}
.BgClassName
{
background-color: #F11904;
}
</style>
border-color css
<style>
span { border-color: #F11904; }
span { border-color: rgb(241,25,4); }
td.TdClassName
{
border-color: #F11904;
}
.TagClassName
{
border-color: #F11904;
}
</style>