Shades of Scarlet #F41400
Tints of Scarlet #F41400
RGB
CMYK
RGB Variations
Color information
#F41400 (or 0xF41400) is known color: Scarlet. HEX triplet: F4, 14 and 00. RGB value is (244,20,0). Sum of RGB (Red+Green+Blue) = 244+20+0=264 (34% of max value = 765). Red value is 244 (95.70% from 255 or 92.42% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 244 - color contains mainly: red. Hex color #F41400 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41400 is #0BEBFF. Grayscale: #555555. Windows color (decimal): -781312 or 5364. OLE color: 5364.
HSL color Cylindrical-coordinate representation of color #F41400: hue angle of 4.92º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F41400 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.04 |
| HSL | 4.92º | 1% | 0.48% | - |
| HSV(B) | 4.92º | 1% | 0.96% | - |
| XYZ | 37.56 | 19.73 | 1.83 | - |
| YUV | 84.7 | 80.21 | 241.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 0 | 0 | 0.92 | 1 | 0.04 | 4.92 | 1 | 0.48 |
| Hex | F4 | 14 | 0 | 0 | 5C | 64 | 4 | 5 | 64 | 30 |
| Octal | 364 | 24 | 0 | 0 | 134 | 144 | 4 | 5 | 144 | 60 |
| Binary | 11110100 | 10100 | 0 | 0 | 1011100 | 1100100 | 100 | 101 | 1100100 | 110000 |
Color Harmonies of #F41400
Complementary color
Monochromatic Colors of #F41400
Black with #F41400
Text Example
Text Example
White with #F41400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41400; }
p { color: rgb(244,20,0); }
H1.HeaderClassName
{
color: #F41400;
}
.AnyTagClassName
{
color: #F41400;
}
</style>
background-color css
<style>
a { background-color: #F41400; }
a { background-color: rgb(244,20,0); }
div.DivClassName
{
background-color: #F41400;
}
.BgClassName
{
background-color: #F41400;
}
</style>
border-color css
<style>
span { border-color: #F41400; }
span { border-color: rgb(244,20,0); }
td.TdClassName
{
border-color: #F41400;
}
.TagClassName
{
border-color: #F41400;
}
</style>