Shades of Scarlet #F41407
Tints of Scarlet #F41407
RGB
CMYK
RGB Variations
Color information
#F41407 (or 0xF41407) is known color: Scarlet. HEX triplet: F4, 14 and 07. RGB value is (244,20,7). Sum of RGB (Red+Green+Blue) = 244+20+7=271 (35% of max value = 765). Red value is 244 (95.70% from 255 or 90.04% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 244 - color contains mainly: red. Hex color #F41407 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41407 is #0BEBF8. Grayscale: #555555. Windows color (decimal): -781305 or 464116. OLE color: 464116.
HSL color Cylindrical-coordinate representation of color #F41407: hue angle of 3.29º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F41407 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 7 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.04 |
| HSL | 3.29º | 0.94% | 0.49% | - |
| HSV(B) | 3.29º | 0.97% | 0.96% | - |
| XYZ | 37.6 | 19.75 | 2.03 | - |
| YUV | 85.49 | 83.71 | 241.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 7 | 0 | 0.92 | 0.97 | 0.04 | 3.29 | 0.94 | 0.49 |
| Hex | F4 | 14 | 7 | 0 | 5C | 61 | 4 | 3 | 5E | 31 |
| Octal | 364 | 24 | 7 | 0 | 134 | 141 | 4 | 3 | 136 | 61 |
| Binary | 11110100 | 10100 | 111 | 0 | 1011100 | 1100001 | 100 | 11 | 1011110 | 110001 |
Color Harmonies of #F41407
Complementary color
Monochromatic Colors of #F41407
Black with #F41407
Text Example
Text Example
White with #F41407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41407; }
p { color: rgb(244,20,7); }
H1.HeaderClassName
{
color: #F41407;
}
.AnyTagClassName
{
color: #F41407;
}
</style>
background-color css
<style>
a { background-color: #F41407; }
a { background-color: rgb(244,20,7); }
div.DivClassName
{
background-color: #F41407;
}
.BgClassName
{
background-color: #F41407;
}
</style>
border-color css
<style>
span { border-color: #F41407; }
span { border-color: rgb(244,20,7); }
td.TdClassName
{
border-color: #F41407;
}
.TagClassName
{
border-color: #F41407;
}
</style>