Shades of Scarlet #F82800
Tints of Scarlet #F82800
RGB
CMYK
RGB Variations
Color information
#F82800 (or 0xF82800) is known color: Scarlet. HEX triplet: F8, 28 and 00. RGB value is (248,40,0). Sum of RGB (Red+Green+Blue) = 248+40+0=288 (38% of max value = 765). Red value is 248 (97.27% from 255 or 86.11% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 248 - color contains mainly: red. Hex color #F82800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82800 is #07D7FF. Grayscale: #616161. Windows color (decimal): -514048 or 10488. OLE color: 10488.
HSL color Cylindrical-coordinate representation of color #F82800: hue angle of 9.68º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F82800 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 40 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.03 |
| HSL | 9.68º | 1% | 0.49% | - |
| HSV(B) | 9.68º | 1% | 0.97% | - |
| XYZ | 39.47 | 21.47 | 2.06 | - |
| YUV | 97.63 | 72.91 | 235.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 40 | 0 | 0 | 0.84 | 1 | 0.03 | 9.68 | 1 | 0.49 |
| Hex | F8 | 28 | 0 | 0 | 54 | 64 | 3 | A | 64 | 31 |
| Octal | 370 | 50 | 0 | 0 | 124 | 144 | 3 | 12 | 144 | 61 |
| Binary | 11111000 | 101000 | 0 | 0 | 1010100 | 1100100 | 11 | 1010 | 1100100 | 110001 |
Color Harmonies of #F82800
Complementary color
Monochromatic Colors of #F82800
Black with #F82800
Text Example
Text Example
White with #F82800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82800; }
p { color: rgb(248,40,0); }
H1.HeaderClassName
{
color: #F82800;
}
.AnyTagClassName
{
color: #F82800;
}
</style>
background-color css
<style>
a { background-color: #F82800; }
a { background-color: rgb(248,40,0); }
div.DivClassName
{
background-color: #F82800;
}
.BgClassName
{
background-color: #F82800;
}
</style>
border-color css
<style>
span { border-color: #F82800; }
span { border-color: rgb(248,40,0); }
td.TdClassName
{
border-color: #F82800;
}
.TagClassName
{
border-color: #F82800;
}
</style>