Shades of Scarlet #FA1716
Tints of Scarlet #FA1716
RGB
CMYK
RGB Variations
Color information
#FA1716 (or 0xFA1716) is known color: Scarlet. HEX triplet: FA, 17 and 16. RGB value is (250,23,22). Sum of RGB (Red+Green+Blue) = 250+23+22=295 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.75% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1716 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1716 is #05E8E9. Grayscale: #5A5A5A. Windows color (decimal): -387306 or 1447930. OLE color: 1447930.
HSL color Cylindrical-coordinate representation of color #FA1716: hue angle of 0.26º 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 #FA1716 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 22 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.02 |
| HSL | 0.26º | 0.96% | 0.53% | - |
| HSV(B) | 0.26º | 0.91% | 0.98% | - |
| XYZ | 39.88 | 20.99 | 2.71 | - |
| YUV | 90.76 | 89.21 | 241.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 22 | 0 | 0.91 | 0.91 | 0.02 | 0.26 | 0.96 | 0.53 |
| Hex | FA | 17 | 16 | 0 | 5B | 5B | 2 | 0 | 60 | 35 |
| Octal | 372 | 27 | 26 | 0 | 133 | 133 | 2 | 0 | 140 | 65 |
| Binary | 11111010 | 10111 | 10110 | 0 | 1011011 | 1011011 | 10 | 0 | 1100000 | 110101 |
Color Harmonies of #FA1716
Complementary color
Monochromatic Colors of #FA1716
Black with #FA1716
Text Example
Text Example
White with #FA1716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1716; }
p { color: rgb(250,23,22); }
H1.HeaderClassName
{
color: #FA1716;
}
.AnyTagClassName
{
color: #FA1716;
}
</style>
background-color css
<style>
a { background-color: #FA1716; }
a { background-color: rgb(250,23,22); }
div.DivClassName
{
background-color: #FA1716;
}
.BgClassName
{
background-color: #FA1716;
}
</style>
border-color css
<style>
span { border-color: #FA1716; }
span { border-color: rgb(250,23,22); }
td.TdClassName
{
border-color: #FA1716;
}
.TagClassName
{
border-color: #FA1716;
}
</style>