Shades of Scarlet #FA1916
Tints of Scarlet #FA1916
RGB
CMYK
RGB Variations
Color information
#FA1916 (or 0xFA1916) is known color: Scarlet. HEX triplet: FA, 19 and 16. RGB value is (250,25,22). Sum of RGB (Red+Green+Blue) = 250+25+22=297 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.18% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1916 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1916 is #05E6E9. Grayscale: #5C5C5C. Windows color (decimal): -386794 or 1448442. OLE color: 1448442.
HSL color Cylindrical-coordinate representation of color #FA1916: hue angle of 0.79º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA1916 is Cyan = 0, Magento = 0.9, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 22 | - |
| CMYK | 0 | 0.9 | 0.91 | 0.02 |
| HSL | 0.79º | 0.96% | 0.53% | - |
| HSV(B) | 0.79º | 0.91% | 0.98% | - |
| XYZ | 39.92 | 21.08 | 2.72 | - |
| YUV | 91.93 | 88.54 | 240.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 22 | 0 | 0.9 | 0.91 | 0.02 | 0.79 | 0.96 | 0.53 |
| Hex | FA | 19 | 16 | 0 | 5A | 5B | 2 | 1 | 60 | 35 |
| Octal | 372 | 31 | 26 | 0 | 132 | 133 | 2 | 1 | 140 | 65 |
| Binary | 11111010 | 11001 | 10110 | 0 | 1011010 | 1011011 | 10 | 1 | 1100000 | 110101 |
Color Harmonies of #FA1916
Complementary color
Monochromatic Colors of #FA1916
Black with #FA1916
Text Example
Text Example
White with #FA1916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1916; }
p { color: rgb(250,25,22); }
H1.HeaderClassName
{
color: #FA1916;
}
.AnyTagClassName
{
color: #FA1916;
}
</style>
background-color css
<style>
a { background-color: #FA1916; }
a { background-color: rgb(250,25,22); }
div.DivClassName
{
background-color: #FA1916;
}
.BgClassName
{
background-color: #FA1916;
}
</style>
border-color css
<style>
span { border-color: #FA1916; }
span { border-color: rgb(250,25,22); }
td.TdClassName
{
border-color: #FA1916;
}
.TagClassName
{
border-color: #FA1916;
}
</style>