Shades of Scarlet #F93007
Tints of Scarlet #F93007
RGB
CMYK
RGB Variations
Color information
#F93007 (or 0xF93007) is known color: Scarlet. HEX triplet: F9, 30 and 07. RGB value is (249,48,7). Sum of RGB (Red+Green+Blue) = 249+48+7=304 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.91% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 249 - color contains mainly: red. Hex color #F93007 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93007 is #06CFF8. Grayscale: #676767. Windows color (decimal): -446457 or 471289. OLE color: 471289.
HSL color Cylindrical-coordinate representation of color #F93007: hue angle of 10.17º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F93007 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 48 | 7 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.02 |
| HSL | 10.17º | 0.95% | 0.5% | - |
| HSV(B) | 10.17º | 0.97% | 0.98% | - |
| XYZ | 40.16 | 22.27 | 2.38 | - |
| YUV | 103.43 | 73.59 | 231.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 48 | 7 | 0 | 0.81 | 0.97 | 0.02 | 10.17 | 0.95 | 0.5 |
| Hex | F9 | 30 | 7 | 0 | 51 | 61 | 2 | A | 5F | 32 |
| Octal | 371 | 60 | 7 | 0 | 121 | 141 | 2 | 12 | 137 | 62 |
| Binary | 11111001 | 110000 | 111 | 0 | 1010001 | 1100001 | 10 | 1010 | 1011111 | 110010 |
Color Harmonies of #F93007
Complementary color
Monochromatic Colors of #F93007
Black with #F93007
Text Example
Text Example
White with #F93007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93007; }
p { color: rgb(249,48,7); }
H1.HeaderClassName
{
color: #F93007;
}
.AnyTagClassName
{
color: #F93007;
}
</style>
background-color css
<style>
a { background-color: #F93007; }
a { background-color: rgb(249,48,7); }
div.DivClassName
{
background-color: #F93007;
}
.BgClassName
{
background-color: #F93007;
}
</style>
border-color css
<style>
span { border-color: #F93007; }
span { border-color: rgb(249,48,7); }
td.TdClassName
{
border-color: #F93007;
}
.TagClassName
{
border-color: #F93007;
}
</style>