Shades of Scarlet #F63512
Tints of Scarlet #F63512
RGB
CMYK
RGB Variations
Color information
#F63512 (or 0xF63512) is known color: Scarlet. HEX triplet: F6, 35 and 12. RGB value is (246,53,18). Sum of RGB (Red+Green+Blue) = 246+53+18=317 (41% of max value = 765). Red value is 246 (96.48% from 255 or 77.60% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 246 - color contains mainly: red. Hex color #F63512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63512 is #09CAED. Grayscale: #6B6B6B. Windows color (decimal): -641774 or 1193462. OLE color: 1193462.
HSL color Cylindrical-coordinate representation of color #F63512: hue angle of 9.21º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F63512 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 18 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.04 |
| HSL | 9.21º | 0.93% | 0.52% | - |
| HSV(B) | 9.21º | 0.93% | 0.96% | - |
| XYZ | 39.39 | 22.18 | 2.78 | - |
| YUV | 106.72 | 77.94 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 18 | 0 | 0.78 | 0.93 | 0.04 | 9.21 | 0.93 | 0.52 |
| Hex | F6 | 35 | 12 | 0 | 4E | 5D | 4 | 9 | 5D | 34 |
| Octal | 366 | 65 | 22 | 0 | 116 | 135 | 4 | 11 | 135 | 64 |
| Binary | 11110110 | 110101 | 10010 | 0 | 1001110 | 1011101 | 100 | 1001 | 1011101 | 110100 |
Color Harmonies of #F63512
Complementary color
Monochromatic Colors of #F63512
Black with #F63512
Text Example
Text Example
White with #F63512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63512; }
p { color: rgb(246,53,18); }
H1.HeaderClassName
{
color: #F63512;
}
.AnyTagClassName
{
color: #F63512;
}
</style>
background-color css
<style>
a { background-color: #F63512; }
a { background-color: rgb(246,53,18); }
div.DivClassName
{
background-color: #F63512;
}
.BgClassName
{
background-color: #F63512;
}
</style>
border-color css
<style>
span { border-color: #F63512; }
span { border-color: rgb(246,53,18); }
td.TdClassName
{
border-color: #F63512;
}
.TagClassName
{
border-color: #F63512;
}
</style>