Shades of Scarlet #F82518
Tints of Scarlet #F82518
RGB
CMYK
RGB Variations
Color information
#F82518 (or 0xF82518) is known color: Scarlet. HEX triplet: F8, 25 and 18. RGB value is (248,37,24). Sum of RGB (Red+Green+Blue) = 248+37+24=309 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.26% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 248 - color contains mainly: red. Hex color #F82518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82518 is #07DAE7. Grayscale: #626262. Windows color (decimal): -514792 or 1582584. OLE color: 1582584.
HSL color Cylindrical-coordinate representation of color #F82518: hue angle of 3.48º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F82518 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 24 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.03 |
| HSL | 3.48º | 0.94% | 0.53% | - |
| HSV(B) | 3.48º | 0.9% | 0.97% | - |
| XYZ | 39.54 | 21.35 | 2.9 | - |
| YUV | 98.61 | 85.9 | 234.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 24 | 0 | 0.85 | 0.90 | 0.03 | 3.48 | 0.94 | 0.53 |
| Hex | F8 | 25 | 18 | 0 | 55 | 5A | 3 | 3 | 5E | 35 |
| Octal | 370 | 45 | 30 | 0 | 125 | 132 | 3 | 3 | 136 | 65 |
| Binary | 11111000 | 100101 | 11000 | 0 | 1010101 | 1011010 | 11 | 11 | 1011110 | 110101 |
Color Harmonies of #F82518
Complementary color
Monochromatic Colors of #F82518
Black with #F82518
Text Example
Text Example
White with #F82518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82518; }
p { color: rgb(248,37,24); }
H1.HeaderClassName
{
color: #F82518;
}
.AnyTagClassName
{
color: #F82518;
}
</style>
background-color css
<style>
a { background-color: #F82518; }
a { background-color: rgb(248,37,24); }
div.DivClassName
{
background-color: #F82518;
}
.BgClassName
{
background-color: #F82518;
}
</style>
border-color css
<style>
span { border-color: #F82518; }
span { border-color: rgb(248,37,24); }
td.TdClassName
{
border-color: #F82518;
}
.TagClassName
{
border-color: #F82518;
}
</style>