Shades of Torch Red #FA1C29
Tints of Torch Red #FA1C29
RGB
CMYK
RGB Variations
Color information
#FA1C29 (or 0xFA1C29) is known color: Torch Red. HEX triplet: FA, 1C and 29. RGB value is (250,28,41). Sum of RGB (Red+Green+Blue) = 250+28+41=319 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.37% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1C29 is #05E3D6. Grayscale: #606060. Windows color (decimal): -386007 or 2694394. OLE color: 2694394.
HSL color Cylindrical-coordinate representation of color #FA1C29: hue angle of 356.49º 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 #FA1C29 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 41 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.02 |
| HSL | 356.49º | 0.96% | 0.55% | - |
| HSV(B) | 356.49º | 0.89% | 0.98% | - |
| XYZ | 40.24 | 21.31 | 4.09 | - |
| YUV | 95.86 | 97.05 | 237.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 41 | 0 | 0.89 | 0.84 | 0.02 | 356.49 | 0.96 | 0.55 |
| Hex | FA | 1C | 29 | 0 | 59 | 54 | 2 | 164 | 60 | 37 |
| Octal | 372 | 34 | 51 | 0 | 131 | 124 | 2 | 544 | 140 | 67 |
| Binary | 11111010 | 11100 | 101001 | 0 | 1011001 | 1010100 | 10 | 101100100 | 1100000 | 110111 |
Color Harmonies of #FA1C29
Complementary color
Monochromatic Colors of #FA1C29
Black with #FA1C29
Text Example
Text Example
White with #FA1C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1C29; }
p { color: rgb(250,28,41); }
H1.HeaderClassName
{
color: #FA1C29;
}
.AnyTagClassName
{
color: #FA1C29;
}
</style>
background-color css
<style>
a { background-color: #FA1C29; }
a { background-color: rgb(250,28,41); }
div.DivClassName
{
background-color: #FA1C29;
}
.BgClassName
{
background-color: #FA1C29;
}
</style>
border-color css
<style>
span { border-color: #FA1C29; }
span { border-color: rgb(250,28,41); }
td.TdClassName
{
border-color: #FA1C29;
}
.TagClassName
{
border-color: #FA1C29;
}
</style>