Shades of Torch Red #FA1D2F
Tints of Torch Red #FA1D2F
RGB
CMYK
RGB Variations
Color information
#FA1D2F (or 0xFA1D2F) is known color: Torch Red. HEX triplet: FA, 1D and 2F. RGB value is (250,29,47). Sum of RGB (Red+Green+Blue) = 250+29+47=326 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.69% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1D2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1D2F is #05E2D0. Grayscale: #616161. Windows color (decimal): -385745 or 3087866. OLE color: 3087866.
HSL color Cylindrical-coordinate representation of color #FA1D2F: hue angle of 355.11º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1D2F is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 29 | 47 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.02 |
| HSL | 355.11º | 0.96% | 0.55% | - |
| HSV(B) | 355.11º | 0.88% | 0.98% | - |
| XYZ | 40.38 | 21.41 | 4.69 | - |
| YUV | 97.13 | 99.72 | 237.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 29 | 47 | 0 | 0.88 | 0.81 | 0.02 | 355.11 | 0.96 | 0.55 |
| Hex | FA | 1D | 2F | 0 | 58 | 51 | 2 | 163 | 60 | 37 |
| Octal | 372 | 35 | 57 | 0 | 130 | 121 | 2 | 543 | 140 | 67 |
| Binary | 11111010 | 11101 | 101111 | 0 | 1011000 | 1010001 | 10 | 101100011 | 1100000 | 110111 |
Color Harmonies of #FA1D2F
Complementary color
Monochromatic Colors of #FA1D2F
Black with #FA1D2F
Text Example
Text Example
White with #FA1D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1D2F; }
p { color: rgb(250,29,47); }
H1.HeaderClassName
{
color: #FA1D2F;
}
.AnyTagClassName
{
color: #FA1D2F;
}
</style>
background-color css
<style>
a { background-color: #FA1D2F; }
a { background-color: rgb(250,29,47); }
div.DivClassName
{
background-color: #FA1D2F;
}
.BgClassName
{
background-color: #FA1D2F;
}
</style>
border-color css
<style>
span { border-color: #FA1D2F; }
span { border-color: rgb(250,29,47); }
td.TdClassName
{
border-color: #FA1D2F;
}
.TagClassName
{
border-color: #FA1D2F;
}
</style>