Shades of Scarlet #F8340D
Tints of Scarlet #F8340D
RGB
CMYK
RGB Variations
Color information
#F8340D (or 0xF8340D) is known color: Scarlet. HEX triplet: F8, 34 and 0D. RGB value is (248,52,13). Sum of RGB (Red+Green+Blue) = 248+52+13=313 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.23% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 248 - color contains mainly: red. Hex color #F8340D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8340D is #07CBF2. Grayscale: #6A6A6A. Windows color (decimal): -510963 or 865528. OLE color: 865528.
HSL color Cylindrical-coordinate representation of color #F8340D: hue angle of 9.96º 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 #F8340D is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 52 | 13 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.03 |
| HSL | 9.96º | 0.94% | 0.51% | - |
| HSV(B) | 9.96º | 0.95% | 0.97% | - |
| XYZ | 40.01 | 22.44 | 2.6 | - |
| YUV | 106.16 | 75.43 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 52 | 13 | 0 | 0.79 | 0.95 | 0.03 | 9.96 | 0.94 | 0.51 |
| Hex | F8 | 34 | D | 0 | 4F | 5F | 3 | A | 5E | 33 |
| Octal | 370 | 64 | 15 | 0 | 117 | 137 | 3 | 12 | 136 | 63 |
| Binary | 11111000 | 110100 | 1101 | 0 | 1001111 | 1011111 | 11 | 1010 | 1011110 | 110011 |
Color Harmonies of #F8340D
Complementary color
Monochromatic Colors of #F8340D
Black with #F8340D
Text Example
Text Example
White with #F8340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8340D; }
p { color: rgb(248,52,13); }
H1.HeaderClassName
{
color: #F8340D;
}
.AnyTagClassName
{
color: #F8340D;
}
</style>
background-color css
<style>
a { background-color: #F8340D; }
a { background-color: rgb(248,52,13); }
div.DivClassName
{
background-color: #F8340D;
}
.BgClassName
{
background-color: #F8340D;
}
</style>
border-color css
<style>
span { border-color: #F8340D; }
span { border-color: rgb(248,52,13); }
td.TdClassName
{
border-color: #F8340D;
}
.TagClassName
{
border-color: #F8340D;
}
</style>