Shades of Scarlet #F41404
Tints of Scarlet #F41404
RGB
CMYK
RGB Variations
Color information
#F41404 (or 0xF41404) is known color: Scarlet. HEX triplet: F4, 14 and 04. RGB value is (244,20,4). Sum of RGB (Red+Green+Blue) = 244+20+4=268 (35% of max value = 765). Red value is 244 (95.70% from 255 or 91.04% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 244 - color contains mainly: red. Hex color #F41404 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41404 is #0BEBFB. Grayscale: #555555. Windows color (decimal): -781308 or 267508. OLE color: 267508.
HSL color Cylindrical-coordinate representation of color #F41404: hue angle of 4º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F41404 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 4 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.04 |
| HSL | 4º | 0.97% | 0.49% | - |
| HSV(B) | 4º | 0.98% | 0.96% | - |
| XYZ | 37.58 | 19.74 | 1.94 | - |
| YUV | 85.15 | 82.21 | 241.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 4 | 0 | 0.92 | 0.98 | 0.04 | 4 | 0.97 | 0.49 |
| Hex | F4 | 14 | 4 | 0 | 5C | 62 | 4 | 4 | 61 | 31 |
| Octal | 364 | 24 | 4 | 0 | 134 | 142 | 4 | 4 | 141 | 61 |
| Binary | 11110100 | 10100 | 100 | 0 | 1011100 | 1100010 | 100 | 100 | 1100001 | 110001 |
Color Harmonies of #F41404
Complementary color
Monochromatic Colors of #F41404
Black with #F41404
Text Example
Text Example
White with #F41404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41404; }
p { color: rgb(244,20,4); }
H1.HeaderClassName
{
color: #F41404;
}
.AnyTagClassName
{
color: #F41404;
}
</style>
background-color css
<style>
a { background-color: #F41404; }
a { background-color: rgb(244,20,4); }
div.DivClassName
{
background-color: #F41404;
}
.BgClassName
{
background-color: #F41404;
}
</style>
border-color css
<style>
span { border-color: #F41404; }
span { border-color: rgb(244,20,4); }
td.TdClassName
{
border-color: #F41404;
}
.TagClassName
{
border-color: #F41404;
}
</style>