Shades of Torch Red #FA1428
Tints of Torch Red #FA1428
RGB
CMYK
RGB Variations
Color information
#FA1428 (or 0xFA1428) is known color: Torch Red. HEX triplet: FA, 14 and 28. RGB value is (250,20,40). Sum of RGB (Red+Green+Blue) = 250+20+40=310 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.65% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1428 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1428 is #05EBD7. Grayscale: #5B5B5B. Windows color (decimal): -388056 or 2626810. OLE color: 2626810.
HSL color Cylindrical-coordinate representation of color #FA1428: hue angle of 354.78º 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 #FA1428 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 40 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.02 |
| HSL | 354.78º | 0.96% | 0.53% | - |
| HSV(B) | 354.78º | 0.92% | 0.98% | - |
| XYZ | 40.06 | 20.98 | 3.95 | - |
| YUV | 91.05 | 99.2 | 241.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 40 | 0 | 0.92 | 0.84 | 0.02 | 354.78 | 0.96 | 0.53 |
| Hex | FA | 14 | 28 | 0 | 5C | 54 | 2 | 163 | 60 | 35 |
| Octal | 372 | 24 | 50 | 0 | 134 | 124 | 2 | 543 | 140 | 65 |
| Binary | 11111010 | 10100 | 101000 | 0 | 1011100 | 1010100 | 10 | 101100011 | 1100000 | 110101 |
Color Harmonies of #FA1428
Complementary color
Monochromatic Colors of #FA1428
Black with #FA1428
Text Example
Text Example
White with #FA1428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1428; }
p { color: rgb(250,20,40); }
H1.HeaderClassName
{
color: #FA1428;
}
.AnyTagClassName
{
color: #FA1428;
}
</style>
background-color css
<style>
a { background-color: #FA1428; }
a { background-color: rgb(250,20,40); }
div.DivClassName
{
background-color: #FA1428;
}
.BgClassName
{
background-color: #FA1428;
}
</style>
border-color css
<style>
span { border-color: #FA1428; }
span { border-color: rgb(250,20,40); }
td.TdClassName
{
border-color: #FA1428;
}
.TagClassName
{
border-color: #FA1428;
}
</style>