Shades of Torch Red #FA0E11
Tints of Torch Red #FA0E11
RGB
CMYK
RGB Variations
Color information
#FA0E11 (or 0xFA0E11) is known color: Torch Red. HEX triplet: FA, 0E and 11. RGB value is (250,14,17). Sum of RGB (Red+Green+Blue) = 250+14+17=281 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.97% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0E11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0E11 is #05F1EE. Grayscale: #555555. Windows color (decimal): -389615 or 1117946. OLE color: 1117946.
HSL color Cylindrical-coordinate representation of color #FA0E11: hue angle of 359.24º 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 #FA0E11 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 17 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.02 |
| HSL | 359.24º | 0.96% | 0.52% | - |
| HSV(B) | 359.24º | 0.94% | 0.98% | - |
| XYZ | 39.68 | 20.68 | 2.43 | - |
| YUV | 84.91 | 89.69 | 245.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 17 | 0 | 0.94 | 0.93 | 0.02 | 359.24 | 0.96 | 0.52 |
| Hex | FA | E | 11 | 0 | 5E | 5D | 2 | 167 | 60 | 34 |
| Octal | 372 | 16 | 21 | 0 | 136 | 135 | 2 | 547 | 140 | 64 |
| Binary | 11111010 | 1110 | 10001 | 0 | 1011110 | 1011101 | 10 | 101100111 | 1100000 | 110100 |
Color Harmonies of #FA0E11
Complementary color
Monochromatic Colors of #FA0E11
Black with #FA0E11
Text Example
Text Example
White with #FA0E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0E11; }
p { color: rgb(250,14,17); }
H1.HeaderClassName
{
color: #FA0E11;
}
.AnyTagClassName
{
color: #FA0E11;
}
</style>
background-color css
<style>
a { background-color: #FA0E11; }
a { background-color: rgb(250,14,17); }
div.DivClassName
{
background-color: #FA0E11;
}
.BgClassName
{
background-color: #FA0E11;
}
</style>
border-color css
<style>
span { border-color: #FA0E11; }
span { border-color: rgb(250,14,17); }
td.TdClassName
{
border-color: #FA0E11;
}
.TagClassName
{
border-color: #FA0E11;
}
</style>