Shades of Red #FA1107
Tints of Red #FA1107
RGB
CMYK
RGB Variations
Color information
#FA1107 (or 0xFA1107) is known color: Red. HEX triplet: FA, 11 and 07. RGB value is (250,17,7). Sum of RGB (Red+Green+Blue) = 250+17+7=274 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.24% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 7 (3.12% from 255 or 2.55% from 274); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1107 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1107 is #05EEF8. Grayscale: #555555. Windows color (decimal): -388857 or 463354. OLE color: 463354.
HSL color Cylindrical-coordinate representation of color #FA1107: hue angle of 2.47º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA1107 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 7 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.02 |
| HSL | 2.47º | 0.96% | 0.5% | - |
| HSV(B) | 2.47º | 0.97% | 0.98% | - |
| XYZ | 39.66 | 20.74 | 2.11 | - |
| YUV | 85.53 | 83.69 | 245.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 7 | 0 | 0.93 | 0.97 | 0.02 | 2.47 | 0.96 | 0.5 |
| Hex | FA | 11 | 7 | 0 | 5D | 61 | 2 | 2 | 60 | 32 |
| Octal | 372 | 21 | 7 | 0 | 135 | 141 | 2 | 2 | 140 | 62 |
| Binary | 11111010 | 10001 | 111 | 0 | 1011101 | 1100001 | 10 | 10 | 1100000 | 110010 |
Color Harmonies of #FA1107
Complementary color
Monochromatic Colors of #FA1107
Black with #FA1107
Text Example
Text Example
White with #FA1107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1107; }
p { color: rgb(250,17,7); }
H1.HeaderClassName
{
color: #FA1107;
}
.AnyTagClassName
{
color: #FA1107;
}
</style>
background-color css
<style>
a { background-color: #FA1107; }
a { background-color: rgb(250,17,7); }
div.DivClassName
{
background-color: #FA1107;
}
.BgClassName
{
background-color: #FA1107;
}
</style>
border-color css
<style>
span { border-color: #FA1107; }
span { border-color: rgb(250,17,7); }
td.TdClassName
{
border-color: #FA1107;
}
.TagClassName
{
border-color: #FA1107;
}
</style>