Shades of Torch Red #FA1228
Tints of Torch Red #FA1228
RGB
CMYK
RGB Variations
Color information
#FA1228 (or 0xFA1228) is known color: Torch Red. HEX triplet: FA, 12 and 28. RGB value is (250,18,40). Sum of RGB (Red+Green+Blue) = 250+18+40=308 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.17% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1228 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1228 is #05EDD7. Grayscale: #5A5A5A. Windows color (decimal): -388568 or 2626298. OLE color: 2626298.
HSL color Cylindrical-coordinate representation of color #FA1228: hue angle of 354.31º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA1228 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 40 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.02 |
| HSL | 354.31º | 0.96% | 0.53% | - |
| HSV(B) | 354.31º | 0.93% | 0.98% | - |
| XYZ | 40.02 | 20.91 | 3.93 | - |
| YUV | 89.88 | 99.86 | 242.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 40 | 0 | 0.93 | 0.84 | 0.02 | 354.31 | 0.96 | 0.53 |
| Hex | FA | 12 | 28 | 0 | 5D | 54 | 2 | 162 | 60 | 35 |
| Octal | 372 | 22 | 50 | 0 | 135 | 124 | 2 | 542 | 140 | 65 |
| Binary | 11111010 | 10010 | 101000 | 0 | 1011101 | 1010100 | 10 | 101100010 | 1100000 | 110101 |
Color Harmonies of #FA1228
Complementary color
Monochromatic Colors of #FA1228
Black with #FA1228
Text Example
Text Example
White with #FA1228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1228; }
p { color: rgb(250,18,40); }
H1.HeaderClassName
{
color: #FA1228;
}
.AnyTagClassName
{
color: #FA1228;
}
</style>
background-color css
<style>
a { background-color: #FA1228; }
a { background-color: rgb(250,18,40); }
div.DivClassName
{
background-color: #FA1228;
}
.BgClassName
{
background-color: #FA1228;
}
</style>
border-color css
<style>
span { border-color: #FA1228; }
span { border-color: rgb(250,18,40); }
td.TdClassName
{
border-color: #FA1228;
}
.TagClassName
{
border-color: #FA1228;
}
</style>