Shades of Torch Red #FA0825
Tints of Torch Red #FA0825
RGB
CMYK
RGB Variations
Color information
#FA0825 (or 0xFA0825) is known color: Torch Red. HEX triplet: FA, 08 and 25. RGB value is (250,8,37). Sum of RGB (Red+Green+Blue) = 250+8+37=295 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.75% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0825 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0825 is #05F7DA. Grayscale: #535353. Windows color (decimal): -391131 or 2427130. OLE color: 2427130.
HSL color Cylindrical-coordinate representation of color #FA0825: hue angle of 352.81º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA0825 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 8 | 37 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.02 |
| HSL | 352.81º | 0.96% | 0.51% | - |
| HSV(B) | 352.81º | 0.97% | 0.98% | - |
| XYZ | 39.85 | 20.63 | 3.63 | - |
| YUV | 83.66 | 101.67 | 246.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 8 | 37 | 0 | 0.97 | 0.85 | 0.02 | 352.81 | 0.96 | 0.51 |
| Hex | FA | 8 | 25 | 0 | 61 | 55 | 2 | 161 | 60 | 33 |
| Octal | 372 | 10 | 45 | 0 | 141 | 125 | 2 | 541 | 140 | 63 |
| Binary | 11111010 | 1000 | 100101 | 0 | 1100001 | 1010101 | 10 | 101100001 | 1100000 | 110011 |
Color Harmonies of #FA0825
Complementary color
Monochromatic Colors of #FA0825
Black with #FA0825
Text Example
Text Example
White with #FA0825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0825; }
p { color: rgb(250,8,37); }
H1.HeaderClassName
{
color: #FA0825;
}
.AnyTagClassName
{
color: #FA0825;
}
</style>
background-color css
<style>
a { background-color: #FA0825; }
a { background-color: rgb(250,8,37); }
div.DivClassName
{
background-color: #FA0825;
}
.BgClassName
{
background-color: #FA0825;
}
</style>
border-color css
<style>
span { border-color: #FA0825; }
span { border-color: rgb(250,8,37); }
td.TdClassName
{
border-color: #FA0825;
}
.TagClassName
{
border-color: #FA0825;
}
</style>