Shades of Torch Red #FA1C31
Tints of Torch Red #FA1C31
RGB
CMYK
RGB Variations
Color information
#FA1C31 (or 0xFA1C31) is known color: Torch Red. HEX triplet: FA, 1C and 31. RGB value is (250,28,49). Sum of RGB (Red+Green+Blue) = 250+28+49=327 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.45% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1C31 is #05E3CE. Grayscale: #606060. Windows color (decimal): -385999 or 3218682. OLE color: 3218682.
HSL color Cylindrical-coordinate representation of color #FA1C31: hue angle of 354.32º 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 #FA1C31 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 49 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.02 |
| HSL | 354.32º | 0.96% | 0.55% | - |
| HSV(B) | 354.32º | 0.89% | 0.98% | - |
| XYZ | 40.39 | 21.38 | 4.9 | - |
| YUV | 96.77 | 101.05 | 237.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 49 | 0 | 0.89 | 0.80 | 0.02 | 354.32 | 0.96 | 0.55 |
| Hex | FA | 1C | 31 | 0 | 59 | 50 | 2 | 162 | 60 | 37 |
| Octal | 372 | 34 | 61 | 0 | 131 | 120 | 2 | 542 | 140 | 67 |
| Binary | 11111010 | 11100 | 110001 | 0 | 1011001 | 1010000 | 10 | 101100010 | 1100000 | 110111 |
Color Harmonies of #FA1C31
Complementary color
Monochromatic Colors of #FA1C31
Black with #FA1C31
Text Example
Text Example
White with #FA1C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1C31; }
p { color: rgb(250,28,49); }
H1.HeaderClassName
{
color: #FA1C31;
}
.AnyTagClassName
{
color: #FA1C31;
}
</style>
background-color css
<style>
a { background-color: #FA1C31; }
a { background-color: rgb(250,28,49); }
div.DivClassName
{
background-color: #FA1C31;
}
.BgClassName
{
background-color: #FA1C31;
}
</style>
border-color css
<style>
span { border-color: #FA1C31; }
span { border-color: rgb(250,28,49); }
td.TdClassName
{
border-color: #FA1C31;
}
.TagClassName
{
border-color: #FA1C31;
}
</style>