Shades of Torch Red #FA1221
Tints of Torch Red #FA1221
RGB
CMYK
RGB Variations
Color information
#FA1221 (or 0xFA1221) is known color: Torch Red. HEX triplet: FA, 12 and 21. RGB value is (250,18,33). Sum of RGB (Red+Green+Blue) = 250+18+33=301 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.06% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1221 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1221 is #05EDDE. Grayscale: #595959. Windows color (decimal): -388575 or 2167546. OLE color: 2167546.
HSL color Cylindrical-coordinate representation of color #FA1221: hue angle of 356.12º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA1221 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 33 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.02 |
| HSL | 356.12º | 0.96% | 0.53% | - |
| HSV(B) | 356.12º | 0.93% | 0.98% | - |
| XYZ | 39.92 | 20.87 | 3.36 | - |
| YUV | 89.08 | 96.36 | 242.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 33 | 0 | 0.93 | 0.87 | 0.02 | 356.12 | 0.96 | 0.53 |
| Hex | FA | 12 | 21 | 0 | 5D | 57 | 2 | 164 | 60 | 35 |
| Octal | 372 | 22 | 41 | 0 | 135 | 127 | 2 | 544 | 140 | 65 |
| Binary | 11111010 | 10010 | 100001 | 0 | 1011101 | 1010111 | 10 | 101100100 | 1100000 | 110101 |
Color Harmonies of #FA1221
Complementary color
Monochromatic Colors of #FA1221
Black with #FA1221
Text Example
Text Example
White with #FA1221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1221; }
p { color: rgb(250,18,33); }
H1.HeaderClassName
{
color: #FA1221;
}
.AnyTagClassName
{
color: #FA1221;
}
</style>
background-color css
<style>
a { background-color: #FA1221; }
a { background-color: rgb(250,18,33); }
div.DivClassName
{
background-color: #FA1221;
}
.BgClassName
{
background-color: #FA1221;
}
</style>
border-color css
<style>
span { border-color: #FA1221; }
span { border-color: rgb(250,18,33); }
td.TdClassName
{
border-color: #FA1221;
}
.TagClassName
{
border-color: #FA1221;
}
</style>