Shades of Scarlet #F8240C
Tints of Scarlet #F8240C
RGB
CMYK
RGB Variations
Color information
#F8240C (or 0xF8240C) is known color: Scarlet. HEX triplet: F8, 24 and 0C. RGB value is (248,36,12). Sum of RGB (Red+Green+Blue) = 248+36+12=296 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.78% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 248 - color contains mainly: red. Hex color #F8240C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8240C is #07DBF3. Grayscale: #606060. Windows color (decimal): -515060 or 795896. OLE color: 795896.
HSL color Cylindrical-coordinate representation of color #F8240C: hue angle of 6.1º 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 #F8240C is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 36 | 12 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.03 |
| HSL | 6.1º | 0.94% | 0.51% | - |
| HSV(B) | 6.1º | 0.95% | 0.97% | - |
| XYZ | 39.41 | 21.24 | 2.37 | - |
| YUV | 96.65 | 80.24 | 235.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 36 | 12 | 0 | 0.85 | 0.95 | 0.03 | 6.1 | 0.94 | 0.51 |
| Hex | F8 | 24 | C | 0 | 55 | 5F | 3 | 6 | 5E | 33 |
| Octal | 370 | 44 | 14 | 0 | 125 | 137 | 3 | 6 | 136 | 63 |
| Binary | 11111000 | 100100 | 1100 | 0 | 1010101 | 1011111 | 11 | 110 | 1011110 | 110011 |
Color Harmonies of #F8240C
Complementary color
Monochromatic Colors of #F8240C
Black with #F8240C
Text Example
Text Example
White with #F8240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8240C; }
p { color: rgb(248,36,12); }
H1.HeaderClassName
{
color: #F8240C;
}
.AnyTagClassName
{
color: #F8240C;
}
</style>
background-color css
<style>
a { background-color: #F8240C; }
a { background-color: rgb(248,36,12); }
div.DivClassName
{
background-color: #F8240C;
}
.BgClassName
{
background-color: #F8240C;
}
</style>
border-color css
<style>
span { border-color: #F8240C; }
span { border-color: rgb(248,36,12); }
td.TdClassName
{
border-color: #F8240C;
}
.TagClassName
{
border-color: #F8240C;
}
</style>