Shades of Red #FA100E
Tints of Red #FA100E
RGB
CMYK
RGB Variations
Color information
#FA100E (or 0xFA100E) is known color: Red. HEX triplet: FA, 10 and 0E. RGB value is (250,16,14). Sum of RGB (Red+Green+Blue) = 250+16+14=280 (37% of max value = 765). Red value is 250 (98.05% from 255 or 89.29% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 250 - color contains mainly: red. Hex color #FA100E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA100E is #05EFF1. Grayscale: #555555. Windows color (decimal): -389106 or 921850. OLE color: 921850.
HSL color Cylindrical-coordinate representation of color #FA100E: hue angle of 0.51º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA100E is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 14 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.02 |
| HSL | 0.51º | 0.96% | 0.52% | - |
| HSV(B) | 0.51º | 0.94% | 0.98% | - |
| XYZ | 39.69 | 20.73 | 2.32 | - |
| YUV | 85.74 | 87.52 | 245.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 14 | 0 | 0.94 | 0.94 | 0.02 | 0.51 | 0.96 | 0.52 |
| Hex | FA | 10 | E | 0 | 5E | 5E | 2 | 1 | 60 | 34 |
| Octal | 372 | 20 | 16 | 0 | 136 | 136 | 2 | 1 | 140 | 64 |
| Binary | 11111010 | 10000 | 1110 | 0 | 1011110 | 1011110 | 10 | 1 | 1100000 | 110100 |
Color Harmonies of #FA100E
Complementary color
Monochromatic Colors of #FA100E
Black with #FA100E
Text Example
Text Example
White with #FA100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA100E; }
p { color: rgb(250,16,14); }
H1.HeaderClassName
{
color: #FA100E;
}
.AnyTagClassName
{
color: #FA100E;
}
</style>
background-color css
<style>
a { background-color: #FA100E; }
a { background-color: rgb(250,16,14); }
div.DivClassName
{
background-color: #FA100E;
}
.BgClassName
{
background-color: #FA100E;
}
</style>
border-color css
<style>
span { border-color: #FA100E; }
span { border-color: rgb(250,16,14); }
td.TdClassName
{
border-color: #FA100E;
}
.TagClassName
{
border-color: #FA100E;
}
</style>