Shades of Scarlet #F51607
Tints of Scarlet #F51607
RGB
CMYK
RGB Variations
Color information
#F51607 (or 0xF51607) is known color: Scarlet. HEX triplet: F5, 16 and 07. RGB value is (245,22,7). Sum of RGB (Red+Green+Blue) = 245+22+7=274 (36% of max value = 765). Red value is 245 (96.09% from 255 or 89.42% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 7 (3.12% from 255 or 2.55% from 274); Max value from RGB is 245 - color contains mainly: red. Hex color #F51607 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51607 is #0AE9F8. Grayscale: #575757. Windows color (decimal): -715257 or 464629. OLE color: 464629.
HSL color Cylindrical-coordinate representation of color #F51607: hue angle of 3.78º 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 #F51607 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 7 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.04 |
| HSL | 3.78º | 0.94% | 0.49% | - |
| HSV(B) | 3.78º | 0.97% | 0.96% | - |
| XYZ | 37.98 | 20 | 2.06 | - |
| YUV | 86.97 | 82.88 | 240.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 7 | 0 | 0.91 | 0.97 | 0.04 | 3.78 | 0.94 | 0.49 |
| Hex | F5 | 16 | 7 | 0 | 5B | 61 | 4 | 4 | 5E | 31 |
| Octal | 365 | 26 | 7 | 0 | 133 | 141 | 4 | 4 | 136 | 61 |
| Binary | 11110101 | 10110 | 111 | 0 | 1011011 | 1100001 | 100 | 100 | 1011110 | 110001 |
Color Harmonies of #F51607
Complementary color
Monochromatic Colors of #F51607
Black with #F51607
Text Example
Text Example
White with #F51607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51607; }
p { color: rgb(245,22,7); }
H1.HeaderClassName
{
color: #F51607;
}
.AnyTagClassName
{
color: #F51607;
}
</style>
background-color css
<style>
a { background-color: #F51607; }
a { background-color: rgb(245,22,7); }
div.DivClassName
{
background-color: #F51607;
}
.BgClassName
{
background-color: #F51607;
}
</style>
border-color css
<style>
span { border-color: #F51607; }
span { border-color: rgb(245,22,7); }
td.TdClassName
{
border-color: #F51607;
}
.TagClassName
{
border-color: #F51607;
}
</style>