Shades of Torch Red #FA1C2F
Tints of Torch Red #FA1C2F
RGB
CMYK
RGB Variations
Color information
#FA1C2F (or 0xFA1C2F) is known color: Torch Red. HEX triplet: FA, 1C and 2F. RGB value is (250,28,47). Sum of RGB (Red+Green+Blue) = 250+28+47=325 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.92% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1C2F is #05E3D0. Grayscale: #606060. Windows color (decimal): -386001 or 3087610. OLE color: 3087610.
HSL color Cylindrical-coordinate representation of color #FA1C2F: hue angle of 354.86º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1C2F is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 47 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.02 |
| HSL | 354.86º | 0.96% | 0.55% | - |
| HSV(B) | 354.86º | 0.89% | 0.98% | - |
| XYZ | 40.35 | 21.36 | 4.69 | - |
| YUV | 96.54 | 100.05 | 237.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 47 | 0 | 0.89 | 0.81 | 0.02 | 354.86 | 0.96 | 0.55 |
| Hex | FA | 1C | 2F | 0 | 59 | 51 | 2 | 163 | 60 | 37 |
| Octal | 372 | 34 | 57 | 0 | 131 | 121 | 2 | 543 | 140 | 67 |
| Binary | 11111010 | 11100 | 101111 | 0 | 1011001 | 1010001 | 10 | 101100011 | 1100000 | 110111 |
Color Harmonies of #FA1C2F
Complementary color
Monochromatic Colors of #FA1C2F
Black with #FA1C2F
Text Example
Text Example
White with #FA1C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1C2F; }
p { color: rgb(250,28,47); }
H1.HeaderClassName
{
color: #FA1C2F;
}
.AnyTagClassName
{
color: #FA1C2F;
}
</style>
background-color css
<style>
a { background-color: #FA1C2F; }
a { background-color: rgb(250,28,47); }
div.DivClassName
{
background-color: #FA1C2F;
}
.BgClassName
{
background-color: #FA1C2F;
}
</style>
border-color css
<style>
span { border-color: #FA1C2F; }
span { border-color: rgb(250,28,47); }
td.TdClassName
{
border-color: #FA1C2F;
}
.TagClassName
{
border-color: #FA1C2F;
}
</style>