Shades of Scarlet #F81D11
Tints of Scarlet #F81D11
RGB
CMYK
RGB Variations
Color information
#F81D11 (or 0xF81D11) is known color: Scarlet. HEX triplet: F8, 1D and 11. RGB value is (248,29,17). Sum of RGB (Red+Green+Blue) = 248+29+17=294 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.35% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81D11 is #07E2EE. Grayscale: #5D5D5D. Windows color (decimal): -516847 or 1121784. OLE color: 1121784.
HSL color Cylindrical-coordinate representation of color #F81D11: hue angle of 3.12º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F81D11 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 29 | 17 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.03 |
| HSL | 3.12º | 0.94% | 0.52% | - |
| HSV(B) | 3.12º | 0.93% | 0.97% | - |
| XYZ | 39.25 | 20.88 | 2.49 | - |
| YUV | 93.11 | 85.05 | 238.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 29 | 17 | 0 | 0.88 | 0.93 | 0.03 | 3.12 | 0.94 | 0.52 |
| Hex | F8 | 1D | 11 | 0 | 58 | 5D | 3 | 3 | 5E | 34 |
| Octal | 370 | 35 | 21 | 0 | 130 | 135 | 3 | 3 | 136 | 64 |
| Binary | 11111000 | 11101 | 10001 | 0 | 1011000 | 1011101 | 11 | 11 | 1011110 | 110100 |
Color Harmonies of #F81D11
Complementary color
Monochromatic Colors of #F81D11
Black with #F81D11
Text Example
Text Example
White with #F81D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81D11; }
p { color: rgb(248,29,17); }
H1.HeaderClassName
{
color: #F81D11;
}
.AnyTagClassName
{
color: #F81D11;
}
</style>
background-color css
<style>
a { background-color: #F81D11; }
a { background-color: rgb(248,29,17); }
div.DivClassName
{
background-color: #F81D11;
}
.BgClassName
{
background-color: #F81D11;
}
</style>
border-color css
<style>
span { border-color: #F81D11; }
span { border-color: rgb(248,29,17); }
td.TdClassName
{
border-color: #F81D11;
}
.TagClassName
{
border-color: #F81D11;
}
</style>