Shades of Scarlet #F41F0E
Tints of Scarlet #F41F0E
RGB
CMYK
RGB Variations
Color information
#F41F0E (or 0xF41F0E) is known color: Scarlet. HEX triplet: F4, 1F and 0E. RGB value is (244,31,14). Sum of RGB (Red+Green+Blue) = 244+31+14=289 (38% of max value = 765). Red value is 244 (95.70% from 255 or 84.43% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 244 - color contains mainly: red. Hex color #F41F0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F41F0E is #0BE0F1. Grayscale: #5D5D5D. Windows color (decimal): -778482 or 925684. OLE color: 925684.
HSL color Cylindrical-coordinate representation of color #F41F0E: hue angle of 4.43º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F41F0E is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 31 | 14 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.04 |
| HSL | 4.43º | 0.91% | 0.51% | - |
| HSV(B) | 4.43º | 0.94% | 0.96% | - |
| XYZ | 37.88 | 20.24 | 2.33 | - |
| YUV | 92.75 | 83.57 | 235.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 31 | 14 | 0 | 0.87 | 0.94 | 0.04 | 4.43 | 0.91 | 0.51 |
| Hex | F4 | 1F | E | 0 | 57 | 5E | 4 | 4 | 5B | 33 |
| Octal | 364 | 37 | 16 | 0 | 127 | 136 | 4 | 4 | 133 | 63 |
| Binary | 11110100 | 11111 | 1110 | 0 | 1010111 | 1011110 | 100 | 100 | 1011011 | 110011 |
Color Harmonies of #F41F0E
Complementary color
Monochromatic Colors of #F41F0E
Black with #F41F0E
Text Example
Text Example
White with #F41F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41F0E; }
p { color: rgb(244,31,14); }
H1.HeaderClassName
{
color: #F41F0E;
}
.AnyTagClassName
{
color: #F41F0E;
}
</style>
background-color css
<style>
a { background-color: #F41F0E; }
a { background-color: rgb(244,31,14); }
div.DivClassName
{
background-color: #F41F0E;
}
.BgClassName
{
background-color: #F41F0E;
}
</style>
border-color css
<style>
span { border-color: #F41F0E; }
span { border-color: rgb(244,31,14); }
td.TdClassName
{
border-color: #F41F0E;
}
.TagClassName
{
border-color: #F41F0E;
}
</style>