Shades of Scarlet #F6350B
Tints of Scarlet #F6350B
RGB
CMYK
RGB Variations
Color information
#F6350B (or 0xF6350B) is known color: Scarlet. HEX triplet: F6, 35 and 0B. RGB value is (246,53,11). Sum of RGB (Red+Green+Blue) = 246+53+11=310 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.35% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 246 - color contains mainly: red. Hex color #F6350B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6350B is #09CAF4. Grayscale: #6A6A6A. Windows color (decimal): -641781 or 734710. OLE color: 734710.
HSL color Cylindrical-coordinate representation of color #F6350B: hue angle of 10.72º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6350B is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 11 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.04 |
| HSL | 10.72º | 0.93% | 0.5% | - |
| HSV(B) | 10.72º | 0.96% | 0.96% | - |
| XYZ | 39.34 | 22.16 | 2.52 | - |
| YUV | 105.92 | 74.44 | 227.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 11 | 0 | 0.78 | 0.96 | 0.04 | 10.72 | 0.93 | 0.5 |
| Hex | F6 | 35 | B | 0 | 4E | 60 | 4 | B | 5D | 32 |
| Octal | 366 | 65 | 13 | 0 | 116 | 140 | 4 | 13 | 135 | 62 |
| Binary | 11110110 | 110101 | 1011 | 0 | 1001110 | 1100000 | 100 | 1011 | 1011101 | 110010 |
Color Harmonies of #F6350B
Complementary color
Monochromatic Colors of #F6350B
Black with #F6350B
Text Example
Text Example
White with #F6350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6350B; }
p { color: rgb(246,53,11); }
H1.HeaderClassName
{
color: #F6350B;
}
.AnyTagClassName
{
color: #F6350B;
}
</style>
background-color css
<style>
a { background-color: #F6350B; }
a { background-color: rgb(246,53,11); }
div.DivClassName
{
background-color: #F6350B;
}
.BgClassName
{
background-color: #F6350B;
}
</style>
border-color css
<style>
span { border-color: #F6350B; }
span { border-color: rgb(246,53,11); }
td.TdClassName
{
border-color: #F6350B;
}
.TagClassName
{
border-color: #F6350B;
}
</style>