Shades of Scarlet #FA2716
Tints of Scarlet #FA2716
RGB
CMYK
RGB Variations
Color information
#FA2716 (or 0xFA2716) is known color: Scarlet. HEX triplet: FA, 27 and 16. RGB value is (250,39,22). Sum of RGB (Red+Green+Blue) = 250+39+22=311 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.39% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2716 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2716 is #05D8E9. Grayscale: #646464. Windows color (decimal): -383210 or 1452026. OLE color: 1452026.
HSL color Cylindrical-coordinate representation of color #FA2716: hue angle of 4.47º 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 #FA2716 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 22 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.02 |
| HSL | 4.47º | 0.96% | 0.53% | - |
| HSV(B) | 4.47º | 0.91% | 0.98% | - |
| XYZ | 40.29 | 21.83 | 2.85 | - |
| YUV | 100.15 | 83.9 | 234.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 22 | 0 | 0.84 | 0.91 | 0.02 | 4.47 | 0.96 | 0.53 |
| Hex | FA | 27 | 16 | 0 | 54 | 5B | 2 | 4 | 60 | 35 |
| Octal | 372 | 47 | 26 | 0 | 124 | 133 | 2 | 4 | 140 | 65 |
| Binary | 11111010 | 100111 | 10110 | 0 | 1010100 | 1011011 | 10 | 100 | 1100000 | 110101 |
Color Harmonies of #FA2716
Complementary color
Monochromatic Colors of #FA2716
Black with #FA2716
Text Example
Text Example
White with #FA2716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2716; }
p { color: rgb(250,39,22); }
H1.HeaderClassName
{
color: #FA2716;
}
.AnyTagClassName
{
color: #FA2716;
}
</style>
background-color css
<style>
a { background-color: #FA2716; }
a { background-color: rgb(250,39,22); }
div.DivClassName
{
background-color: #FA2716;
}
.BgClassName
{
background-color: #FA2716;
}
</style>
border-color css
<style>
span { border-color: #FA2716; }
span { border-color: rgb(250,39,22); }
td.TdClassName
{
border-color: #FA2716;
}
.TagClassName
{
border-color: #FA2716;
}
</style>