Shades of Scarlet #F62814
Tints of Scarlet #F62814
RGB
CMYK
RGB Variations
Color information
#F62814 (or 0xF62814) is known color: Scarlet. HEX triplet: F6, 28 and 14. RGB value is (246,40,20). Sum of RGB (Red+Green+Blue) = 246+40+20=306 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.39% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 246 - color contains mainly: red. Hex color #F62814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62814 is #09D7EB. Grayscale: #636363. Windows color (decimal): -645100 or 1321206. OLE color: 1321206.
HSL color Cylindrical-coordinate representation of color #F62814: hue angle of 5.31º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F62814 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 40 | 20 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.04 |
| HSL | 5.31º | 0.93% | 0.52% | - |
| HSV(B) | 5.31º | 0.92% | 0.96% | - |
| XYZ | 38.89 | 21.16 | 2.7 | - |
| YUV | 99.31 | 83.25 | 232.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 40 | 20 | 0 | 0.84 | 0.92 | 0.04 | 5.31 | 0.93 | 0.52 |
| Hex | F6 | 28 | 14 | 0 | 54 | 5C | 4 | 5 | 5D | 34 |
| Octal | 366 | 50 | 24 | 0 | 124 | 134 | 4 | 5 | 135 | 64 |
| Binary | 11110110 | 101000 | 10100 | 0 | 1010100 | 1011100 | 100 | 101 | 1011101 | 110100 |
Color Harmonies of #F62814
Complementary color
Monochromatic Colors of #F62814
Black with #F62814
Text Example
Text Example
White with #F62814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62814; }
p { color: rgb(246,40,20); }
H1.HeaderClassName
{
color: #F62814;
}
.AnyTagClassName
{
color: #F62814;
}
</style>
background-color css
<style>
a { background-color: #F62814; }
a { background-color: rgb(246,40,20); }
div.DivClassName
{
background-color: #F62814;
}
.BgClassName
{
background-color: #F62814;
}
</style>
border-color css
<style>
span { border-color: #F62814; }
span { border-color: rgb(246,40,20); }
td.TdClassName
{
border-color: #F62814;
}
.TagClassName
{
border-color: #F62814;
}
</style>