Shades of Scarlet #F91607
Tints of Scarlet #F91607
RGB
CMYK
RGB Variations
Color information
#F91607 (or 0xF91607) is known color: Scarlet. HEX triplet: F9, 16 and 07. RGB value is (249,22,7). Sum of RGB (Red+Green+Blue) = 249+22+7=278 (36% of max value = 765). Red value is 249 (97.66% from 255 or 89.57% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 249 - color contains mainly: red. Hex color #F91607 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91607 is #06E9F8. Grayscale: #585858. Windows color (decimal): -453113 or 464633. OLE color: 464633.
HSL color Cylindrical-coordinate representation of color #F91607: hue angle of 3.72º 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 #F91607 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 7 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.02 |
| HSL | 3.72º | 0.95% | 0.5% | - |
| HSV(B) | 3.72º | 0.97% | 0.98% | - |
| XYZ | 39.39 | 20.73 | 2.13 | - |
| YUV | 88.16 | 82.21 | 242.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 7 | 0 | 0.91 | 0.97 | 0.02 | 3.72 | 0.95 | 0.5 |
| Hex | F9 | 16 | 7 | 0 | 5B | 61 | 2 | 4 | 5F | 32 |
| Octal | 371 | 26 | 7 | 0 | 133 | 141 | 2 | 4 | 137 | 62 |
| Binary | 11111001 | 10110 | 111 | 0 | 1011011 | 1100001 | 10 | 100 | 1011111 | 110010 |
Color Harmonies of #F91607
Complementary color
Monochromatic Colors of #F91607
Black with #F91607
Text Example
Text Example
White with #F91607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91607; }
p { color: rgb(249,22,7); }
H1.HeaderClassName
{
color: #F91607;
}
.AnyTagClassName
{
color: #F91607;
}
</style>
background-color css
<style>
a { background-color: #F91607; }
a { background-color: rgb(249,22,7); }
div.DivClassName
{
background-color: #F91607;
}
.BgClassName
{
background-color: #F91607;
}
</style>
border-color css
<style>
span { border-color: #F91607; }
span { border-color: rgb(249,22,7); }
td.TdClassName
{
border-color: #F91607;
}
.TagClassName
{
border-color: #F91607;
}
</style>