Shades of Scarlet #FA1A00
Tints of Scarlet #FA1A00
RGB
CMYK
RGB Variations
Color information
#FA1A00 (or 0xFA1A00) is known color: Scarlet. HEX triplet: FA, 1A and 00. RGB value is (250,26,0). Sum of RGB (Red+Green+Blue) = 250+26+0=276 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.58% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1A00 is #05E5FF. Grayscale: #5A5A5A. Windows color (decimal): -386560 or 6906. OLE color: 6906.
HSL color Cylindrical-coordinate representation of color #FA1A00: hue angle of 6.24º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA1A00 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 26 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.02 |
| HSL | 6.24º | 1% | 0.49% | - |
| HSV(B) | 6.24º | 1% | 0.98% | - |
| XYZ | 39.79 | 21.06 | 1.97 | - |
| YUV | 90.01 | 77.21 | 242.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 26 | 0 | 0 | 0.90 | 1 | 0.02 | 6.24 | 1 | 0.49 |
| Hex | FA | 1A | 0 | 0 | 5A | 64 | 2 | 6 | 64 | 31 |
| Octal | 372 | 32 | 0 | 0 | 132 | 144 | 2 | 6 | 144 | 61 |
| Binary | 11111010 | 11010 | 0 | 0 | 1011010 | 1100100 | 10 | 110 | 1100100 | 110001 |
Color Harmonies of #FA1A00
Complementary color
Monochromatic Colors of #FA1A00
Black with #FA1A00
Text Example
Text Example
White with #FA1A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1A00; }
p { color: rgb(250,26,0); }
H1.HeaderClassName
{
color: #FA1A00;
}
.AnyTagClassName
{
color: #FA1A00;
}
</style>
background-color css
<style>
a { background-color: #FA1A00; }
a { background-color: rgb(250,26,0); }
div.DivClassName
{
background-color: #FA1A00;
}
.BgClassName
{
background-color: #FA1A00;
}
</style>
border-color css
<style>
span { border-color: #FA1A00; }
span { border-color: rgb(250,26,0); }
td.TdClassName
{
border-color: #FA1A00;
}
.TagClassName
{
border-color: #FA1A00;
}
</style>