Shades of Scarlet #F11404
Tints of Scarlet #F11404
RGB
CMYK
RGB Variations
Color information
#F11404 (or 0xF11404) is known color: Scarlet. HEX triplet: F1, 14 and 04. RGB value is (241,20,4). Sum of RGB (Red+Green+Blue) = 241+20+4=265 (35% of max value = 765). Red value is 241 (94.53% from 255 or 90.94% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 241 - color contains mainly: red. Hex color #F11404 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11404 is #0EEBFB. Grayscale: #545454. Windows color (decimal): -977916 or 267505. OLE color: 267505.
HSL color Cylindrical-coordinate representation of color #F11404: hue angle of 4.05º 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 #F11404 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 4 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.05 |
| HSL | 4.05º | 0.97% | 0.48% | - |
| HSV(B) | 4.05º | 0.98% | 0.95% | - |
| XYZ | 36.55 | 19.21 | 1.9 | - |
| YUV | 84.26 | 82.72 | 239.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 4 | 0 | 0.92 | 0.98 | 0.05 | 4.05 | 0.97 | 0.48 |
| Hex | F1 | 14 | 4 | 0 | 5C | 62 | 5 | 4 | 61 | 30 |
| Octal | 361 | 24 | 4 | 0 | 134 | 142 | 5 | 4 | 141 | 60 |
| Binary | 11110001 | 10100 | 100 | 0 | 1011100 | 1100010 | 101 | 100 | 1100001 | 110000 |
Color Harmonies of #F11404
Complementary color
Monochromatic Colors of #F11404
Black with #F11404
Text Example
Text Example
White with #F11404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11404; }
p { color: rgb(241,20,4); }
H1.HeaderClassName
{
color: #F11404;
}
.AnyTagClassName
{
color: #F11404;
}
</style>
background-color css
<style>
a { background-color: #F11404; }
a { background-color: rgb(241,20,4); }
div.DivClassName
{
background-color: #F11404;
}
.BgClassName
{
background-color: #F11404;
}
</style>
border-color css
<style>
span { border-color: #F11404; }
span { border-color: rgb(241,20,4); }
td.TdClassName
{
border-color: #F11404;
}
.TagClassName
{
border-color: #F11404;
}
</style>