Shades of Scarlet #F8290C
Tints of Scarlet #F8290C
RGB
CMYK
RGB Variations
Color information
#F8290C (or 0xF8290C) is known color: Scarlet. HEX triplet: F8, 29 and 0C. RGB value is (248,41,12). Sum of RGB (Red+Green+Blue) = 248+41+12=301 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.39% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 248 - color contains mainly: red. Hex color #F8290C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8290C is #07D6F3. Grayscale: #636363. Windows color (decimal): -513780 or 797176. OLE color: 797176.
HSL color Cylindrical-coordinate representation of color #F8290C: hue angle of 7.37º 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 #F8290C is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 41 | 12 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.03 |
| HSL | 7.37º | 0.94% | 0.51% | - |
| HSV(B) | 7.37º | 0.95% | 0.97% | - |
| XYZ | 39.57 | 21.57 | 2.43 | - |
| YUV | 99.59 | 78.58 | 233.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 41 | 12 | 0 | 0.83 | 0.95 | 0.03 | 7.37 | 0.94 | 0.51 |
| Hex | F8 | 29 | C | 0 | 53 | 5F | 3 | 7 | 5E | 33 |
| Octal | 370 | 51 | 14 | 0 | 123 | 137 | 3 | 7 | 136 | 63 |
| Binary | 11111000 | 101001 | 1100 | 0 | 1010011 | 1011111 | 11 | 111 | 1011110 | 110011 |
Color Harmonies of #F8290C
Complementary color
Monochromatic Colors of #F8290C
Black with #F8290C
Text Example
Text Example
White with #F8290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8290C; }
p { color: rgb(248,41,12); }
H1.HeaderClassName
{
color: #F8290C;
}
.AnyTagClassName
{
color: #F8290C;
}
</style>
background-color css
<style>
a { background-color: #F8290C; }
a { background-color: rgb(248,41,12); }
div.DivClassName
{
background-color: #F8290C;
}
.BgClassName
{
background-color: #F8290C;
}
</style>
border-color css
<style>
span { border-color: #F8290C; }
span { border-color: rgb(248,41,12); }
td.TdClassName
{
border-color: #F8290C;
}
.TagClassName
{
border-color: #F8290C;
}
</style>