Shades of Scarlet #F03108
Tints of Scarlet #F03108
RGB
CMYK
RGB Variations
Color information
#F03108 (or 0xF03108) is known color: Scarlet. HEX triplet: F0, 31 and 08. RGB value is (240,49,8). Sum of RGB (Red+Green+Blue) = 240+49+8=297 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.81% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 240 - color contains mainly: red. Hex color #F03108 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03108 is #0FCEF7. Grayscale: #656565. Windows color (decimal): -1036024 or 537072. OLE color: 537072.
HSL color Cylindrical-coordinate representation of color #F03108: hue angle of 10.6º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F03108 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 8 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.06 |
| HSL | 10.6º | 0.94% | 0.49% | - |
| HSV(B) | 10.6º | 0.97% | 0.94% | - |
| XYZ | 37.08 | 20.74 | 2.28 | - |
| YUV | 101.44 | 75.28 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 8 | 0 | 0.80 | 0.97 | 0.06 | 10.6 | 0.94 | 0.49 |
| Hex | F0 | 31 | 8 | 0 | 50 | 61 | 6 | B | 5E | 31 |
| Octal | 360 | 61 | 10 | 0 | 120 | 141 | 6 | 13 | 136 | 61 |
| Binary | 11110000 | 110001 | 1000 | 0 | 1010000 | 1100001 | 110 | 1011 | 1011110 | 110001 |
Color Harmonies of #F03108
Complementary color
Monochromatic Colors of #F03108
Black with #F03108
Text Example
Text Example
White with #F03108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03108; }
p { color: rgb(240,49,8); }
H1.HeaderClassName
{
color: #F03108;
}
.AnyTagClassName
{
color: #F03108;
}
</style>
background-color css
<style>
a { background-color: #F03108; }
a { background-color: rgb(240,49,8); }
div.DivClassName
{
background-color: #F03108;
}
.BgClassName
{
background-color: #F03108;
}
</style>
border-color css
<style>
span { border-color: #F03108; }
span { border-color: rgb(240,49,8); }
td.TdClassName
{
border-color: #F03108;
}
.TagClassName
{
border-color: #F03108;
}
</style>