Shades of Scarlet #F6350D
Tints of Scarlet #F6350D
RGB
CMYK
RGB Variations
Color information
#F6350D (or 0xF6350D) is known color: Scarlet. HEX triplet: F6, 35 and 0D. RGB value is (246,53,13). Sum of RGB (Red+Green+Blue) = 246+53+13=312 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.85% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 246 - color contains mainly: red. Hex color #F6350D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6350D is #09CAF2. Grayscale: #6A6A6A. Windows color (decimal): -641779 or 865782. OLE color: 865782.
HSL color Cylindrical-coordinate representation of color #F6350D: hue angle of 10.3º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6350D is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 13 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.04 |
| HSL | 10.3º | 0.93% | 0.51% | - |
| HSV(B) | 10.3º | 0.95% | 0.96% | - |
| XYZ | 39.35 | 22.17 | 2.59 | - |
| YUV | 106.15 | 75.44 | 227.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 13 | 0 | 0.78 | 0.95 | 0.04 | 10.3 | 0.93 | 0.51 |
| Hex | F6 | 35 | D | 0 | 4E | 5F | 4 | A | 5D | 33 |
| Octal | 366 | 65 | 15 | 0 | 116 | 137 | 4 | 12 | 135 | 63 |
| Binary | 11110110 | 110101 | 1101 | 0 | 1001110 | 1011111 | 100 | 1010 | 1011101 | 110011 |
Color Harmonies of #F6350D
Complementary color
Monochromatic Colors of #F6350D
Black with #F6350D
Text Example
Text Example
White with #F6350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6350D; }
p { color: rgb(246,53,13); }
H1.HeaderClassName
{
color: #F6350D;
}
.AnyTagClassName
{
color: #F6350D;
}
</style>
background-color css
<style>
a { background-color: #F6350D; }
a { background-color: rgb(246,53,13); }
div.DivClassName
{
background-color: #F6350D;
}
.BgClassName
{
background-color: #F6350D;
}
</style>
border-color css
<style>
span { border-color: #F6350D; }
span { border-color: rgb(246,53,13); }
td.TdClassName
{
border-color: #F6350D;
}
.TagClassName
{
border-color: #F6350D;
}
</style>