Shades of Scarlet #F62713
Tints of Scarlet #F62713
RGB
CMYK
RGB Variations
Color information
#F62713 (or 0xF62713) is known color: Scarlet. HEX triplet: F6, 27 and 13. RGB value is (246,39,19). Sum of RGB (Red+Green+Blue) = 246+39+19=304 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.92% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 246 - color contains mainly: red. Hex color #F62713 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62713 is #09D8EC. Grayscale: #626262. Windows color (decimal): -645357 or 1255414. OLE color: 1255414.
HSL color Cylindrical-coordinate representation of color #F62713: hue angle of 5.29º 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 #F62713 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 39 | 19 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.04 |
| HSL | 5.29º | 0.93% | 0.52% | - |
| HSV(B) | 5.29º | 0.92% | 0.96% | - |
| XYZ | 38.85 | 21.09 | 2.64 | - |
| YUV | 98.61 | 83.08 | 233.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 39 | 19 | 0 | 0.84 | 0.92 | 0.04 | 5.29 | 0.93 | 0.52 |
| Hex | F6 | 27 | 13 | 0 | 54 | 5C | 4 | 5 | 5D | 34 |
| Octal | 366 | 47 | 23 | 0 | 124 | 134 | 4 | 5 | 135 | 64 |
| Binary | 11110110 | 100111 | 10011 | 0 | 1010100 | 1011100 | 100 | 101 | 1011101 | 110100 |
Color Harmonies of #F62713
Complementary color
Monochromatic Colors of #F62713
Black with #F62713
Text Example
Text Example
White with #F62713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62713; }
p { color: rgb(246,39,19); }
H1.HeaderClassName
{
color: #F62713;
}
.AnyTagClassName
{
color: #F62713;
}
</style>
background-color css
<style>
a { background-color: #F62713; }
a { background-color: rgb(246,39,19); }
div.DivClassName
{
background-color: #F62713;
}
.BgClassName
{
background-color: #F62713;
}
</style>
border-color css
<style>
span { border-color: #F62713; }
span { border-color: rgb(246,39,19); }
td.TdClassName
{
border-color: #F62713;
}
.TagClassName
{
border-color: #F62713;
}
</style>