Shades of Scarlet #F81F0D
Tints of Scarlet #F81F0D
RGB
CMYK
RGB Variations
Color information
#F81F0D (or 0xF81F0D) is known color: Scarlet. HEX triplet: F8, 1F and 0D. RGB value is (248,31,13). Sum of RGB (Red+Green+Blue) = 248+31+13=292 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.93% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81F0D is #07E0F2. Grayscale: #5E5E5E. Windows color (decimal): -516339 or 860152. OLE color: 860152.
HSL color Cylindrical-coordinate representation of color #F81F0D: hue angle of 4.6º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F81F0D is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 31 | 13 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.03 |
| HSL | 4.6º | 0.94% | 0.51% | - |
| HSV(B) | 4.6º | 0.95% | 0.97% | - |
| XYZ | 39.27 | 20.97 | 2.36 | - |
| YUV | 93.83 | 82.39 | 237.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 31 | 13 | 0 | 0.88 | 0.95 | 0.03 | 4.6 | 0.94 | 0.51 |
| Hex | F8 | 1F | D | 0 | 58 | 5F | 3 | 5 | 5E | 33 |
| Octal | 370 | 37 | 15 | 0 | 130 | 137 | 3 | 5 | 136 | 63 |
| Binary | 11111000 | 11111 | 1101 | 0 | 1011000 | 1011111 | 11 | 101 | 1011110 | 110011 |
Color Harmonies of #F81F0D
Complementary color
Monochromatic Colors of #F81F0D
Black with #F81F0D
Text Example
Text Example
White with #F81F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81F0D; }
p { color: rgb(248,31,13); }
H1.HeaderClassName
{
color: #F81F0D;
}
.AnyTagClassName
{
color: #F81F0D;
}
</style>
background-color css
<style>
a { background-color: #F81F0D; }
a { background-color: rgb(248,31,13); }
div.DivClassName
{
background-color: #F81F0D;
}
.BgClassName
{
background-color: #F81F0D;
}
</style>
border-color css
<style>
span { border-color: #F81F0D; }
span { border-color: rgb(248,31,13); }
td.TdClassName
{
border-color: #F81F0D;
}
.TagClassName
{
border-color: #F81F0D;
}
</style>