Shades of Scarlet #F63007
Tints of Scarlet #F63007
RGB
CMYK
RGB Variations
Color information
#F63007 (or 0xF63007) is known color: Scarlet. HEX triplet: F6, 30 and 07. RGB value is (246,48,7). Sum of RGB (Red+Green+Blue) = 246+48+7=301 (39% of max value = 765). Red value is 246 (96.48% from 255 or 81.73% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 246 - color contains mainly: red. Hex color #F63007 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63007 is #09CFF8. Grayscale: #666666. Windows color (decimal): -643065 or 471286. OLE color: 471286.
HSL color Cylindrical-coordinate representation of color #F63007: hue angle of 10.29º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F63007 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 7 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.04 |
| HSL | 10.29º | 0.94% | 0.5% | - |
| HSV(B) | 10.29º | 0.97% | 0.96% | - |
| XYZ | 39.1 | 21.72 | 2.33 | - |
| YUV | 102.53 | 74.1 | 230.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 7 | 0 | 0.80 | 0.97 | 0.04 | 10.29 | 0.94 | 0.5 |
| Hex | F6 | 30 | 7 | 0 | 50 | 61 | 4 | A | 5E | 32 |
| Octal | 366 | 60 | 7 | 0 | 120 | 141 | 4 | 12 | 136 | 62 |
| Binary | 11110110 | 110000 | 111 | 0 | 1010000 | 1100001 | 100 | 1010 | 1011110 | 110010 |
Color Harmonies of #F63007
Complementary color
Monochromatic Colors of #F63007
Black with #F63007
Text Example
Text Example
White with #F63007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63007; }
p { color: rgb(246,48,7); }
H1.HeaderClassName
{
color: #F63007;
}
.AnyTagClassName
{
color: #F63007;
}
</style>
background-color css
<style>
a { background-color: #F63007; }
a { background-color: rgb(246,48,7); }
div.DivClassName
{
background-color: #F63007;
}
.BgClassName
{
background-color: #F63007;
}
</style>
border-color css
<style>
span { border-color: #F63007; }
span { border-color: rgb(246,48,7); }
td.TdClassName
{
border-color: #F63007;
}
.TagClassName
{
border-color: #F63007;
}
</style>