Shades of Scarlet #F63510
Tints of Scarlet #F63510
RGB
CMYK
RGB Variations
Color information
#F63510 (or 0xF63510) is known color: Scarlet. HEX triplet: F6, 35 and 10. RGB value is (246,53,16). Sum of RGB (Red+Green+Blue) = 246+53+16=315 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.10% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 246 - color contains mainly: red. Hex color #F63510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63510 is #09CAEF. Grayscale: #6A6A6A. Windows color (decimal): -641776 or 1062390. OLE color: 1062390.
HSL color Cylindrical-coordinate representation of color #F63510: hue angle of 9.65º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F63510 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 16 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.04 |
| HSL | 9.65º | 0.93% | 0.51% | - |
| HSV(B) | 9.65º | 0.93% | 0.96% | - |
| XYZ | 39.37 | 22.18 | 2.7 | - |
| YUV | 106.49 | 76.94 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 16 | 0 | 0.78 | 0.93 | 0.04 | 9.65 | 0.93 | 0.51 |
| Hex | F6 | 35 | 10 | 0 | 4E | 5D | 4 | A | 5D | 33 |
| Octal | 366 | 65 | 20 | 0 | 116 | 135 | 4 | 12 | 135 | 63 |
| Binary | 11110110 | 110101 | 10000 | 0 | 1001110 | 1011101 | 100 | 1010 | 1011101 | 110011 |
Color Harmonies of #F63510
Complementary color
Monochromatic Colors of #F63510
Black with #F63510
Text Example
Text Example
White with #F63510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63510; }
p { color: rgb(246,53,16); }
H1.HeaderClassName
{
color: #F63510;
}
.AnyTagClassName
{
color: #F63510;
}
</style>
background-color css
<style>
a { background-color: #F63510; }
a { background-color: rgb(246,53,16); }
div.DivClassName
{
background-color: #F63510;
}
.BgClassName
{
background-color: #F63510;
}
</style>
border-color css
<style>
span { border-color: #F63510; }
span { border-color: rgb(246,53,16); }
td.TdClassName
{
border-color: #F63510;
}
.TagClassName
{
border-color: #F63510;
}
</style>