Shades of Torch Red #FA121D
Tints of Torch Red #FA121D
RGB
CMYK
RGB Variations
Color information
#FA121D (or 0xFA121D) is known color: Torch Red. HEX triplet: FA, 12 and 1D. RGB value is (250,18,29). Sum of RGB (Red+Green+Blue) = 250+18+29=297 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.18% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 250 - color contains mainly: red. Hex color #FA121D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA121D is #05EDE2. Grayscale: #585858. Windows color (decimal): -388579 or 1905402. OLE color: 1905402.
HSL color Cylindrical-coordinate representation of color #FA121D: hue angle of 357.16º 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 #FA121D is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 29 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.02 |
| HSL | 357.16º | 0.96% | 0.53% | - |
| HSV(B) | 357.16º | 0.93% | 0.98% | - |
| XYZ | 39.86 | 20.85 | 3.08 | - |
| YUV | 88.62 | 94.36 | 243.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 29 | 0 | 0.93 | 0.88 | 0.02 | 357.16 | 0.96 | 0.53 |
| Hex | FA | 12 | 1D | 0 | 5D | 58 | 2 | 165 | 60 | 35 |
| Octal | 372 | 22 | 35 | 0 | 135 | 130 | 2 | 545 | 140 | 65 |
| Binary | 11111010 | 10010 | 11101 | 0 | 1011101 | 1011000 | 10 | 101100101 | 1100000 | 110101 |
Color Harmonies of #FA121D
Complementary color
Monochromatic Colors of #FA121D
Black with #FA121D
Text Example
Text Example
White with #FA121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA121D; }
p { color: rgb(250,18,29); }
H1.HeaderClassName
{
color: #FA121D;
}
.AnyTagClassName
{
color: #FA121D;
}
</style>
background-color css
<style>
a { background-color: #FA121D; }
a { background-color: rgb(250,18,29); }
div.DivClassName
{
background-color: #FA121D;
}
.BgClassName
{
background-color: #FA121D;
}
</style>
border-color css
<style>
span { border-color: #FA121D; }
span { border-color: rgb(250,18,29); }
td.TdClassName
{
border-color: #FA121D;
}
.TagClassName
{
border-color: #FA121D;
}
</style>