Shades of Scarlet #FA1610
Tints of Scarlet #FA1610
RGB
CMYK
RGB Variations
Color information
#FA1610 (or 0xFA1610) is known color: Scarlet. HEX triplet: FA, 16 and 10. RGB value is (250,22,16). Sum of RGB (Red+Green+Blue) = 250+22+16=288 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.81% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1610 is #05E9EF. Grayscale: #595959. Windows color (decimal): -387568 or 1054458. OLE color: 1054458.
HSL color Cylindrical-coordinate representation of color #FA1610: hue angle of 1.54º 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 #FA1610 is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 16 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.02 |
| HSL | 1.54º | 0.96% | 0.52% | - |
| HSV(B) | 1.54º | 0.94% | 0.98% | - |
| XYZ | 39.8 | 20.94 | 2.43 | - |
| YUV | 89.49 | 86.54 | 242.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 16 | 0 | 0.91 | 0.94 | 0.02 | 1.54 | 0.96 | 0.52 |
| Hex | FA | 16 | 10 | 0 | 5B | 5E | 2 | 2 | 60 | 34 |
| Octal | 372 | 26 | 20 | 0 | 133 | 136 | 2 | 2 | 140 | 64 |
| Binary | 11111010 | 10110 | 10000 | 0 | 1011011 | 1011110 | 10 | 10 | 1100000 | 110100 |
Color Harmonies of #FA1610
Complementary color
Monochromatic Colors of #FA1610
Black with #FA1610
Text Example
Text Example
White with #FA1610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1610; }
p { color: rgb(250,22,16); }
H1.HeaderClassName
{
color: #FA1610;
}
.AnyTagClassName
{
color: #FA1610;
}
</style>
background-color css
<style>
a { background-color: #FA1610; }
a { background-color: rgb(250,22,16); }
div.DivClassName
{
background-color: #FA1610;
}
.BgClassName
{
background-color: #FA1610;
}
</style>
border-color css
<style>
span { border-color: #FA1610; }
span { border-color: rgb(250,22,16); }
td.TdClassName
{
border-color: #FA1610;
}
.TagClassName
{
border-color: #FA1610;
}
</style>