Shades of Scarlet #F41A09
Tints of Scarlet #F41A09
RGB
CMYK
RGB Variations
Color information
#F41A09 (or 0xF41A09) is known color: Scarlet. HEX triplet: F4, 1A and 09. RGB value is (244,26,9). Sum of RGB (Red+Green+Blue) = 244+26+9=279 (36% of max value = 765). Red value is 244 (95.70% from 255 or 87.46% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 244 - color contains mainly: red. Hex color #F41A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F41A09 is #0BE5F6. Grayscale: #595959. Windows color (decimal): -779767 or 596724. OLE color: 596724.
HSL color Cylindrical-coordinate representation of color #F41A09: hue angle of 4.34º 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 #F41A09 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 26 | 9 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.04 |
| HSL | 4.34º | 0.93% | 0.5% | - |
| HSV(B) | 4.34º | 0.96% | 0.96% | - |
| XYZ | 37.73 | 19.99 | 2.13 | - |
| YUV | 89.24 | 82.72 | 238.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 26 | 9 | 0 | 0.89 | 0.96 | 0.04 | 4.34 | 0.93 | 0.5 |
| Hex | F4 | 1A | 9 | 0 | 59 | 60 | 4 | 4 | 5D | 32 |
| Octal | 364 | 32 | 11 | 0 | 131 | 140 | 4 | 4 | 135 | 62 |
| Binary | 11110100 | 11010 | 1001 | 0 | 1011001 | 1100000 | 100 | 100 | 1011101 | 110010 |
Color Harmonies of #F41A09
Complementary color
Monochromatic Colors of #F41A09
Black with #F41A09
Text Example
Text Example
White with #F41A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41A09; }
p { color: rgb(244,26,9); }
H1.HeaderClassName
{
color: #F41A09;
}
.AnyTagClassName
{
color: #F41A09;
}
</style>
background-color css
<style>
a { background-color: #F41A09; }
a { background-color: rgb(244,26,9); }
div.DivClassName
{
background-color: #F41A09;
}
.BgClassName
{
background-color: #F41A09;
}
</style>
border-color css
<style>
span { border-color: #F41A09; }
span { border-color: rgb(244,26,9); }
td.TdClassName
{
border-color: #F41A09;
}
.TagClassName
{
border-color: #F41A09;
}
</style>