Shades of Torch Red #FA122D
Tints of Torch Red #FA122D
RGB
CMYK
RGB Variations
Color information
#FA122D (or 0xFA122D) is known color: Torch Red. HEX triplet: FA, 12 and 2D. RGB value is (250,18,45). Sum of RGB (Red+Green+Blue) = 250+18+45=313 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.87% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 250 - color contains mainly: red. Hex color #FA122D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA122D is #05EDD2. Grayscale: #5A5A5A. Windows color (decimal): -388563 or 2953978. OLE color: 2953978.
HSL color Cylindrical-coordinate representation of color #FA122D: hue angle of 353.02º 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 #FA122D is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 45 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.02 |
| HSL | 353.02º | 0.96% | 0.53% | - |
| HSV(B) | 353.02º | 0.93% | 0.98% | - |
| XYZ | 40.11 | 20.95 | 4.41 | - |
| YUV | 90.45 | 102.36 | 241.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 45 | 0 | 0.93 | 0.82 | 0.02 | 353.02 | 0.96 | 0.53 |
| Hex | FA | 12 | 2D | 0 | 5D | 52 | 2 | 161 | 60 | 35 |
| Octal | 372 | 22 | 55 | 0 | 135 | 122 | 2 | 541 | 140 | 65 |
| Binary | 11111010 | 10010 | 101101 | 0 | 1011101 | 1010010 | 10 | 101100001 | 1100000 | 110101 |
Color Harmonies of #FA122D
Complementary color
Monochromatic Colors of #FA122D
Black with #FA122D
Text Example
Text Example
White with #FA122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA122D; }
p { color: rgb(250,18,45); }
H1.HeaderClassName
{
color: #FA122D;
}
.AnyTagClassName
{
color: #FA122D;
}
</style>
background-color css
<style>
a { background-color: #FA122D; }
a { background-color: rgb(250,18,45); }
div.DivClassName
{
background-color: #FA122D;
}
.BgClassName
{
background-color: #FA122D;
}
</style>
border-color css
<style>
span { border-color: #FA122D; }
span { border-color: rgb(250,18,45); }
td.TdClassName
{
border-color: #FA122D;
}
.TagClassName
{
border-color: #FA122D;
}
</style>