Shades of Torch Red #FA1C3C
Tints of Torch Red #FA1C3C
RGB
CMYK
RGB Variations
Color information
#FA1C3C (or 0xFA1C3C) is known color: Torch Red. HEX triplet: FA, 1C and 3C. RGB value is (250,28,60). Sum of RGB (Red+Green+Blue) = 250+28+60=338 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.96% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1C3C is #05E3C3. Grayscale: #626262. Windows color (decimal): -385988 or 3939578. OLE color: 3939578.
HSL color Cylindrical-coordinate representation of color #FA1C3C: hue angle of 351.35º 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 #FA1C3C is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 60 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.02 |
| HSL | 351.35º | 0.96% | 0.55% | - |
| HSV(B) | 351.35º | 0.89% | 0.98% | - |
| XYZ | 40.66 | 21.48 | 6.28 | - |
| YUV | 98.03 | 106.55 | 236.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 60 | 0 | 0.89 | 0.76 | 0.02 | 351.35 | 0.96 | 0.55 |
| Hex | FA | 1C | 3C | 0 | 59 | 4C | 2 | 15F | 60 | 37 |
| Octal | 372 | 34 | 74 | 0 | 131 | 114 | 2 | 537 | 140 | 67 |
| Binary | 11111010 | 11100 | 111100 | 0 | 1011001 | 1001100 | 10 | 101011111 | 1100000 | 110111 |
Color Harmonies of #FA1C3C
Complementary color
Monochromatic Colors of #FA1C3C
Black with #FA1C3C
Text Example
Text Example
White with #FA1C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1C3C; }
p { color: rgb(250,28,60); }
H1.HeaderClassName
{
color: #FA1C3C;
}
.AnyTagClassName
{
color: #FA1C3C;
}
</style>
background-color css
<style>
a { background-color: #FA1C3C; }
a { background-color: rgb(250,28,60); }
div.DivClassName
{
background-color: #FA1C3C;
}
.BgClassName
{
background-color: #FA1C3C;
}
</style>
border-color css
<style>
span { border-color: #FA1C3C; }
span { border-color: rgb(250,28,60); }
td.TdClassName
{
border-color: #FA1C3C;
}
.TagClassName
{
border-color: #FA1C3C;
}
</style>