Shades of Red #FA1111
Tints of Red #FA1111
RGB
CMYK
RGB Variations
Color information
#FA1111 (or 0xFA1111) is known color: Red. HEX triplet: FA, 11 and 11. RGB value is (250,17,17). Sum of RGB (Red+Green+Blue) = 250+17+17=284 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.03% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1111 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1111 is #05EEEE. Grayscale: #565656. Windows color (decimal): -388847 or 1118714. OLE color: 1118714.
HSL color Cylindrical-coordinate representation of color #FA1111: hue angle of 0º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA1111 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 17 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.02 |
| HSL | 0º | 0.96% | 0.52% | - |
| HSV(B) | 0º | 0.93% | 0.98% | - |
| XYZ | 39.73 | 20.77 | 2.44 | - |
| YUV | 86.67 | 88.69 | 244.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 17 | 0 | 0.93 | 0.93 | 0.02 | 0 | 0.96 | 0.52 |
| Hex | FA | 11 | 11 | 0 | 5D | 5D | 2 | 0 | 60 | 34 |
| Octal | 372 | 21 | 21 | 0 | 135 | 135 | 2 | 0 | 140 | 64 |
| Binary | 11111010 | 10001 | 10001 | 0 | 1011101 | 1011101 | 10 | 0 | 1100000 | 110100 |
Color Harmonies of #FA1111
Complementary color
Monochromatic Colors of #FA1111
Black with #FA1111
Text Example
Text Example
White with #FA1111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1111; }
p { color: rgb(250,17,17); }
H1.HeaderClassName
{
color: #FA1111;
}
.AnyTagClassName
{
color: #FA1111;
}
</style>
background-color css
<style>
a { background-color: #FA1111; }
a { background-color: rgb(250,17,17); }
div.DivClassName
{
background-color: #FA1111;
}
.BgClassName
{
background-color: #FA1111;
}
</style>
border-color css
<style>
span { border-color: #FA1111; }
span { border-color: rgb(250,17,17); }
td.TdClassName
{
border-color: #FA1111;
}
.TagClassName
{
border-color: #FA1111;
}
</style>