Shades of Scarlet #F63219
Tints of Scarlet #F63219
RGB
CMYK
RGB Variations
Color information
#F63219 (or 0xF63219) is known color: Scarlet. HEX triplet: F6, 32 and 19. RGB value is (246,50,25). Sum of RGB (Red+Green+Blue) = 246+50+25=321 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.64% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 246 - color contains mainly: red. Hex color #F63219 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63219 is #09CDE6. Grayscale: #6A6A6A. Windows color (decimal): -642535 or 1651446. OLE color: 1651446.
HSL color Cylindrical-coordinate representation of color #F63219: hue angle of 6.79º degrees, saturation: 0.92, 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 #F63219 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 25 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.04 |
| HSL | 6.79º | 0.92% | 0.53% | - |
| HSV(B) | 6.79º | 0.9% | 0.96% | - |
| XYZ | 39.32 | 21.94 | 3.08 | - |
| YUV | 105.75 | 82.43 | 228.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 25 | 0 | 0.80 | 0.90 | 0.04 | 6.79 | 0.92 | 0.53 |
| Hex | F6 | 32 | 19 | 0 | 50 | 5A | 4 | 7 | 5C | 35 |
| Octal | 366 | 62 | 31 | 0 | 120 | 132 | 4 | 7 | 134 | 65 |
| Binary | 11110110 | 110010 | 11001 | 0 | 1010000 | 1011010 | 100 | 111 | 1011100 | 110101 |
Color Harmonies of #F63219
Complementary color
Monochromatic Colors of #F63219
Black with #F63219
Text Example
Text Example
White with #F63219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63219; }
p { color: rgb(246,50,25); }
H1.HeaderClassName
{
color: #F63219;
}
.AnyTagClassName
{
color: #F63219;
}
</style>
background-color css
<style>
a { background-color: #F63219; }
a { background-color: rgb(246,50,25); }
div.DivClassName
{
background-color: #F63219;
}
.BgClassName
{
background-color: #F63219;
}
</style>
border-color css
<style>
span { border-color: #F63219; }
span { border-color: rgb(246,50,25); }
td.TdClassName
{
border-color: #F63219;
}
.TagClassName
{
border-color: #F63219;
}
</style>