Shades of Torch Red #FA0211
Tints of Torch Red #FA0211
RGB
CMYK
RGB Variations
Color information
#FA0211 (or 0xFA0211) is known color: Torch Red. HEX triplet: FA, 02 and 11. RGB value is (250,2,17). Sum of RGB (Red+Green+Blue) = 250+2+17=269 (35% of max value = 765). Red value is 250 (98.05% from 255 or 92.94% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0211 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0211 is #05FDEE. Grayscale: #4E4E4E. Windows color (decimal): -392687 or 1114874. OLE color: 1114874.
HSL color Cylindrical-coordinate representation of color #FA0211: hue angle of 356.37º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA0211 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 17 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.02 |
| HSL | 356.37º | 0.98% | 0.49% | - |
| HSV(B) | 356.37º | 0.99% | 0.98% | - |
| XYZ | 39.55 | 20.41 | 2.39 | - |
| YUV | 77.86 | 93.66 | 250.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 17 | 0 | 0.99 | 0.93 | 0.02 | 356.37 | 0.98 | 0.49 |
| Hex | FA | 2 | 11 | 0 | 63 | 5D | 2 | 164 | 62 | 31 |
| Octal | 372 | 2 | 21 | 0 | 143 | 135 | 2 | 544 | 142 | 61 |
| Binary | 11111010 | 10 | 10001 | 0 | 1100011 | 1011101 | 10 | 101100100 | 1100010 | 110001 |
Color Harmonies of #FA0211
Complementary color
Monochromatic Colors of #FA0211
Black with #FA0211
Text Example
Text Example
White with #FA0211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0211; }
p { color: rgb(250,2,17); }
H1.HeaderClassName
{
color: #FA0211;
}
.AnyTagClassName
{
color: #FA0211;
}
</style>
background-color css
<style>
a { background-color: #FA0211; }
a { background-color: rgb(250,2,17); }
div.DivClassName
{
background-color: #FA0211;
}
.BgClassName
{
background-color: #FA0211;
}
</style>
border-color css
<style>
span { border-color: #FA0211; }
span { border-color: rgb(250,2,17); }
td.TdClassName
{
border-color: #FA0211;
}
.TagClassName
{
border-color: #FA0211;
}
</style>