Shades of Scarlet #FA1809
Tints of Scarlet #FA1809
RGB
CMYK
RGB Variations
Color information
#FA1809 (or 0xFA1809) is known color: Scarlet. HEX triplet: FA, 18 and 09. RGB value is (250,24,9). Sum of RGB (Red+Green+Blue) = 250+24+9=283 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.34% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1809 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1809 is #05E7F6. Grayscale: #5A5A5A. Windows color (decimal): -387063 or 596218. OLE color: 596218.
HSL color Cylindrical-coordinate representation of color #FA1809: hue angle of 3.73º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA1809 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 9 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.02 |
| HSL | 3.73º | 0.96% | 0.51% | - |
| HSV(B) | 3.73º | 0.96% | 0.98% | - |
| XYZ | 39.8 | 21 | 2.21 | - |
| YUV | 89.86 | 82.37 | 242.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 9 | 0 | 0.90 | 0.96 | 0.02 | 3.73 | 0.96 | 0.51 |
| Hex | FA | 18 | 9 | 0 | 5A | 60 | 2 | 4 | 60 | 33 |
| Octal | 372 | 30 | 11 | 0 | 132 | 140 | 2 | 4 | 140 | 63 |
| Binary | 11111010 | 11000 | 1001 | 0 | 1011010 | 1100000 | 10 | 100 | 1100000 | 110011 |
Color Harmonies of #FA1809
Complementary color
Monochromatic Colors of #FA1809
Black with #FA1809
Text Example
Text Example
White with #FA1809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1809; }
p { color: rgb(250,24,9); }
H1.HeaderClassName
{
color: #FA1809;
}
.AnyTagClassName
{
color: #FA1809;
}
</style>
background-color css
<style>
a { background-color: #FA1809; }
a { background-color: rgb(250,24,9); }
div.DivClassName
{
background-color: #FA1809;
}
.BgClassName
{
background-color: #FA1809;
}
</style>
border-color css
<style>
span { border-color: #FA1809; }
span { border-color: rgb(250,24,9); }
td.TdClassName
{
border-color: #FA1809;
}
.TagClassName
{
border-color: #FA1809;
}
</style>