Shades of Red #FA1109
Tints of Red #FA1109
RGB
CMYK
RGB Variations
Color information
#FA1109 (or 0xFA1109) is known color: Red. HEX triplet: FA, 11 and 09. RGB value is (250,17,9). Sum of RGB (Red+Green+Blue) = 250+17+9=276 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.58% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1109 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1109 is #05EEF6. Grayscale: #565656. Windows color (decimal): -388855 or 594426. OLE color: 594426.
HSL color Cylindrical-coordinate representation of color #FA1109: hue angle of 1.99º 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 #FA1109 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 9 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.02 |
| HSL | 1.99º | 0.96% | 0.51% | - |
| HSV(B) | 1.99º | 0.96% | 0.98% | - |
| XYZ | 39.67 | 20.74 | 2.17 | - |
| YUV | 85.76 | 84.69 | 245.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 9 | 0 | 0.93 | 0.96 | 0.02 | 1.99 | 0.96 | 0.51 |
| Hex | FA | 11 | 9 | 0 | 5D | 60 | 2 | 2 | 60 | 33 |
| Octal | 372 | 21 | 11 | 0 | 135 | 140 | 2 | 2 | 140 | 63 |
| Binary | 11111010 | 10001 | 1001 | 0 | 1011101 | 1100000 | 10 | 10 | 1100000 | 110011 |
Color Harmonies of #FA1109
Complementary color
Monochromatic Colors of #FA1109
Black with #FA1109
Text Example
Text Example
White with #FA1109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1109; }
p { color: rgb(250,17,9); }
H1.HeaderClassName
{
color: #FA1109;
}
.AnyTagClassName
{
color: #FA1109;
}
</style>
background-color css
<style>
a { background-color: #FA1109; }
a { background-color: rgb(250,17,9); }
div.DivClassName
{
background-color: #FA1109;
}
.BgClassName
{
background-color: #FA1109;
}
</style>
border-color css
<style>
span { border-color: #FA1109; }
span { border-color: rgb(250,17,9); }
td.TdClassName
{
border-color: #FA1109;
}
.TagClassName
{
border-color: #FA1109;
}
</style>