Shades of Torch Red #FA0732
Tints of Torch Red #FA0732
RGB
CMYK
RGB Variations
Color information
#FA0732 (or 0xFA0732) is known color: Torch Red. HEX triplet: FA, 07 and 32. RGB value is (250,7,50). Sum of RGB (Red+Green+Blue) = 250+7+50=307 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.43% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0732 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0732 is #05F8CD. Grayscale: #545454. Windows color (decimal): -391374 or 3278842. OLE color: 3278842.
HSL color Cylindrical-coordinate representation of color #FA0732: hue angle of 349.38º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA0732 is Cyan = 0, Magento = 0.97, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 50 | - |
| CMYK | 0 | 0.97 | 0.8 | 0.02 |
| HSL | 349.38º | 0.96% | 0.5% | - |
| HSV(B) | 349.38º | 0.97% | 0.98% | - |
| XYZ | 40.08 | 20.71 | 4.9 | - |
| YUV | 84.56 | 108.51 | 246 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 50 | 0 | 0.97 | 0.8 | 0.02 | 349.38 | 0.96 | 0.5 |
| Hex | FA | 7 | 32 | 0 | 61 | 50 | 2 | 15D | 60 | 32 |
| Octal | 372 | 7 | 62 | 0 | 141 | 120 | 2 | 535 | 140 | 62 |
| Binary | 11111010 | 111 | 110010 | 0 | 1100001 | 1010000 | 10 | 101011101 | 1100000 | 110010 |
Color Harmonies of #FA0732
Complementary color
Monochromatic Colors of #FA0732
Black with #FA0732
Text Example
Text Example
White with #FA0732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0732; }
p { color: rgb(250,7,50); }
H1.HeaderClassName
{
color: #FA0732;
}
.AnyTagClassName
{
color: #FA0732;
}
</style>
background-color css
<style>
a { background-color: #FA0732; }
a { background-color: rgb(250,7,50); }
div.DivClassName
{
background-color: #FA0732;
}
.BgClassName
{
background-color: #FA0732;
}
</style>
border-color css
<style>
span { border-color: #FA0732; }
span { border-color: rgb(250,7,50); }
td.TdClassName
{
border-color: #FA0732;
}
.TagClassName
{
border-color: #FA0732;
}
</style>