Shades of Scarlet #FA1401
Tints of Scarlet #FA1401
RGB
CMYK
RGB Variations
Color information
#FA1401 (or 0xFA1401) is known color: Scarlet. HEX triplet: FA, 14 and 01. RGB value is (250,20,1). Sum of RGB (Red+Green+Blue) = 250+20+1=271 (35% of max value = 765). Red value is 250 (98.05% from 255 or 92.25% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1401 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1401 is #05EBFE. Grayscale: #565656. Windows color (decimal): -388095 or 70906. OLE color: 70906.
HSL color Cylindrical-coordinate representation of color #FA1401: hue angle of 4.58º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA1401 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 1 | - |
| CMYK | 0 | 0.92 | 1.00 | 0.02 |
| HSL | 4.58º | 0.99% | 0.49% | - |
| HSV(B) | 4.58º | 1% | 0.98% | - |
| XYZ | 39.68 | 20.83 | 1.96 | - |
| YUV | 86.6 | 79.7 | 244.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 1 | 0 | 0.92 | 1.00 | 0.02 | 4.58 | 0.99 | 0.49 |
| Hex | FA | 14 | 1 | 0 | 5C | 64 | 2 | 5 | 63 | 31 |
| Octal | 372 | 24 | 1 | 0 | 134 | 144 | 2 | 5 | 143 | 61 |
| Binary | 11111010 | 10100 | 1 | 0 | 1011100 | 1100100 | 10 | 101 | 1100011 | 110001 |
Color Harmonies of #FA1401
Complementary color
Monochromatic Colors of #FA1401
Black with #FA1401
Text Example
Text Example
White with #FA1401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1401; }
p { color: rgb(250,20,1); }
H1.HeaderClassName
{
color: #FA1401;
}
.AnyTagClassName
{
color: #FA1401;
}
</style>
background-color css
<style>
a { background-color: #FA1401; }
a { background-color: rgb(250,20,1); }
div.DivClassName
{
background-color: #FA1401;
}
.BgClassName
{
background-color: #FA1401;
}
</style>
border-color css
<style>
span { border-color: #FA1401; }
span { border-color: rgb(250,20,1); }
td.TdClassName
{
border-color: #FA1401;
}
.TagClassName
{
border-color: #FA1401;
}
</style>