Shades of Scarlet #F91407
Tints of Scarlet #F91407
RGB
CMYK
RGB Variations
Color information
#F91407 (or 0xF91407) is known color: Scarlet. HEX triplet: F9, 14 and 07. RGB value is (249,20,7). Sum of RGB (Red+Green+Blue) = 249+20+7=276 (36% of max value = 765). Red value is 249 (97.66% from 255 or 90.22% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 249 - color contains mainly: red. Hex color #F91407 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91407 is #06EBF8. Grayscale: #575757. Windows color (decimal): -453625 or 464121. OLE color: 464121.
HSL color Cylindrical-coordinate representation of color #F91407: hue angle of 3.22º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F91407 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 7 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.02 |
| HSL | 3.22º | 0.95% | 0.5% | - |
| HSV(B) | 3.22º | 0.97% | 0.98% | - |
| XYZ | 39.36 | 20.66 | 2.11 | - |
| YUV | 86.99 | 82.87 | 243.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 7 | 0 | 0.92 | 0.97 | 0.02 | 3.22 | 0.95 | 0.5 |
| Hex | F9 | 14 | 7 | 0 | 5C | 61 | 2 | 3 | 5F | 32 |
| Octal | 371 | 24 | 7 | 0 | 134 | 141 | 2 | 3 | 137 | 62 |
| Binary | 11111001 | 10100 | 111 | 0 | 1011100 | 1100001 | 10 | 11 | 1011111 | 110010 |
Color Harmonies of #F91407
Complementary color
Monochromatic Colors of #F91407
Black with #F91407
Text Example
Text Example
White with #F91407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91407; }
p { color: rgb(249,20,7); }
H1.HeaderClassName
{
color: #F91407;
}
.AnyTagClassName
{
color: #F91407;
}
</style>
background-color css
<style>
a { background-color: #F91407; }
a { background-color: rgb(249,20,7); }
div.DivClassName
{
background-color: #F91407;
}
.BgClassName
{
background-color: #F91407;
}
</style>
border-color css
<style>
span { border-color: #F91407; }
span { border-color: rgb(249,20,7); }
td.TdClassName
{
border-color: #F91407;
}
.TagClassName
{
border-color: #F91407;
}
</style>