Shades of Scarlet #F41409
Tints of Scarlet #F41409
RGB
CMYK
RGB Variations
Color information
#F41409 (or 0xF41409) is known color: Scarlet. HEX triplet: F4, 14 and 09. RGB value is (244,20,9). Sum of RGB (Red+Green+Blue) = 244+20+9=273 (36% of max value = 765). Red value is 244 (95.70% from 255 or 89.38% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 244 - color contains mainly: red. Hex color #F41409 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41409 is #0BEBF6. Grayscale: #555555. Windows color (decimal): -781303 or 595188. OLE color: 595188.
HSL color Cylindrical-coordinate representation of color #F41409: hue angle of 2.81º 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 #F41409 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 9 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.04 |
| HSL | 2.81º | 0.93% | 0.5% | - |
| HSV(B) | 2.81º | 0.96% | 0.96% | - |
| XYZ | 37.61 | 19.75 | 2.09 | - |
| YUV | 85.72 | 84.71 | 240.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 9 | 0 | 0.92 | 0.96 | 0.04 | 2.81 | 0.93 | 0.5 |
| Hex | F4 | 14 | 9 | 0 | 5C | 60 | 4 | 3 | 5D | 32 |
| Octal | 364 | 24 | 11 | 0 | 134 | 140 | 4 | 3 | 135 | 62 |
| Binary | 11110100 | 10100 | 1001 | 0 | 1011100 | 1100000 | 100 | 11 | 1011101 | 110010 |
Color Harmonies of #F41409
Complementary color
Monochromatic Colors of #F41409
Black with #F41409
Text Example
Text Example
White with #F41409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41409; }
p { color: rgb(244,20,9); }
H1.HeaderClassName
{
color: #F41409;
}
.AnyTagClassName
{
color: #F41409;
}
</style>
background-color css
<style>
a { background-color: #F41409; }
a { background-color: rgb(244,20,9); }
div.DivClassName
{
background-color: #F41409;
}
.BgClassName
{
background-color: #F41409;
}
</style>
border-color css
<style>
span { border-color: #F41409; }
span { border-color: rgb(244,20,9); }
td.TdClassName
{
border-color: #F41409;
}
.TagClassName
{
border-color: #F41409;
}
</style>