Shades of Torch Red #FA1427
Tints of Torch Red #FA1427
RGB
CMYK
RGB Variations
Color information
#FA1427 (or 0xFA1427) is known color: Torch Red. HEX triplet: FA, 14 and 27. RGB value is (250,20,39). Sum of RGB (Red+Green+Blue) = 250+20+39=309 (40% of max value = 765). Red value is 250 (98.05% from 255 or 80.91% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1427 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1427 is #05EBD8. Grayscale: #5B5B5B. Windows color (decimal): -388057 or 2561274. OLE color: 2561274.
HSL color Cylindrical-coordinate representation of color #FA1427: hue angle of 355.04º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA1427 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 39 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.02 |
| HSL | 355.04º | 0.96% | 0.53% | - |
| HSV(B) | 355.04º | 0.92% | 0.98% | - |
| XYZ | 40.04 | 20.97 | 3.86 | - |
| YUV | 90.94 | 98.7 | 241.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 39 | 0 | 0.92 | 0.84 | 0.02 | 355.04 | 0.96 | 0.53 |
| Hex | FA | 14 | 27 | 0 | 5C | 54 | 2 | 163 | 60 | 35 |
| Octal | 372 | 24 | 47 | 0 | 134 | 124 | 2 | 543 | 140 | 65 |
| Binary | 11111010 | 10100 | 100111 | 0 | 1011100 | 1010100 | 10 | 101100011 | 1100000 | 110101 |
Color Harmonies of #FA1427
Complementary color
Monochromatic Colors of #FA1427
Black with #FA1427
Text Example
Text Example
White with #FA1427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1427; }
p { color: rgb(250,20,39); }
H1.HeaderClassName
{
color: #FA1427;
}
.AnyTagClassName
{
color: #FA1427;
}
</style>
background-color css
<style>
a { background-color: #FA1427; }
a { background-color: rgb(250,20,39); }
div.DivClassName
{
background-color: #FA1427;
}
.BgClassName
{
background-color: #FA1427;
}
</style>
border-color css
<style>
span { border-color: #FA1427; }
span { border-color: rgb(250,20,39); }
td.TdClassName
{
border-color: #FA1427;
}
.TagClassName
{
border-color: #FA1427;
}
</style>