Shades of Scarlet #FA2015
Tints of Scarlet #FA2015
RGB
CMYK
RGB Variations
Color information
#FA2015 (or 0xFA2015) is known color: Scarlet. HEX triplet: FA, 20 and 15. RGB value is (250,32,21). Sum of RGB (Red+Green+Blue) = 250+32+21=303 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.51% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2015 is #05DFEA. Grayscale: #606060. Windows color (decimal): -385003 or 1384698. OLE color: 1384698.
HSL color Cylindrical-coordinate representation of color #FA2015: hue angle of 2.88º 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 #FA2015 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 21 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.02 |
| HSL | 2.88º | 0.96% | 0.53% | - |
| HSV(B) | 2.88º | 0.92% | 0.98% | - |
| XYZ | 40.08 | 21.41 | 2.73 | - |
| YUV | 95.93 | 85.72 | 237.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 21 | 0 | 0.87 | 0.92 | 0.02 | 2.88 | 0.96 | 0.53 |
| Hex | FA | 20 | 15 | 0 | 57 | 5C | 2 | 3 | 60 | 35 |
| Octal | 372 | 40 | 25 | 0 | 127 | 134 | 2 | 3 | 140 | 65 |
| Binary | 11111010 | 100000 | 10101 | 0 | 1010111 | 1011100 | 10 | 11 | 1100000 | 110101 |
Color Harmonies of #FA2015
Complementary color
Monochromatic Colors of #FA2015
Black with #FA2015
Text Example
Text Example
White with #FA2015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2015; }
p { color: rgb(250,32,21); }
H1.HeaderClassName
{
color: #FA2015;
}
.AnyTagClassName
{
color: #FA2015;
}
</style>
background-color css
<style>
a { background-color: #FA2015; }
a { background-color: rgb(250,32,21); }
div.DivClassName
{
background-color: #FA2015;
}
.BgClassName
{
background-color: #FA2015;
}
</style>
border-color css
<style>
span { border-color: #FA2015; }
span { border-color: rgb(250,32,21); }
td.TdClassName
{
border-color: #FA2015;
}
.TagClassName
{
border-color: #FA2015;
}
</style>