Shades of Torch Red #FA1225
Tints of Torch Red #FA1225
RGB
CMYK
RGB Variations
Color information
#FA1225 (or 0xFA1225) is known color: Torch Red. HEX triplet: FA, 12 and 25. RGB value is (250,18,37). Sum of RGB (Red+Green+Blue) = 250+18+37=305 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.97% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1225 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1225 is #05EDDA. Grayscale: #595959. Windows color (decimal): -388571 or 2429690. OLE color: 2429690.
HSL color Cylindrical-coordinate representation of color #FA1225: hue angle of 355.09º 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 #FA1225 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 37 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.02 |
| HSL | 355.09º | 0.96% | 0.53% | - |
| HSV(B) | 355.09º | 0.93% | 0.98% | - |
| XYZ | 39.97 | 20.89 | 3.68 | - |
| YUV | 89.53 | 98.36 | 242.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 37 | 0 | 0.93 | 0.85 | 0.02 | 355.09 | 0.96 | 0.53 |
| Hex | FA | 12 | 25 | 0 | 5D | 55 | 2 | 163 | 60 | 35 |
| Octal | 372 | 22 | 45 | 0 | 135 | 125 | 2 | 543 | 140 | 65 |
| Binary | 11111010 | 10010 | 100101 | 0 | 1011101 | 1010101 | 10 | 101100011 | 1100000 | 110101 |
Color Harmonies of #FA1225
Complementary color
Monochromatic Colors of #FA1225
Black with #FA1225
Text Example
Text Example
White with #FA1225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1225; }
p { color: rgb(250,18,37); }
H1.HeaderClassName
{
color: #FA1225;
}
.AnyTagClassName
{
color: #FA1225;
}
</style>
background-color css
<style>
a { background-color: #FA1225; }
a { background-color: rgb(250,18,37); }
div.DivClassName
{
background-color: #FA1225;
}
.BgClassName
{
background-color: #FA1225;
}
</style>
border-color css
<style>
span { border-color: #FA1225; }
span { border-color: rgb(250,18,37); }
td.TdClassName
{
border-color: #FA1225;
}
.TagClassName
{
border-color: #FA1225;
}
</style>