Shades of Scarlet #F6320E
Tints of Scarlet #F6320E
RGB
CMYK
RGB Variations
Color information
#F6320E (or 0xF6320E) is known color: Scarlet. HEX triplet: F6, 32 and 0E. RGB value is (246,50,14). Sum of RGB (Red+Green+Blue) = 246+50+14=310 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.35% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 246 - color contains mainly: red. Hex color #F6320E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6320E is #09CDF1. Grayscale: #686868. Windows color (decimal): -642546 or 930550. OLE color: 930550.
HSL color Cylindrical-coordinate representation of color #F6320E: hue angle of 9.31º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6320E is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 14 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.04 |
| HSL | 9.31º | 0.93% | 0.51% | - |
| HSV(B) | 9.31º | 0.94% | 0.96% | - |
| XYZ | 39.23 | 21.91 | 2.58 | - |
| YUV | 104.5 | 76.93 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 14 | 0 | 0.80 | 0.94 | 0.04 | 9.31 | 0.93 | 0.51 |
| Hex | F6 | 32 | E | 0 | 50 | 5E | 4 | 9 | 5D | 33 |
| Octal | 366 | 62 | 16 | 0 | 120 | 136 | 4 | 11 | 135 | 63 |
| Binary | 11110110 | 110010 | 1110 | 0 | 1010000 | 1011110 | 100 | 1001 | 1011101 | 110011 |
Color Harmonies of #F6320E
Complementary color
Monochromatic Colors of #F6320E
Black with #F6320E
Text Example
Text Example
White with #F6320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6320E; }
p { color: rgb(246,50,14); }
H1.HeaderClassName
{
color: #F6320E;
}
.AnyTagClassName
{
color: #F6320E;
}
</style>
background-color css
<style>
a { background-color: #F6320E; }
a { background-color: rgb(246,50,14); }
div.DivClassName
{
background-color: #F6320E;
}
.BgClassName
{
background-color: #F6320E;
}
</style>
border-color css
<style>
span { border-color: #F6320E; }
span { border-color: rgb(246,50,14); }
td.TdClassName
{
border-color: #F6320E;
}
.TagClassName
{
border-color: #F6320E;
}
</style>