Shades of Scarlet #F81D14
Tints of Scarlet #F81D14
RGB
CMYK
RGB Variations
Color information
#F81D14 (or 0xF81D14) is known color: Scarlet. HEX triplet: F8, 1D and 14. RGB value is (248,29,20). Sum of RGB (Red+Green+Blue) = 248+29+20=297 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.50% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81D14 is #07E2EB. Grayscale: #5D5D5D. Windows color (decimal): -516844 or 1318392. OLE color: 1318392.
HSL color Cylindrical-coordinate representation of color #F81D14: hue angle of 2.37º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F81D14 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 29 | 20 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.03 |
| HSL | 2.37º | 0.94% | 0.53% | - |
| HSV(B) | 2.37º | 0.92% | 0.97% | - |
| XYZ | 39.28 | 20.89 | 2.62 | - |
| YUV | 93.46 | 86.55 | 238.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 29 | 20 | 0 | 0.88 | 0.92 | 0.03 | 2.37 | 0.94 | 0.53 |
| Hex | F8 | 1D | 14 | 0 | 58 | 5C | 3 | 2 | 5E | 35 |
| Octal | 370 | 35 | 24 | 0 | 130 | 134 | 3 | 2 | 136 | 65 |
| Binary | 11111000 | 11101 | 10100 | 0 | 1011000 | 1011100 | 11 | 10 | 1011110 | 110101 |
Color Harmonies of #F81D14
Complementary color
Monochromatic Colors of #F81D14
Black with #F81D14
Text Example
Text Example
White with #F81D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81D14; }
p { color: rgb(248,29,20); }
H1.HeaderClassName
{
color: #F81D14;
}
.AnyTagClassName
{
color: #F81D14;
}
</style>
background-color css
<style>
a { background-color: #F81D14; }
a { background-color: rgb(248,29,20); }
div.DivClassName
{
background-color: #F81D14;
}
.BgClassName
{
background-color: #F81D14;
}
</style>
border-color css
<style>
span { border-color: #F81D14; }
span { border-color: rgb(248,29,20); }
td.TdClassName
{
border-color: #F81D14;
}
.TagClassName
{
border-color: #F81D14;
}
</style>