Shades of Scarlet #FA1910
Tints of Scarlet #FA1910
RGB
CMYK
RGB Variations
Color information
#FA1910 (or 0xFA1910) is known color: Scarlet. HEX triplet: FA, 19 and 10. RGB value is (250,25,16). Sum of RGB (Red+Green+Blue) = 250+25+16=291 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.91% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1910 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1910 is #05E6EF. Grayscale: #5B5B5B. Windows color (decimal): -386800 or 1055226. OLE color: 1055226.
HSL color Cylindrical-coordinate representation of color #FA1910: hue angle of 2.31º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA1910 is Cyan = 0, Magento = 0.9, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 16 | - |
| CMYK | 0 | 0.9 | 0.94 | 0.02 |
| HSL | 2.31º | 0.96% | 0.52% | - |
| HSV(B) | 2.31º | 0.94% | 0.98% | - |
| XYZ | 39.87 | 21.06 | 2.45 | - |
| YUV | 91.25 | 85.54 | 241.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 16 | 0 | 0.9 | 0.94 | 0.02 | 2.31 | 0.96 | 0.52 |
| Hex | FA | 19 | 10 | 0 | 5A | 5E | 2 | 2 | 60 | 34 |
| Octal | 372 | 31 | 20 | 0 | 132 | 136 | 2 | 2 | 140 | 64 |
| Binary | 11111010 | 11001 | 10000 | 0 | 1011010 | 1011110 | 10 | 10 | 1100000 | 110100 |
Color Harmonies of #FA1910
Complementary color
Monochromatic Colors of #FA1910
Black with #FA1910
Text Example
Text Example
White with #FA1910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1910; }
p { color: rgb(250,25,16); }
H1.HeaderClassName
{
color: #FA1910;
}
.AnyTagClassName
{
color: #FA1910;
}
</style>
background-color css
<style>
a { background-color: #FA1910; }
a { background-color: rgb(250,25,16); }
div.DivClassName
{
background-color: #FA1910;
}
.BgClassName
{
background-color: #FA1910;
}
</style>
border-color css
<style>
span { border-color: #FA1910; }
span { border-color: rgb(250,25,16); }
td.TdClassName
{
border-color: #FA1910;
}
.TagClassName
{
border-color: #FA1910;
}
</style>