Shades of Scarlet #F63511
Tints of Scarlet #F63511
RGB
CMYK
RGB Variations
Color information
#F63511 (or 0xF63511) is known color: Scarlet. HEX triplet: F6, 35 and 11. RGB value is (246,53,17). Sum of RGB (Red+Green+Blue) = 246+53+17=316 (41% of max value = 765). Red value is 246 (96.48% from 255 or 77.85% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 246 - color contains mainly: red. Hex color #F63511 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63511 is #09CAEE. Grayscale: #6A6A6A. Windows color (decimal): -641775 or 1127926. OLE color: 1127926.
HSL color Cylindrical-coordinate representation of color #F63511: hue angle of 9.43º 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 #F63511 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 17 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.04 |
| HSL | 9.43º | 0.93% | 0.52% | - |
| HSV(B) | 9.43º | 0.93% | 0.96% | - |
| XYZ | 39.38 | 22.18 | 2.74 | - |
| YUV | 106.6 | 77.44 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 17 | 0 | 0.78 | 0.93 | 0.04 | 9.43 | 0.93 | 0.52 |
| Hex | F6 | 35 | 11 | 0 | 4E | 5D | 4 | 9 | 5D | 34 |
| Octal | 366 | 65 | 21 | 0 | 116 | 135 | 4 | 11 | 135 | 64 |
| Binary | 11110110 | 110101 | 10001 | 0 | 1001110 | 1011101 | 100 | 1001 | 1011101 | 110100 |
Color Harmonies of #F63511
Complementary color
Monochromatic Colors of #F63511
Black with #F63511
Text Example
Text Example
White with #F63511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63511; }
p { color: rgb(246,53,17); }
H1.HeaderClassName
{
color: #F63511;
}
.AnyTagClassName
{
color: #F63511;
}
</style>
background-color css
<style>
a { background-color: #F63511; }
a { background-color: rgb(246,53,17); }
div.DivClassName
{
background-color: #F63511;
}
.BgClassName
{
background-color: #F63511;
}
</style>
border-color css
<style>
span { border-color: #F63511; }
span { border-color: rgb(246,53,17); }
td.TdClassName
{
border-color: #F63511;
}
.TagClassName
{
border-color: #F63511;
}
</style>