Shades of Scarlet #F82519
Tints of Scarlet #F82519
RGB
CMYK
RGB Variations
Color information
#F82519 (or 0xF82519) is known color: Scarlet. HEX triplet: F8, 25 and 19. RGB value is (248,37,25). Sum of RGB (Red+Green+Blue) = 248+37+25=310 (41% of max value = 765). Red value is 248 (97.27% from 255 or 80% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 248 - color contains mainly: red. Hex color #F82519 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82519 is #07DAE6. Grayscale: #626262. Windows color (decimal): -514791 or 1648120. OLE color: 1648120.
HSL color Cylindrical-coordinate representation of color #F82519: hue angle of 3.23º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F82519 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 25 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.03 |
| HSL | 3.23º | 0.94% | 0.54% | - |
| HSV(B) | 3.23º | 0.9% | 0.97% | - |
| XYZ | 39.55 | 21.35 | 2.96 | - |
| YUV | 98.72 | 86.4 | 234.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 25 | 0 | 0.85 | 0.90 | 0.03 | 3.23 | 0.94 | 0.54 |
| Hex | F8 | 25 | 19 | 0 | 55 | 5A | 3 | 3 | 5E | 36 |
| Octal | 370 | 45 | 31 | 0 | 125 | 132 | 3 | 3 | 136 | 66 |
| Binary | 11111000 | 100101 | 11001 | 0 | 1010101 | 1011010 | 11 | 11 | 1011110 | 110110 |
Color Harmonies of #F82519
Complementary color
Monochromatic Colors of #F82519
Black with #F82519
Text Example
Text Example
White with #F82519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82519; }
p { color: rgb(248,37,25); }
H1.HeaderClassName
{
color: #F82519;
}
.AnyTagClassName
{
color: #F82519;
}
</style>
background-color css
<style>
a { background-color: #F82519; }
a { background-color: rgb(248,37,25); }
div.DivClassName
{
background-color: #F82519;
}
.BgClassName
{
background-color: #F82519;
}
</style>
border-color css
<style>
span { border-color: #F82519; }
span { border-color: rgb(248,37,25); }
td.TdClassName
{
border-color: #F82519;
}
.TagClassName
{
border-color: #F82519;
}
</style>