Shades of Scarlet #F41611
Tints of Scarlet #F41611
RGB
CMYK
RGB Variations
Color information
#F41611 (or 0xF41611) is known color: Scarlet. HEX triplet: F4, 16 and 11. RGB value is (244,22,17). Sum of RGB (Red+Green+Blue) = 244+22+17=283 (37% of max value = 765). Red value is 244 (95.70% from 255 or 86.22% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 244 - color contains mainly: red. Hex color #F41611 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41611 is #0BE9EE. Grayscale: #585858. Windows color (decimal): -780783 or 1119988. OLE color: 1119988.
HSL color Cylindrical-coordinate representation of color #F41611: hue angle of 1.32º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F41611 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 17 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.04 |
| HSL | 1.32º | 0.91% | 0.51% | - |
| HSV(B) | 1.32º | 0.93% | 0.96% | - |
| XYZ | 37.7 | 19.85 | 2.37 | - |
| YUV | 87.81 | 88.05 | 239.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 17 | 0 | 0.91 | 0.93 | 0.04 | 1.32 | 0.91 | 0.51 |
| Hex | F4 | 16 | 11 | 0 | 5B | 5D | 4 | 1 | 5B | 33 |
| Octal | 364 | 26 | 21 | 0 | 133 | 135 | 4 | 1 | 133 | 63 |
| Binary | 11110100 | 10110 | 10001 | 0 | 1011011 | 1011101 | 100 | 1 | 1011011 | 110011 |
Color Harmonies of #F41611
Complementary color
Monochromatic Colors of #F41611
Black with #F41611
Text Example
Text Example
White with #F41611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41611; }
p { color: rgb(244,22,17); }
H1.HeaderClassName
{
color: #F41611;
}
.AnyTagClassName
{
color: #F41611;
}
</style>
background-color css
<style>
a { background-color: #F41611; }
a { background-color: rgb(244,22,17); }
div.DivClassName
{
background-color: #F41611;
}
.BgClassName
{
background-color: #F41611;
}
</style>
border-color css
<style>
span { border-color: #F41611; }
span { border-color: rgb(244,22,17); }
td.TdClassName
{
border-color: #F41611;
}
.TagClassName
{
border-color: #F41611;
}
</style>