Shades of Scarlet #F62714
Tints of Scarlet #F62714
RGB
CMYK
RGB Variations
Color information
#F62714 (or 0xF62714) is known color: Scarlet. HEX triplet: F6, 27 and 14. RGB value is (246,39,20). Sum of RGB (Red+Green+Blue) = 246+39+20=305 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.66% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 246 - color contains mainly: red. Hex color #F62714 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62714 is #09D8EB. Grayscale: #636363. Windows color (decimal): -645356 or 1320950. OLE color: 1320950.
HSL color Cylindrical-coordinate representation of color #F62714: hue angle of 5.04º 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 #F62714 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 39 | 20 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.04 |
| HSL | 5.04º | 0.93% | 0.52% | - |
| HSV(B) | 5.04º | 0.92% | 0.96% | - |
| XYZ | 38.86 | 21.09 | 2.69 | - |
| YUV | 98.73 | 83.58 | 233.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 39 | 20 | 0 | 0.84 | 0.92 | 0.04 | 5.04 | 0.93 | 0.52 |
| Hex | F6 | 27 | 14 | 0 | 54 | 5C | 4 | 5 | 5D | 34 |
| Octal | 366 | 47 | 24 | 0 | 124 | 134 | 4 | 5 | 135 | 64 |
| Binary | 11110110 | 100111 | 10100 | 0 | 1010100 | 1011100 | 100 | 101 | 1011101 | 110100 |
Color Harmonies of #F62714
Complementary color
Monochromatic Colors of #F62714
Black with #F62714
Text Example
Text Example
White with #F62714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62714; }
p { color: rgb(246,39,20); }
H1.HeaderClassName
{
color: #F62714;
}
.AnyTagClassName
{
color: #F62714;
}
</style>
background-color css
<style>
a { background-color: #F62714; }
a { background-color: rgb(246,39,20); }
div.DivClassName
{
background-color: #F62714;
}
.BgClassName
{
background-color: #F62714;
}
</style>
border-color css
<style>
span { border-color: #F62714; }
span { border-color: rgb(246,39,20); }
td.TdClassName
{
border-color: #F62714;
}
.TagClassName
{
border-color: #F62714;
}
</style>