Shades of Scarlet #FA2814
Tints of Scarlet #FA2814
RGB
CMYK
RGB Variations
Color information
#FA2814 (or 0xFA2814) is known color: Scarlet. HEX triplet: FA, 28 and 14. RGB value is (250,40,20). Sum of RGB (Red+Green+Blue) = 250+40+20=310 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.65% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2814 is #05D7EB. Grayscale: #646464. Windows color (decimal): -382956 or 1321210. OLE color: 1321210.
HSL color Cylindrical-coordinate representation of color #FA2814: hue angle of 5.22º 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 #FA2814 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 20 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.02 |
| HSL | 5.22º | 0.96% | 0.53% | - |
| HSV(B) | 5.22º | 0.92% | 0.98% | - |
| XYZ | 40.31 | 21.89 | 2.76 | - |
| YUV | 100.51 | 82.57 | 234.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 20 | 0 | 0.84 | 0.92 | 0.02 | 5.22 | 0.96 | 0.53 |
| Hex | FA | 28 | 14 | 0 | 54 | 5C | 2 | 5 | 60 | 35 |
| Octal | 372 | 50 | 24 | 0 | 124 | 134 | 2 | 5 | 140 | 65 |
| Binary | 11111010 | 101000 | 10100 | 0 | 1010100 | 1011100 | 10 | 101 | 1100000 | 110101 |
Color Harmonies of #FA2814
Complementary color
Monochromatic Colors of #FA2814
Black with #FA2814
Text Example
Text Example
White with #FA2814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2814; }
p { color: rgb(250,40,20); }
H1.HeaderClassName
{
color: #FA2814;
}
.AnyTagClassName
{
color: #FA2814;
}
</style>
background-color css
<style>
a { background-color: #FA2814; }
a { background-color: rgb(250,40,20); }
div.DivClassName
{
background-color: #FA2814;
}
.BgClassName
{
background-color: #FA2814;
}
</style>
border-color css
<style>
span { border-color: #FA2814; }
span { border-color: rgb(250,40,20); }
td.TdClassName
{
border-color: #FA2814;
}
.TagClassName
{
border-color: #FA2814;
}
</style>