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