Shades of Scarlet #F63407
Tints of Scarlet #F63407
RGB
CMYK
RGB Variations
Color information
#F63407 (or 0xF63407) is known color: Scarlet. HEX triplet: F6, 34 and 07. RGB value is (246,52,7). Sum of RGB (Red+Green+Blue) = 246+52+7=305 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.66% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 246 - color contains mainly: red. Hex color #F63407 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63407 is #09CBF8. Grayscale: #696969. Windows color (decimal): -642041 or 472310. OLE color: 472310.
HSL color Cylindrical-coordinate representation of color #F63407: hue angle of 11.3º 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 #F63407 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 52 | 7 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.04 |
| HSL | 11.3º | 0.94% | 0.5% | - |
| HSV(B) | 11.3º | 0.97% | 0.96% | - |
| XYZ | 39.27 | 22.06 | 2.39 | - |
| YUV | 104.88 | 72.77 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 52 | 7 | 0 | 0.79 | 0.97 | 0.04 | 11.3 | 0.94 | 0.5 |
| Hex | F6 | 34 | 7 | 0 | 4F | 61 | 4 | B | 5E | 32 |
| Octal | 366 | 64 | 7 | 0 | 117 | 141 | 4 | 13 | 136 | 62 |
| Binary | 11110110 | 110100 | 111 | 0 | 1001111 | 1100001 | 100 | 1011 | 1011110 | 110010 |
Color Harmonies of #F63407
Complementary color
Monochromatic Colors of #F63407
Black with #F63407
Text Example
Text Example
White with #F63407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63407; }
p { color: rgb(246,52,7); }
H1.HeaderClassName
{
color: #F63407;
}
.AnyTagClassName
{
color: #F63407;
}
</style>
background-color css
<style>
a { background-color: #F63407; }
a { background-color: rgb(246,52,7); }
div.DivClassName
{
background-color: #F63407;
}
.BgClassName
{
background-color: #F63407;
}
</style>
border-color css
<style>
span { border-color: #F63407; }
span { border-color: rgb(246,52,7); }
td.TdClassName
{
border-color: #F63407;
}
.TagClassName
{
border-color: #F63407;
}
</style>