Shades of Scarlet #F81512
Tints of Scarlet #F81512
RGB
CMYK
RGB Variations
Color information
#F81512 (or 0xF81512) is known color: Scarlet. HEX triplet: F8, 15 and 12. RGB value is (248,21,18). Sum of RGB (Red+Green+Blue) = 248+21+18=287 (38% of max value = 765). Red value is 248 (97.27% from 255 or 86.41% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 248 - color contains mainly: red. Hex color #F81512 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81512 is #07EAED. Grayscale: #585858. Windows color (decimal): -518894 or 1185272. OLE color: 1185272.
HSL color Cylindrical-coordinate representation of color #F81512: hue angle of 0.78º 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 #F81512 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 21 | 18 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.03 |
| HSL | 0.78º | 0.94% | 0.52% | - |
| HSV(B) | 0.78º | 0.93% | 0.97% | - |
| XYZ | 39.09 | 20.54 | 2.48 | - |
| YUV | 88.53 | 88.21 | 241.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 18 | 0 | 0.92 | 0.93 | 0.03 | 0.78 | 0.94 | 0.52 |
| Hex | F8 | 15 | 12 | 0 | 5C | 5D | 3 | 1 | 5E | 34 |
| Octal | 370 | 25 | 22 | 0 | 134 | 135 | 3 | 1 | 136 | 64 |
| Binary | 11111000 | 10101 | 10010 | 0 | 1011100 | 1011101 | 11 | 1 | 1011110 | 110100 |
Color Harmonies of #F81512
Complementary color
Monochromatic Colors of #F81512
Black with #F81512
Text Example
Text Example
White with #F81512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81512; }
p { color: rgb(248,21,18); }
H1.HeaderClassName
{
color: #F81512;
}
.AnyTagClassName
{
color: #F81512;
}
</style>
background-color css
<style>
a { background-color: #F81512; }
a { background-color: rgb(248,21,18); }
div.DivClassName
{
background-color: #F81512;
}
.BgClassName
{
background-color: #F81512;
}
</style>
border-color css
<style>
span { border-color: #F81512; }
span { border-color: rgb(248,21,18); }
td.TdClassName
{
border-color: #F81512;
}
.TagClassName
{
border-color: #F81512;
}
</style>