Shades of Scarlet #F41914
Tints of Scarlet #F41914
RGB
CMYK
RGB Variations
Color information
#F41914 (or 0xF41914) is known color: Scarlet. HEX triplet: F4, 19 and 14. RGB value is (244,25,20). Sum of RGB (Red+Green+Blue) = 244+25+20=289 (38% of max value = 765). Red value is 244 (95.70% from 255 or 84.43% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 244 - color contains mainly: red. Hex color #F41914 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41914 is #0BE6EB. Grayscale: #5A5A5A. Windows color (decimal): -780012 or 1317364. OLE color: 1317364.
HSL color Cylindrical-coordinate representation of color #F41914: hue angle of 1.34º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F41914 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 20 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.04 |
| HSL | 1.34º | 0.91% | 0.52% | - |
| HSV(B) | 1.34º | 0.92% | 0.96% | - |
| XYZ | 37.78 | 19.98 | 2.53 | - |
| YUV | 89.91 | 88.55 | 237.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 20 | 0 | 0.90 | 0.92 | 0.04 | 1.34 | 0.91 | 0.52 |
| Hex | F4 | 19 | 14 | 0 | 5A | 5C | 4 | 1 | 5B | 34 |
| Octal | 364 | 31 | 24 | 0 | 132 | 134 | 4 | 1 | 133 | 64 |
| Binary | 11110100 | 11001 | 10100 | 0 | 1011010 | 1011100 | 100 | 1 | 1011011 | 110100 |
Color Harmonies of #F41914
Complementary color
Monochromatic Colors of #F41914
Black with #F41914
Text Example
Text Example
White with #F41914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41914; }
p { color: rgb(244,25,20); }
H1.HeaderClassName
{
color: #F41914;
}
.AnyTagClassName
{
color: #F41914;
}
</style>
background-color css
<style>
a { background-color: #F41914; }
a { background-color: rgb(244,25,20); }
div.DivClassName
{
background-color: #F41914;
}
.BgClassName
{
background-color: #F41914;
}
</style>
border-color css
<style>
span { border-color: #F41914; }
span { border-color: rgb(244,25,20); }
td.TdClassName
{
border-color: #F41914;
}
.TagClassName
{
border-color: #F41914;
}
</style>