Shades of Scarlet #FA1904
Tints of Scarlet #FA1904
RGB
CMYK
RGB Variations
Color information
#FA1904 (or 0xFA1904) is known color: Scarlet. HEX triplet: FA, 19 and 04. RGB value is (250,25,4). Sum of RGB (Red+Green+Blue) = 250+25+4=279 (36% of max value = 765). Red value is 250 (98.05% from 255 or 89.61% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1904 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1904 is #05E6FB. Grayscale: #5A5A5A. Windows color (decimal): -386812 or 268794. OLE color: 268794.
HSL color Cylindrical-coordinate representation of color #FA1904: hue angle of 5.12º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA1904 is Cyan = 0, Magento = 0.9, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 4 | - |
| CMYK | 0 | 0.9 | 0.98 | 0.02 |
| HSL | 5.12º | 0.97% | 0.5% | - |
| HSV(B) | 5.12º | 0.98% | 0.98% | - |
| XYZ | 39.79 | 21.03 | 2.08 | - |
| YUV | 89.88 | 79.54 | 242.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 4 | 0 | 0.9 | 0.98 | 0.02 | 5.12 | 0.97 | 0.5 |
| Hex | FA | 19 | 4 | 0 | 5A | 62 | 2 | 5 | 61 | 32 |
| Octal | 372 | 31 | 4 | 0 | 132 | 142 | 2 | 5 | 141 | 62 |
| Binary | 11111010 | 11001 | 100 | 0 | 1011010 | 1100010 | 10 | 101 | 1100001 | 110010 |
Color Harmonies of #FA1904
Complementary color
Monochromatic Colors of #FA1904
Black with #FA1904
Text Example
Text Example
White with #FA1904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1904; }
p { color: rgb(250,25,4); }
H1.HeaderClassName
{
color: #FA1904;
}
.AnyTagClassName
{
color: #FA1904;
}
</style>
background-color css
<style>
a { background-color: #FA1904; }
a { background-color: rgb(250,25,4); }
div.DivClassName
{
background-color: #FA1904;
}
.BgClassName
{
background-color: #FA1904;
}
</style>
border-color css
<style>
span { border-color: #FA1904; }
span { border-color: rgb(250,25,4); }
td.TdClassName
{
border-color: #FA1904;
}
.TagClassName
{
border-color: #FA1904;
}
</style>