Shades of Scarlet #FA1500
Tints of Scarlet #FA1500
RGB
CMYK
RGB Variations
Color information
#FA1500 (or 0xFA1500) is known color: Scarlet. HEX triplet: FA, 15 and 00. RGB value is (250,21,0). Sum of RGB (Red+Green+Blue) = 250+21+0=271 (35% of max value = 765). Red value is 250 (98.05% from 255 or 92.25% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1500 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1500 is #05EAFF. Grayscale: #575757. Windows color (decimal): -387840 or 5626. OLE color: 5626.
HSL color Cylindrical-coordinate representation of color #FA1500: hue angle of 5.04º 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 #FA1500 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.02 |
| HSL | 5.04º | 1% | 0.49% | - |
| HSV(B) | 5.04º | 1% | 0.98% | - |
| XYZ | 39.69 | 20.86 | 1.93 | - |
| YUV | 87.08 | 78.87 | 244.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 0 | 0 | 0.92 | 1 | 0.02 | 5.04 | 1 | 0.49 |
| Hex | FA | 15 | 0 | 0 | 5C | 64 | 2 | 5 | 64 | 31 |
| Octal | 372 | 25 | 0 | 0 | 134 | 144 | 2 | 5 | 144 | 61 |
| Binary | 11111010 | 10101 | 0 | 0 | 1011100 | 1100100 | 10 | 101 | 1100100 | 110001 |
Color Harmonies of #FA1500
Complementary color
Monochromatic Colors of #FA1500
Black with #FA1500
Text Example
Text Example
White with #FA1500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1500; }
p { color: rgb(250,21,0); }
H1.HeaderClassName
{
color: #FA1500;
}
.AnyTagClassName
{
color: #FA1500;
}
</style>
background-color css
<style>
a { background-color: #FA1500; }
a { background-color: rgb(250,21,0); }
div.DivClassName
{
background-color: #FA1500;
}
.BgClassName
{
background-color: #FA1500;
}
</style>
border-color css
<style>
span { border-color: #FA1500; }
span { border-color: rgb(250,21,0); }
td.TdClassName
{
border-color: #FA1500;
}
.TagClassName
{
border-color: #FA1500;
}
</style>