Shades of Torch Red #FA0C11
Tints of Torch Red #FA0C11
RGB
CMYK
RGB Variations
Color information
#FA0C11 (or 0xFA0C11) is known color: Torch Red. HEX triplet: FA, 0C and 11. RGB value is (250,12,17). Sum of RGB (Red+Green+Blue) = 250+12+17=279 (36% of max value = 765). Red value is 250 (98.05% from 255 or 89.61% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0C11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0C11 is #05F3EE. Grayscale: #535353. Windows color (decimal): -390127 or 1117434. OLE color: 1117434.
HSL color Cylindrical-coordinate representation of color #FA0C11: hue angle of 358.74º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0C11 is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 12 | 17 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.02 |
| HSL | 358.74º | 0.96% | 0.51% | - |
| HSV(B) | 358.74º | 0.95% | 0.98% | - |
| XYZ | 39.66 | 20.63 | 2.42 | - |
| YUV | 83.73 | 90.35 | 246.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 12 | 17 | 0 | 0.95 | 0.93 | 0.02 | 358.74 | 0.96 | 0.51 |
| Hex | FA | C | 11 | 0 | 5F | 5D | 2 | 167 | 60 | 33 |
| Octal | 372 | 14 | 21 | 0 | 137 | 135 | 2 | 547 | 140 | 63 |
| Binary | 11111010 | 1100 | 10001 | 0 | 1011111 | 1011101 | 10 | 101100111 | 1100000 | 110011 |
Color Harmonies of #FA0C11
Complementary color
Monochromatic Colors of #FA0C11
Black with #FA0C11
Text Example
Text Example
White with #FA0C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0C11; }
p { color: rgb(250,12,17); }
H1.HeaderClassName
{
color: #FA0C11;
}
.AnyTagClassName
{
color: #FA0C11;
}
</style>
background-color css
<style>
a { background-color: #FA0C11; }
a { background-color: rgb(250,12,17); }
div.DivClassName
{
background-color: #FA0C11;
}
.BgClassName
{
background-color: #FA0C11;
}
</style>
border-color css
<style>
span { border-color: #FA0C11; }
span { border-color: rgb(250,12,17); }
td.TdClassName
{
border-color: #FA0C11;
}
.TagClassName
{
border-color: #FA0C11;
}
</style>