Shades of Scarlet #F41F1E
Tints of Scarlet #F41F1E
RGB
CMYK
RGB Variations
Color information
#F41F1E (or 0xF41F1E) is known color: Scarlet. HEX triplet: F4, 1F and 1E. RGB value is (244,31,30). Sum of RGB (Red+Green+Blue) = 244+31+30=305 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 244 - color contains mainly: red. Hex color #F41F1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F41F1E is #0BE0E1. Grayscale: #5E5E5E. Windows color (decimal): -778466 or 1974260. OLE color: 1974260.
HSL color Cylindrical-coordinate representation of color #F41F1E: hue angle of 0.28º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41F1E is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 31 | 30 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.04 |
| HSL | 0.28º | 0.91% | 0.54% | - |
| HSV(B) | 0.28º | 0.88% | 0.96% | - |
| XYZ | 38.03 | 20.31 | 3.14 | - |
| YUV | 94.57 | 91.57 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 31 | 30 | 0 | 0.87 | 0.88 | 0.04 | 0.28 | 0.91 | 0.54 |
| Hex | F4 | 1F | 1E | 0 | 57 | 58 | 4 | 0 | 5B | 36 |
| Octal | 364 | 37 | 36 | 0 | 127 | 130 | 4 | 0 | 133 | 66 |
| Binary | 11110100 | 11111 | 11110 | 0 | 1010111 | 1011000 | 100 | 0 | 1011011 | 110110 |
Color Harmonies of #F41F1E
Complementary color
Monochromatic Colors of #F41F1E
Black with #F41F1E
Text Example
Text Example
White with #F41F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41F1E; }
p { color: rgb(244,31,30); }
H1.HeaderClassName
{
color: #F41F1E;
}
.AnyTagClassName
{
color: #F41F1E;
}
</style>
background-color css
<style>
a { background-color: #F41F1E; }
a { background-color: rgb(244,31,30); }
div.DivClassName
{
background-color: #F41F1E;
}
.BgClassName
{
background-color: #F41F1E;
}
</style>
border-color css
<style>
span { border-color: #F41F1E; }
span { border-color: rgb(244,31,30); }
td.TdClassName
{
border-color: #F41F1E;
}
.TagClassName
{
border-color: #F41F1E;
}
</style>