Shades of Scarlet #FA1907
Tints of Scarlet #FA1907
RGB
CMYK
RGB Variations
Color information
#FA1907 (or 0xFA1907) is known color: Scarlet. HEX triplet: FA, 19 and 07. RGB value is (250,25,7). Sum of RGB (Red+Green+Blue) = 250+25+7=282 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.65% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1907 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1907 is #05E6F8. Grayscale: #5A5A5A. Windows color (decimal): -386809 or 465402. OLE color: 465402.
HSL color Cylindrical-coordinate representation of color #FA1907: hue angle of 4.44º 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 #FA1907 is Cyan = 0, Magento = 0.9, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 7 | - |
| CMYK | 0 | 0.9 | 0.97 | 0.02 |
| HSL | 4.44º | 0.96% | 0.5% | - |
| HSV(B) | 4.44º | 0.97% | 0.98% | - |
| XYZ | 39.81 | 21.03 | 2.16 | - |
| YUV | 90.22 | 81.04 | 241.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 7 | 0 | 0.9 | 0.97 | 0.02 | 4.44 | 0.96 | 0.5 |
| Hex | FA | 19 | 7 | 0 | 5A | 61 | 2 | 4 | 60 | 32 |
| Octal | 372 | 31 | 7 | 0 | 132 | 141 | 2 | 4 | 140 | 62 |
| Binary | 11111010 | 11001 | 111 | 0 | 1011010 | 1100001 | 10 | 100 | 1100000 | 110010 |
Color Harmonies of #FA1907
Complementary color
Monochromatic Colors of #FA1907
Black with #FA1907
Text Example
Text Example
White with #FA1907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1907; }
p { color: rgb(250,25,7); }
H1.HeaderClassName
{
color: #FA1907;
}
.AnyTagClassName
{
color: #FA1907;
}
</style>
background-color css
<style>
a { background-color: #FA1907; }
a { background-color: rgb(250,25,7); }
div.DivClassName
{
background-color: #FA1907;
}
.BgClassName
{
background-color: #FA1907;
}
</style>
border-color css
<style>
span { border-color: #FA1907; }
span { border-color: rgb(250,25,7); }
td.TdClassName
{
border-color: #FA1907;
}
.TagClassName
{
border-color: #FA1907;
}
</style>