Shades of Scarlet #F62919
Tints of Scarlet #F62919
RGB
CMYK
RGB Variations
Color information
#F62919 (or 0xF62919) is known color: Scarlet. HEX triplet: F6, 29 and 19. RGB value is (246,41,25). Sum of RGB (Red+Green+Blue) = 246+41+25=312 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.85% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 246 - color contains mainly: red. Hex color #F62919 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62919 is #09D6E6. Grayscale: #646464. Windows color (decimal): -644839 or 1649142. OLE color: 1649142.
HSL color Cylindrical-coordinate representation of color #F62919: hue angle of 4.34º 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 #F62919 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 41 | 25 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.04 |
| HSL | 4.34º | 0.92% | 0.53% | - |
| HSV(B) | 4.34º | 0.9% | 0.96% | - |
| XYZ | 38.97 | 21.25 | 2.97 | - |
| YUV | 100.47 | 85.42 | 231.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 41 | 25 | 0 | 0.83 | 0.90 | 0.04 | 4.34 | 0.92 | 0.53 |
| Hex | F6 | 29 | 19 | 0 | 53 | 5A | 4 | 4 | 5C | 35 |
| Octal | 366 | 51 | 31 | 0 | 123 | 132 | 4 | 4 | 134 | 65 |
| Binary | 11110110 | 101001 | 11001 | 0 | 1010011 | 1011010 | 100 | 100 | 1011100 | 110101 |
Color Harmonies of #F62919
Complementary color
Monochromatic Colors of #F62919
Black with #F62919
Text Example
Text Example
White with #F62919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62919; }
p { color: rgb(246,41,25); }
H1.HeaderClassName
{
color: #F62919;
}
.AnyTagClassName
{
color: #F62919;
}
</style>
background-color css
<style>
a { background-color: #F62919; }
a { background-color: rgb(246,41,25); }
div.DivClassName
{
background-color: #F62919;
}
.BgClassName
{
background-color: #F62919;
}
</style>
border-color css
<style>
span { border-color: #F62919; }
span { border-color: rgb(246,41,25); }
td.TdClassName
{
border-color: #F62919;
}
.TagClassName
{
border-color: #F62919;
}
</style>