Shades of Scarlet #FA3115
Tints of Scarlet #FA3115
RGB
CMYK
RGB Variations
Color information
#FA3115 (or 0xFA3115) is known color: Scarlet. HEX triplet: FA, 31 and 15. RGB value is (250,49,21). Sum of RGB (Red+Green+Blue) = 250+49+21=320 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.12% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3115 is #05CEEA. Grayscale: #6A6A6A. Windows color (decimal): -380651 or 1389050. OLE color: 1389050.
HSL color Cylindrical-coordinate representation of color #FA3115: hue angle of 7.34º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA3115 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 21 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.02 |
| HSL | 7.34º | 0.96% | 0.53% | - |
| HSV(B) | 7.34º | 0.92% | 0.98% | - |
| XYZ | 40.66 | 22.57 | 2.92 | - |
| YUV | 105.91 | 80.09 | 230.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 21 | 0 | 0.80 | 0.92 | 0.02 | 7.34 | 0.96 | 0.53 |
| Hex | FA | 31 | 15 | 0 | 50 | 5C | 2 | 7 | 60 | 35 |
| Octal | 372 | 61 | 25 | 0 | 120 | 134 | 2 | 7 | 140 | 65 |
| Binary | 11111010 | 110001 | 10101 | 0 | 1010000 | 1011100 | 10 | 111 | 1100000 | 110101 |
Color Harmonies of #FA3115
Complementary color
Monochromatic Colors of #FA3115
Black with #FA3115
Text Example
Text Example
White with #FA3115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3115; }
p { color: rgb(250,49,21); }
H1.HeaderClassName
{
color: #FA3115;
}
.AnyTagClassName
{
color: #FA3115;
}
</style>
background-color css
<style>
a { background-color: #FA3115; }
a { background-color: rgb(250,49,21); }
div.DivClassName
{
background-color: #FA3115;
}
.BgClassName
{
background-color: #FA3115;
}
</style>
border-color css
<style>
span { border-color: #FA3115; }
span { border-color: rgb(250,49,21); }
td.TdClassName
{
border-color: #FA3115;
}
.TagClassName
{
border-color: #FA3115;
}
</style>