Shades of Scarlet #FA1C09
Tints of Scarlet #FA1C09
RGB
CMYK
RGB Variations
Color information
#FA1C09 (or 0xFA1C09) is known color: Scarlet. HEX triplet: FA, 1C and 09. RGB value is (250,28,9). Sum of RGB (Red+Green+Blue) = 250+28+9=287 (38% of max value = 765). Red value is 250 (98.05% from 255 or 87.11% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 9 (3.91% from 255 or 3.14% from 287); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1C09 is #05E3F6. Grayscale: #5C5C5C. Windows color (decimal): -386039 or 597242. OLE color: 597242.
HSL color Cylindrical-coordinate representation of color #FA1C09: hue angle of 4.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 #FA1C09 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 9 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.02 |
| HSL | 4.73º | 0.96% | 0.51% | - |
| HSV(B) | 4.73º | 0.96% | 0.98% | - |
| XYZ | 39.89 | 21.17 | 2.24 | - |
| YUV | 92.21 | 81.05 | 240.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 9 | 0 | 0.89 | 0.96 | 0.02 | 4.73 | 0.96 | 0.51 |
| Hex | FA | 1C | 9 | 0 | 59 | 60 | 2 | 5 | 60 | 33 |
| Octal | 372 | 34 | 11 | 0 | 131 | 140 | 2 | 5 | 140 | 63 |
| Binary | 11111010 | 11100 | 1001 | 0 | 1011001 | 1100000 | 10 | 101 | 1100000 | 110011 |
Color Harmonies of #FA1C09
Complementary color
Monochromatic Colors of #FA1C09
Black with #FA1C09
Text Example
Text Example
White with #FA1C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1C09; }
p { color: rgb(250,28,9); }
H1.HeaderClassName
{
color: #FA1C09;
}
.AnyTagClassName
{
color: #FA1C09;
}
</style>
background-color css
<style>
a { background-color: #FA1C09; }
a { background-color: rgb(250,28,9); }
div.DivClassName
{
background-color: #FA1C09;
}
.BgClassName
{
background-color: #FA1C09;
}
</style>
border-color css
<style>
span { border-color: #FA1C09; }
span { border-color: rgb(250,28,9); }
td.TdClassName
{
border-color: #FA1C09;
}
.TagClassName
{
border-color: #FA1C09;
}
</style>