Shades of Scarlet #F63518
Tints of Scarlet #F63518
RGB
CMYK
RGB Variations
Color information
#F63518 (or 0xF63518) is known color: Scarlet. HEX triplet: F6, 35 and 18. RGB value is (246,53,24). Sum of RGB (Red+Green+Blue) = 246+53+24=323 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.16% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 246 - color contains mainly: red. Hex color #F63518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63518 is #09CAE7. Grayscale: #6B6B6B. Windows color (decimal): -641768 or 1586678. OLE color: 1586678.
HSL color Cylindrical-coordinate representation of color #F63518: hue angle of 7.84º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F63518 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 24 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.04 |
| HSL | 7.84º | 0.93% | 0.53% | - |
| HSV(B) | 7.84º | 0.9% | 0.96% | - |
| XYZ | 39.44 | 22.2 | 3.07 | - |
| YUV | 107.4 | 80.94 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 24 | 0 | 0.78 | 0.90 | 0.04 | 7.84 | 0.93 | 0.53 |
| Hex | F6 | 35 | 18 | 0 | 4E | 5A | 4 | 8 | 5C | 35 |
| Octal | 366 | 65 | 30 | 0 | 116 | 132 | 4 | 10 | 134 | 65 |
| Binary | 11110110 | 110101 | 11000 | 0 | 1001110 | 1011010 | 100 | 1000 | 1011100 | 110101 |
Color Harmonies of #F63518
Complementary color
Monochromatic Colors of #F63518
Black with #F63518
Text Example
Text Example
White with #F63518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63518; }
p { color: rgb(246,53,24); }
H1.HeaderClassName
{
color: #F63518;
}
.AnyTagClassName
{
color: #F63518;
}
</style>
background-color css
<style>
a { background-color: #F63518; }
a { background-color: rgb(246,53,24); }
div.DivClassName
{
background-color: #F63518;
}
.BgClassName
{
background-color: #F63518;
}
</style>
border-color css
<style>
span { border-color: #F63518; }
span { border-color: rgb(246,53,24); }
td.TdClassName
{
border-color: #F63518;
}
.TagClassName
{
border-color: #F63518;
}
</style>