Shades of Scarlet #F81800
Tints of Scarlet #F81800
RGB
CMYK
RGB Variations
Color information
#F81800 (or 0xF81800) is known color: Scarlet. HEX triplet: F8, 18 and 00. RGB value is (248,24,0). Sum of RGB (Red+Green+Blue) = 248+24+0=272 (36% of max value = 765). Red value is 248 (97.27% from 255 or 91.18% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 248 - color contains mainly: red. Hex color #F81800 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81800 is #07E7FF. Grayscale: #585858. Windows color (decimal): -518144 or 6392. OLE color: 6392.
HSL color Cylindrical-coordinate representation of color #F81800: hue angle of 5.81º 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 #F81800 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.03 |
| HSL | 5.81º | 1% | 0.49% | - |
| HSV(B) | 5.81º | 1% | 0.97% | - |
| XYZ | 39.04 | 20.61 | 1.92 | - |
| YUV | 88.24 | 78.21 | 241.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 0 | 0 | 0.90 | 1 | 0.03 | 5.81 | 1 | 0.49 |
| Hex | F8 | 18 | 0 | 0 | 5A | 64 | 3 | 6 | 64 | 31 |
| Octal | 370 | 30 | 0 | 0 | 132 | 144 | 3 | 6 | 144 | 61 |
| Binary | 11111000 | 11000 | 0 | 0 | 1011010 | 1100100 | 11 | 110 | 1100100 | 110001 |
Color Harmonies of #F81800
Complementary color
Monochromatic Colors of #F81800
Black with #F81800
Text Example
Text Example
White with #F81800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81800; }
p { color: rgb(248,24,0); }
H1.HeaderClassName
{
color: #F81800;
}
.AnyTagClassName
{
color: #F81800;
}
</style>
background-color css
<style>
a { background-color: #F81800; }
a { background-color: rgb(248,24,0); }
div.DivClassName
{
background-color: #F81800;
}
.BgClassName
{
background-color: #F81800;
}
</style>
border-color css
<style>
span { border-color: #F81800; }
span { border-color: rgb(248,24,0); }
td.TdClassName
{
border-color: #F81800;
}
.TagClassName
{
border-color: #F81800;
}
</style>