Shades of Scarlet #F63418
Tints of Scarlet #F63418
RGB
CMYK
RGB Variations
Color information
#F63418 (or 0xF63418) is known color: Scarlet. HEX triplet: F6, 34 and 18. RGB value is (246,52,24). Sum of RGB (Red+Green+Blue) = 246+52+24=322 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.40% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 246 - color contains mainly: red. Hex color #F63418 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63418 is #09CBE7. Grayscale: #6B6B6B. Windows color (decimal): -642024 or 1586422. OLE color: 1586422.
HSL color Cylindrical-coordinate representation of color #F63418: hue angle of 7.57º 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 #F63418 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 52 | 24 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.04 |
| HSL | 7.57º | 0.93% | 0.53% | - |
| HSV(B) | 7.57º | 0.9% | 0.96% | - |
| XYZ | 39.4 | 22.11 | 3.06 | - |
| YUV | 106.81 | 81.27 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 52 | 24 | 0 | 0.79 | 0.90 | 0.04 | 7.57 | 0.93 | 0.53 |
| Hex | F6 | 34 | 18 | 0 | 4F | 5A | 4 | 8 | 5C | 35 |
| Octal | 366 | 64 | 30 | 0 | 117 | 132 | 4 | 10 | 134 | 65 |
| Binary | 11110110 | 110100 | 11000 | 0 | 1001111 | 1011010 | 100 | 1000 | 1011100 | 110101 |
Color Harmonies of #F63418
Complementary color
Monochromatic Colors of #F63418
Black with #F63418
Text Example
Text Example
White with #F63418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63418; }
p { color: rgb(246,52,24); }
H1.HeaderClassName
{
color: #F63418;
}
.AnyTagClassName
{
color: #F63418;
}
</style>
background-color css
<style>
a { background-color: #F63418; }
a { background-color: rgb(246,52,24); }
div.DivClassName
{
background-color: #F63418;
}
.BgClassName
{
background-color: #F63418;
}
</style>
border-color css
<style>
span { border-color: #F63418; }
span { border-color: rgb(246,52,24); }
td.TdClassName
{
border-color: #F63418;
}
.TagClassName
{
border-color: #F63418;
}
</style>