Shades of Torch Red #FA102D
Tints of Torch Red #FA102D
RGB
CMYK
RGB Variations
Color information
#FA102D (or 0xFA102D) is known color: Torch Red. HEX triplet: FA, 10 and 2D. RGB value is (250,16,45). Sum of RGB (Red+Green+Blue) = 250+16+45=311 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.39% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 250 - color contains mainly: red. Hex color #FA102D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA102D is #05EFD2. Grayscale: #595959. Windows color (decimal): -389075 or 2953466. OLE color: 2953466.
HSL color Cylindrical-coordinate representation of color #FA102D: hue angle of 352.56º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA102D is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 45 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.02 |
| HSL | 352.56º | 0.96% | 0.52% | - |
| HSV(B) | 352.56º | 0.94% | 0.98% | - |
| XYZ | 40.08 | 20.88 | 4.4 | - |
| YUV | 89.27 | 103.02 | 242.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 45 | 0 | 0.94 | 0.82 | 0.02 | 352.56 | 0.96 | 0.52 |
| Hex | FA | 10 | 2D | 0 | 5E | 52 | 2 | 161 | 60 | 34 |
| Octal | 372 | 20 | 55 | 0 | 136 | 122 | 2 | 541 | 140 | 64 |
| Binary | 11111010 | 10000 | 101101 | 0 | 1011110 | 1010010 | 10 | 101100001 | 1100000 | 110100 |
Color Harmonies of #FA102D
Complementary color
Monochromatic Colors of #FA102D
Black with #FA102D
Text Example
Text Example
White with #FA102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA102D; }
p { color: rgb(250,16,45); }
H1.HeaderClassName
{
color: #FA102D;
}
.AnyTagClassName
{
color: #FA102D;
}
</style>
background-color css
<style>
a { background-color: #FA102D; }
a { background-color: rgb(250,16,45); }
div.DivClassName
{
background-color: #FA102D;
}
.BgClassName
{
background-color: #FA102D;
}
</style>
border-color css
<style>
span { border-color: #FA102D; }
span { border-color: rgb(250,16,45); }
td.TdClassName
{
border-color: #FA102D;
}
.TagClassName
{
border-color: #FA102D;
}
</style>