Shades of Scarlet #F41F16
Tints of Scarlet #F41F16
RGB
CMYK
RGB Variations
Color information
#F41F16 (or 0xF41F16) is known color: Scarlet. HEX triplet: F4, 1F and 16. RGB value is (244,31,22). Sum of RGB (Red+Green+Blue) = 244+31+22=297 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.15% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 244 - color contains mainly: red. Hex color #F41F16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F41F16 is #0BE0E9. Grayscale: #5D5D5D. Windows color (decimal): -778474 or 1449972. OLE color: 1449972.
HSL color Cylindrical-coordinate representation of color #F41F16: hue angle of 2.43º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F41F16 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 31 | 22 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.04 |
| HSL | 2.43º | 0.91% | 0.52% | - |
| HSV(B) | 2.43º | 0.91% | 0.96% | - |
| XYZ | 37.94 | 20.27 | 2.67 | - |
| YUV | 93.66 | 87.57 | 235.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 31 | 22 | 0 | 0.87 | 0.91 | 0.04 | 2.43 | 0.91 | 0.52 |
| Hex | F4 | 1F | 16 | 0 | 57 | 5B | 4 | 2 | 5B | 34 |
| Octal | 364 | 37 | 26 | 0 | 127 | 133 | 4 | 2 | 133 | 64 |
| Binary | 11110100 | 11111 | 10110 | 0 | 1010111 | 1011011 | 100 | 10 | 1011011 | 110100 |
Color Harmonies of #F41F16
Complementary color
Monochromatic Colors of #F41F16
Black with #F41F16
Text Example
Text Example
White with #F41F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41F16; }
p { color: rgb(244,31,22); }
H1.HeaderClassName
{
color: #F41F16;
}
.AnyTagClassName
{
color: #F41F16;
}
</style>
background-color css
<style>
a { background-color: #F41F16; }
a { background-color: rgb(244,31,22); }
div.DivClassName
{
background-color: #F41F16;
}
.BgClassName
{
background-color: #F41F16;
}
</style>
border-color css
<style>
span { border-color: #F41F16; }
span { border-color: rgb(244,31,22); }
td.TdClassName
{
border-color: #F41F16;
}
.TagClassName
{
border-color: #F41F16;
}
</style>