Shades of Scarlet #F62519
Tints of Scarlet #F62519
RGB
CMYK
RGB Variations
Color information
#F62519 (or 0xF62519) is known color: Scarlet. HEX triplet: F6, 25 and 19. RGB value is (246,37,25). Sum of RGB (Red+Green+Blue) = 246+37+25=308 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.87% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 246 - color contains mainly: red. Hex color #F62519 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62519 is #09DAE6. Grayscale: #626262. Windows color (decimal): -645863 or 1648118. OLE color: 1648118.
HSL color Cylindrical-coordinate representation of color #F62519: hue angle of 3.26º 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 #F62519 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 37 | 25 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.04 |
| HSL | 3.26º | 0.92% | 0.53% | - |
| HSV(B) | 3.26º | 0.9% | 0.96% | - |
| XYZ | 38.84 | 20.99 | 2.92 | - |
| YUV | 98.12 | 86.74 | 233.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 37 | 25 | 0 | 0.85 | 0.90 | 0.04 | 3.26 | 0.92 | 0.53 |
| Hex | F6 | 25 | 19 | 0 | 55 | 5A | 4 | 3 | 5C | 35 |
| Octal | 366 | 45 | 31 | 0 | 125 | 132 | 4 | 3 | 134 | 65 |
| Binary | 11110110 | 100101 | 11001 | 0 | 1010101 | 1011010 | 100 | 11 | 1011100 | 110101 |
Color Harmonies of #F62519
Complementary color
Monochromatic Colors of #F62519
Black with #F62519
Text Example
Text Example
White with #F62519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62519; }
p { color: rgb(246,37,25); }
H1.HeaderClassName
{
color: #F62519;
}
.AnyTagClassName
{
color: #F62519;
}
</style>
background-color css
<style>
a { background-color: #F62519; }
a { background-color: rgb(246,37,25); }
div.DivClassName
{
background-color: #F62519;
}
.BgClassName
{
background-color: #F62519;
}
</style>
border-color css
<style>
span { border-color: #F62519; }
span { border-color: rgb(246,37,25); }
td.TdClassName
{
border-color: #F62519;
}
.TagClassName
{
border-color: #F62519;
}
</style>