Shades of Scarlet #FA1905
Tints of Scarlet #FA1905
RGB
CMYK
RGB Variations
Color information
#FA1905 (or 0xFA1905) is known color: Scarlet. HEX triplet: FA, 19 and 05. RGB value is (250,25,5). Sum of RGB (Red+Green+Blue) = 250+25+5=280 (37% of max value = 765). Red value is 250 (98.05% from 255 or 89.29% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1905 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1905 is #05E6FA. Grayscale: #5A5A5A. Windows color (decimal): -386811 or 334330. OLE color: 334330.
HSL color Cylindrical-coordinate representation of color #FA1905: hue angle of 4.9º 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 #FA1905 is Cyan = 0, Magento = 0.9, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 5 | - |
| CMYK | 0 | 0.9 | 0.98 | 0.02 |
| HSL | 4.9º | 0.96% | 0.5% | - |
| HSV(B) | 4.9º | 0.98% | 0.98% | - |
| XYZ | 39.8 | 21.03 | 2.11 | - |
| YUV | 90 | 80.04 | 242.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 5 | 0 | 0.9 | 0.98 | 0.02 | 4.9 | 0.96 | 0.5 |
| Hex | FA | 19 | 5 | 0 | 5A | 62 | 2 | 5 | 60 | 32 |
| Octal | 372 | 31 | 5 | 0 | 132 | 142 | 2 | 5 | 140 | 62 |
| Binary | 11111010 | 11001 | 101 | 0 | 1011010 | 1100010 | 10 | 101 | 1100000 | 110010 |
Color Harmonies of #FA1905
Complementary color
Monochromatic Colors of #FA1905
Black with #FA1905
Text Example
Text Example
White with #FA1905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1905; }
p { color: rgb(250,25,5); }
H1.HeaderClassName
{
color: #FA1905;
}
.AnyTagClassName
{
color: #FA1905;
}
</style>
background-color css
<style>
a { background-color: #FA1905; }
a { background-color: rgb(250,25,5); }
div.DivClassName
{
background-color: #FA1905;
}
.BgClassName
{
background-color: #FA1905;
}
</style>
border-color css
<style>
span { border-color: #FA1905; }
span { border-color: rgb(250,25,5); }
td.TdClassName
{
border-color: #FA1905;
}
.TagClassName
{
border-color: #FA1905;
}
</style>