Shades of Scarlet #F8150D
Tints of Scarlet #F8150D
RGB
CMYK
RGB Variations
Color information
#F8150D (or 0xF8150D) is known color: Scarlet. HEX triplet: F8, 15 and 0D. RGB value is (248,21,13). Sum of RGB (Red+Green+Blue) = 248+21+13=282 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.94% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 248 - color contains mainly: red. Hex color #F8150D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F8150D is #07EAF2. Grayscale: #585858. Windows color (decimal): -518899 or 857592. OLE color: 857592.
HSL color Cylindrical-coordinate representation of color #F8150D: hue angle of 2.04º 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 #F8150D is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 21 | 13 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.03 |
| HSL | 2.04º | 0.94% | 0.51% | - |
| HSV(B) | 2.04º | 0.95% | 0.97% | - |
| XYZ | 39.05 | 20.52 | 2.28 | - |
| YUV | 87.96 | 85.71 | 242.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 13 | 0 | 0.92 | 0.95 | 0.03 | 2.04 | 0.94 | 0.51 |
| Hex | F8 | 15 | D | 0 | 5C | 5F | 3 | 2 | 5E | 33 |
| Octal | 370 | 25 | 15 | 0 | 134 | 137 | 3 | 2 | 136 | 63 |
| Binary | 11111000 | 10101 | 1101 | 0 | 1011100 | 1011111 | 11 | 10 | 1011110 | 110011 |
Color Harmonies of #F8150D
Complementary color
Monochromatic Colors of #F8150D
Black with #F8150D
Text Example
Text Example
White with #F8150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8150D; }
p { color: rgb(248,21,13); }
H1.HeaderClassName
{
color: #F8150D;
}
.AnyTagClassName
{
color: #F8150D;
}
</style>
background-color css
<style>
a { background-color: #F8150D; }
a { background-color: rgb(248,21,13); }
div.DivClassName
{
background-color: #F8150D;
}
.BgClassName
{
background-color: #F8150D;
}
</style>
border-color css
<style>
span { border-color: #F8150D; }
span { border-color: rgb(248,21,13); }
td.TdClassName
{
border-color: #F8150D;
}
.TagClassName
{
border-color: #F8150D;
}
</style>