Shades of Scarlet #F81607
Tints of Scarlet #F81607
RGB
CMYK
RGB Variations
Color information
#F81607 (or 0xF81607) is known color: Scarlet. HEX triplet: F8, 16 and 07. RGB value is (248,22,7). Sum of RGB (Red+Green+Blue) = 248+22+7=277 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.53% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 248 - color contains mainly: red. Hex color #F81607 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81607 is #07E9F8. Grayscale: #585858. Windows color (decimal): -518649 or 464632. OLE color: 464632.
HSL color Cylindrical-coordinate representation of color #F81607: hue angle of 3.73º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F81607 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 7 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.03 |
| HSL | 3.73º | 0.95% | 0.5% | - |
| HSV(B) | 3.73º | 0.97% | 0.97% | - |
| XYZ | 39.04 | 20.55 | 2.11 | - |
| YUV | 87.86 | 82.37 | 242.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 7 | 0 | 0.91 | 0.97 | 0.03 | 3.73 | 0.95 | 0.5 |
| Hex | F8 | 16 | 7 | 0 | 5B | 61 | 3 | 4 | 5F | 32 |
| Octal | 370 | 26 | 7 | 0 | 133 | 141 | 3 | 4 | 137 | 62 |
| Binary | 11111000 | 10110 | 111 | 0 | 1011011 | 1100001 | 11 | 100 | 1011111 | 110010 |
Color Harmonies of #F81607
Complementary color
Monochromatic Colors of #F81607
Black with #F81607
Text Example
Text Example
White with #F81607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81607; }
p { color: rgb(248,22,7); }
H1.HeaderClassName
{
color: #F81607;
}
.AnyTagClassName
{
color: #F81607;
}
</style>
background-color css
<style>
a { background-color: #F81607; }
a { background-color: rgb(248,22,7); }
div.DivClassName
{
background-color: #F81607;
}
.BgClassName
{
background-color: #F81607;
}
</style>
border-color css
<style>
span { border-color: #F81607; }
span { border-color: rgb(248,22,7); }
td.TdClassName
{
border-color: #F81607;
}
.TagClassName
{
border-color: #F81607;
}
</style>