Shades of Scarlet #F41609
Tints of Scarlet #F41609
RGB
CMYK
RGB Variations
Color information
#F41609 (or 0xF41609) is known color: Scarlet. HEX triplet: F4, 16 and 09. RGB value is (244,22,9). Sum of RGB (Red+Green+Blue) = 244+22+9=275 (36% of max value = 765). Red value is 244 (95.70% from 255 or 88.73% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 244 - color contains mainly: red. Hex color #F41609 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41609 is #0BE9F6. Grayscale: #575757. Windows color (decimal): -780791 or 595700. OLE color: 595700.
HSL color Cylindrical-coordinate representation of color #F41609: hue angle of 3.32º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F41609 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 9 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.04 |
| HSL | 3.32º | 0.93% | 0.5% | - |
| HSV(B) | 3.32º | 0.96% | 0.96% | - |
| XYZ | 37.64 | 19.83 | 2.1 | - |
| YUV | 86.9 | 84.05 | 240.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 9 | 0 | 0.91 | 0.96 | 0.04 | 3.32 | 0.93 | 0.5 |
| Hex | F4 | 16 | 9 | 0 | 5B | 60 | 4 | 3 | 5D | 32 |
| Octal | 364 | 26 | 11 | 0 | 133 | 140 | 4 | 3 | 135 | 62 |
| Binary | 11110100 | 10110 | 1001 | 0 | 1011011 | 1100000 | 100 | 11 | 1011101 | 110010 |
Color Harmonies of #F41609
Complementary color
Monochromatic Colors of #F41609
Black with #F41609
Text Example
Text Example
White with #F41609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41609; }
p { color: rgb(244,22,9); }
H1.HeaderClassName
{
color: #F41609;
}
.AnyTagClassName
{
color: #F41609;
}
</style>
background-color css
<style>
a { background-color: #F41609; }
a { background-color: rgb(244,22,9); }
div.DivClassName
{
background-color: #F41609;
}
.BgClassName
{
background-color: #F41609;
}
</style>
border-color css
<style>
span { border-color: #F41609; }
span { border-color: rgb(244,22,9); }
td.TdClassName
{
border-color: #F41609;
}
.TagClassName
{
border-color: #F41609;
}
</style>