Shades of Scarlet #F41C09
Tints of Scarlet #F41C09
RGB
CMYK
RGB Variations
Color information
#F41C09 (or 0xF41C09) is known color: Scarlet. HEX triplet: F4, 1C and 09. RGB value is (244,28,9). Sum of RGB (Red+Green+Blue) = 244+28+9=281 (37% of max value = 765). Red value is 244 (95.70% from 255 or 86.83% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 244 - color contains mainly: red. Hex color #F41C09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F41C09 is #0BE3F6. Grayscale: #5A5A5A. Windows color (decimal): -779255 or 597236. OLE color: 597236.
HSL color Cylindrical-coordinate representation of color #F41C09: hue angle of 4.85º 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 #F41C09 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 28 | 9 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.04 |
| HSL | 4.85º | 0.93% | 0.5% | - |
| HSV(B) | 4.85º | 0.96% | 0.96% | - |
| XYZ | 37.77 | 20.08 | 2.14 | - |
| YUV | 90.42 | 82.06 | 237.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 9 | 0 | 0.89 | 0.96 | 0.04 | 4.85 | 0.93 | 0.5 |
| Hex | F4 | 1C | 9 | 0 | 59 | 60 | 4 | 5 | 5D | 32 |
| Octal | 364 | 34 | 11 | 0 | 131 | 140 | 4 | 5 | 135 | 62 |
| Binary | 11110100 | 11100 | 1001 | 0 | 1011001 | 1100000 | 100 | 101 | 1011101 | 110010 |
Color Harmonies of #F41C09
Complementary color
Monochromatic Colors of #F41C09
Black with #F41C09
Text Example
Text Example
White with #F41C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41C09; }
p { color: rgb(244,28,9); }
H1.HeaderClassName
{
color: #F41C09;
}
.AnyTagClassName
{
color: #F41C09;
}
</style>
background-color css
<style>
a { background-color: #F41C09; }
a { background-color: rgb(244,28,9); }
div.DivClassName
{
background-color: #F41C09;
}
.BgClassName
{
background-color: #F41C09;
}
</style>
border-color css
<style>
span { border-color: #F41C09; }
span { border-color: rgb(244,28,9); }
td.TdClassName
{
border-color: #F41C09;
}
.TagClassName
{
border-color: #F41C09;
}
</style>