Shades of Scarlet #F03407
Tints of Scarlet #F03407
RGB
CMYK
RGB Variations
Color information
#F03407 (or 0xF03407) is known color: Scarlet. HEX triplet: F0, 34 and 07. RGB value is (240,52,7). Sum of RGB (Red+Green+Blue) = 240+52+7=299 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.27% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 7 (3.12% from 255 or 2.34% from 299); Max value from RGB is 240 - color contains mainly: red. Hex color #F03407 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03407 is #0FCBF8. Grayscale: #676767. Windows color (decimal): -1035257 or 472304. OLE color: 472304.
HSL color Cylindrical-coordinate representation of color #F03407: hue angle of 11.59º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F03407 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 7 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.06 |
| HSL | 11.59º | 0.94% | 0.48% | - |
| HSV(B) | 11.59º | 0.97% | 0.94% | - |
| XYZ | 37.2 | 21 | 2.29 | - |
| YUV | 103.08 | 73.78 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 7 | 0 | 0.78 | 0.97 | 0.06 | 11.59 | 0.94 | 0.48 |
| Hex | F0 | 34 | 7 | 0 | 4E | 61 | 6 | C | 5E | 30 |
| Octal | 360 | 64 | 7 | 0 | 116 | 141 | 6 | 14 | 136 | 60 |
| Binary | 11110000 | 110100 | 111 | 0 | 1001110 | 1100001 | 110 | 1100 | 1011110 | 110000 |
Color Harmonies of #F03407
Complementary color
Monochromatic Colors of #F03407
Black with #F03407
Text Example
Text Example
White with #F03407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03407; }
p { color: rgb(240,52,7); }
H1.HeaderClassName
{
color: #F03407;
}
.AnyTagClassName
{
color: #F03407;
}
</style>
background-color css
<style>
a { background-color: #F03407; }
a { background-color: rgb(240,52,7); }
div.DivClassName
{
background-color: #F03407;
}
.BgClassName
{
background-color: #F03407;
}
</style>
border-color css
<style>
span { border-color: #F03407; }
span { border-color: rgb(240,52,7); }
td.TdClassName
{
border-color: #F03407;
}
.TagClassName
{
border-color: #F03407;
}
</style>