Shades of Scarlet #FA1505
Tints of Scarlet #FA1505
RGB
CMYK
RGB Variations
Color information
#FA1505 (or 0xFA1505) is known color: Scarlet. HEX triplet: FA, 15 and 05. RGB value is (250,21,5). Sum of RGB (Red+Green+Blue) = 250+21+5=276 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.58% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1505 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1505 is #05EAFA. Grayscale: #575757. Windows color (decimal): -387835 or 333306. OLE color: 333306.
HSL color Cylindrical-coordinate representation of color #FA1505: hue angle of 3.92º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA1505 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 5 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.02 |
| HSL | 3.92º | 0.96% | 0.5% | - |
| HSV(B) | 3.92º | 0.98% | 0.98% | - |
| XYZ | 39.72 | 20.87 | 2.08 | - |
| YUV | 87.65 | 81.37 | 243.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 5 | 0 | 0.92 | 0.98 | 0.02 | 3.92 | 0.96 | 0.5 |
| Hex | FA | 15 | 5 | 0 | 5C | 62 | 2 | 4 | 60 | 32 |
| Octal | 372 | 25 | 5 | 0 | 134 | 142 | 2 | 4 | 140 | 62 |
| Binary | 11111010 | 10101 | 101 | 0 | 1011100 | 1100010 | 10 | 100 | 1100000 | 110010 |
Color Harmonies of #FA1505
Complementary color
Monochromatic Colors of #FA1505
Black with #FA1505
Text Example
Text Example
White with #FA1505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1505; }
p { color: rgb(250,21,5); }
H1.HeaderClassName
{
color: #FA1505;
}
.AnyTagClassName
{
color: #FA1505;
}
</style>
background-color css
<style>
a { background-color: #FA1505; }
a { background-color: rgb(250,21,5); }
div.DivClassName
{
background-color: #FA1505;
}
.BgClassName
{
background-color: #FA1505;
}
</style>
border-color css
<style>
span { border-color: #FA1505; }
span { border-color: rgb(250,21,5); }
td.TdClassName
{
border-color: #FA1505;
}
.TagClassName
{
border-color: #FA1505;
}
</style>