Shades of Scarlet #FA1307
Tints of Scarlet #FA1307
RGB
CMYK
RGB Variations
Color information
#FA1307 (or 0xFA1307) is known color: Scarlet. HEX triplet: FA, 13 and 07. RGB value is (250,19,7). Sum of RGB (Red+Green+Blue) = 250+19+7=276 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.58% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1307 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1307 is #05ECF8. Grayscale: #565656. Windows color (decimal): -388345 or 463866. OLE color: 463866.
HSL color Cylindrical-coordinate representation of color #FA1307: hue angle of 2.96º degrees, saturation: 0.96, 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 #FA1307 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 7 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.02 |
| HSL | 2.96º | 0.96% | 0.5% | - |
| HSV(B) | 2.96º | 0.97% | 0.98% | - |
| XYZ | 39.7 | 20.81 | 2.12 | - |
| YUV | 86.7 | 83.03 | 244.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 7 | 0 | 0.92 | 0.97 | 0.02 | 2.96 | 0.96 | 0.5 |
| Hex | FA | 13 | 7 | 0 | 5C | 61 | 2 | 3 | 60 | 32 |
| Octal | 372 | 23 | 7 | 0 | 134 | 141 | 2 | 3 | 140 | 62 |
| Binary | 11111010 | 10011 | 111 | 0 | 1011100 | 1100001 | 10 | 11 | 1100000 | 110010 |
Color Harmonies of #FA1307
Complementary color
Monochromatic Colors of #FA1307
Black with #FA1307
Text Example
Text Example
White with #FA1307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1307; }
p { color: rgb(250,19,7); }
H1.HeaderClassName
{
color: #FA1307;
}
.AnyTagClassName
{
color: #FA1307;
}
</style>
background-color css
<style>
a { background-color: #FA1307; }
a { background-color: rgb(250,19,7); }
div.DivClassName
{
background-color: #FA1307;
}
.BgClassName
{
background-color: #FA1307;
}
</style>
border-color css
<style>
span { border-color: #FA1307; }
span { border-color: rgb(250,19,7); }
td.TdClassName
{
border-color: #FA1307;
}
.TagClassName
{
border-color: #FA1307;
}
</style>