Shades of Scarlet #F81C11
Tints of Scarlet #F81C11
RGB
CMYK
RGB Variations
Color information
#F81C11 (or 0xF81C11) is known color: Scarlet. HEX triplet: F8, 1C and 11. RGB value is (248,28,17). Sum of RGB (Red+Green+Blue) = 248+28+17=293 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.64% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81C11 is #07E3EE. Grayscale: #5C5C5C. Windows color (decimal): -517103 or 1121528. OLE color: 1121528.
HSL color Cylindrical-coordinate representation of color #F81C11: hue angle of 2.86º 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 #F81C11 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 17 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.03 |
| HSL | 2.86º | 0.94% | 0.52% | - |
| HSV(B) | 2.86º | 0.93% | 0.97% | - |
| XYZ | 39.23 | 20.83 | 2.48 | - |
| YUV | 92.53 | 85.39 | 238.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 17 | 0 | 0.89 | 0.93 | 0.03 | 2.86 | 0.94 | 0.52 |
| Hex | F8 | 1C | 11 | 0 | 59 | 5D | 3 | 3 | 5E | 34 |
| Octal | 370 | 34 | 21 | 0 | 131 | 135 | 3 | 3 | 136 | 64 |
| Binary | 11111000 | 11100 | 10001 | 0 | 1011001 | 1011101 | 11 | 11 | 1011110 | 110100 |
Color Harmonies of #F81C11
Complementary color
Monochromatic Colors of #F81C11
Black with #F81C11
Text Example
Text Example
White with #F81C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81C11; }
p { color: rgb(248,28,17); }
H1.HeaderClassName
{
color: #F81C11;
}
.AnyTagClassName
{
color: #F81C11;
}
</style>
background-color css
<style>
a { background-color: #F81C11; }
a { background-color: rgb(248,28,17); }
div.DivClassName
{
background-color: #F81C11;
}
.BgClassName
{
background-color: #F81C11;
}
</style>
border-color css
<style>
span { border-color: #F81C11; }
span { border-color: rgb(248,28,17); }
td.TdClassName
{
border-color: #F81C11;
}
.TagClassName
{
border-color: #F81C11;
}
</style>