Shades of Scarlet #F62619
Tints of Scarlet #F62619
RGB
CMYK
RGB Variations
Color information
#F62619 (or 0xF62619) is known color: Scarlet. HEX triplet: F6, 26 and 19. RGB value is (246,38,25). Sum of RGB (Red+Green+Blue) = 246+38+25=309 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.61% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 246 - color contains mainly: red. Hex color #F62619 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62619 is #09D9E6. Grayscale: #626262. Windows color (decimal): -645607 or 1648374. OLE color: 1648374.
HSL color Cylindrical-coordinate representation of color #F62619: hue angle of 3.53º 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 #F62619 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 38 | 25 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.04 |
| HSL | 3.53º | 0.92% | 0.53% | - |
| HSV(B) | 3.53º | 0.9% | 0.96% | - |
| XYZ | 38.87 | 21.05 | 2.93 | - |
| YUV | 98.71 | 86.41 | 233.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 38 | 25 | 0 | 0.85 | 0.90 | 0.04 | 3.53 | 0.92 | 0.53 |
| Hex | F6 | 26 | 19 | 0 | 55 | 5A | 4 | 4 | 5C | 35 |
| Octal | 366 | 46 | 31 | 0 | 125 | 132 | 4 | 4 | 134 | 65 |
| Binary | 11110110 | 100110 | 11001 | 0 | 1010101 | 1011010 | 100 | 100 | 1011100 | 110101 |
Color Harmonies of #F62619
Complementary color
Monochromatic Colors of #F62619
Black with #F62619
Text Example
Text Example
White with #F62619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62619; }
p { color: rgb(246,38,25); }
H1.HeaderClassName
{
color: #F62619;
}
.AnyTagClassName
{
color: #F62619;
}
</style>
background-color css
<style>
a { background-color: #F62619; }
a { background-color: rgb(246,38,25); }
div.DivClassName
{
background-color: #F62619;
}
.BgClassName
{
background-color: #F62619;
}
</style>
border-color css
<style>
span { border-color: #F62619; }
span { border-color: rgb(246,38,25); }
td.TdClassName
{
border-color: #F62619;
}
.TagClassName
{
border-color: #F62619;
}
</style>