Shades of Scarlet #F41F00
Tints of Scarlet #F41F00
RGB
CMYK
RGB Variations
Color information
#F41F00 (or 0xF41F00) is known color: Scarlet. HEX triplet: F4, 1F and 00. RGB value is (244,31,0). Sum of RGB (Red+Green+Blue) = 244+31+0=275 (36% of max value = 765). Red value is 244 (95.70% from 255 or 88.73% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 244 - color contains mainly: red. Hex color #F41F00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F41F00 is #0BE0FF. Grayscale: #5B5B5B. Windows color (decimal): -778496 or 8180. OLE color: 8180.
HSL color Cylindrical-coordinate representation of color #F41F00: hue angle of 7.62º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F41F00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 31 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.04 |
| HSL | 7.62º | 1% | 0.48% | - |
| HSV(B) | 7.62º | 1% | 0.96% | - |
| XYZ | 37.8 | 20.21 | 1.91 | - |
| YUV | 91.15 | 76.57 | 237.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 31 | 0 | 0 | 0.87 | 1 | 0.04 | 7.62 | 1 | 0.48 |
| Hex | F4 | 1F | 0 | 0 | 57 | 64 | 4 | 8 | 64 | 30 |
| Octal | 364 | 37 | 0 | 0 | 127 | 144 | 4 | 10 | 144 | 60 |
| Binary | 11110100 | 11111 | 0 | 0 | 1010111 | 1100100 | 100 | 1000 | 1100100 | 110000 |
Color Harmonies of #F41F00
Complementary color
Monochromatic Colors of #F41F00
Black with #F41F00
Text Example
Text Example
White with #F41F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41F00; }
p { color: rgb(244,31,0); }
H1.HeaderClassName
{
color: #F41F00;
}
.AnyTagClassName
{
color: #F41F00;
}
</style>
background-color css
<style>
a { background-color: #F41F00; }
a { background-color: rgb(244,31,0); }
div.DivClassName
{
background-color: #F41F00;
}
.BgClassName
{
background-color: #F41F00;
}
</style>
border-color css
<style>
span { border-color: #F41F00; }
span { border-color: rgb(244,31,0); }
td.TdClassName
{
border-color: #F41F00;
}
.TagClassName
{
border-color: #F41F00;
}
</style>