Shades of Scarlet #F6320C
Tints of Scarlet #F6320C
RGB
CMYK
RGB Variations
Color information
#F6320C (or 0xF6320C) is known color: Scarlet. HEX triplet: F6, 32 and 0C. RGB value is (246,50,12). Sum of RGB (Red+Green+Blue) = 246+50+12=308 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.87% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 246 - color contains mainly: red. Hex color #F6320C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6320C is #09CDF3. Grayscale: #686868. Windows color (decimal): -642548 or 799478. OLE color: 799478.
HSL color Cylindrical-coordinate representation of color #F6320C: hue angle of 9.74º 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 #F6320C is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 12 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.04 |
| HSL | 9.74º | 0.93% | 0.51% | - |
| HSV(B) | 9.74º | 0.95% | 0.96% | - |
| XYZ | 39.21 | 21.9 | 2.51 | - |
| YUV | 104.27 | 75.93 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 12 | 0 | 0.80 | 0.95 | 0.04 | 9.74 | 0.93 | 0.51 |
| Hex | F6 | 32 | C | 0 | 50 | 5F | 4 | A | 5D | 33 |
| Octal | 366 | 62 | 14 | 0 | 120 | 137 | 4 | 12 | 135 | 63 |
| Binary | 11110110 | 110010 | 1100 | 0 | 1010000 | 1011111 | 100 | 1010 | 1011101 | 110011 |
Color Harmonies of #F6320C
Complementary color
Monochromatic Colors of #F6320C
Black with #F6320C
Text Example
Text Example
White with #F6320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6320C; }
p { color: rgb(246,50,12); }
H1.HeaderClassName
{
color: #F6320C;
}
.AnyTagClassName
{
color: #F6320C;
}
</style>
background-color css
<style>
a { background-color: #F6320C; }
a { background-color: rgb(246,50,12); }
div.DivClassName
{
background-color: #F6320C;
}
.BgClassName
{
background-color: #F6320C;
}
</style>
border-color css
<style>
span { border-color: #F6320C; }
span { border-color: rgb(246,50,12); }
td.TdClassName
{
border-color: #F6320C;
}
.TagClassName
{
border-color: #F6320C;
}
</style>