Shades of Torch Red #FA0737
Tints of Torch Red #FA0737
RGB
CMYK
RGB Variations
Color information
#FA0737 (or 0xFA0737) is known color: Torch Red. HEX triplet: FA, 07 and 37. RGB value is (250,7,55). Sum of RGB (Red+Green+Blue) = 250+7+55=312 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.13% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0737 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0737 is #05F8C8. Grayscale: #555555. Windows color (decimal): -391369 or 3606522. OLE color: 3606522.
HSL color Cylindrical-coordinate representation of color #FA0737: hue angle of 348.15º 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 #FA0737 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 55 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.02 |
| HSL | 348.15º | 0.96% | 0.5% | - |
| HSV(B) | 348.15º | 0.97% | 0.98% | - |
| XYZ | 40.19 | 20.75 | 5.5 | - |
| YUV | 85.13 | 111.01 | 245.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 55 | 0 | 0.97 | 0.78 | 0.02 | 348.15 | 0.96 | 0.5 |
| Hex | FA | 7 | 37 | 0 | 61 | 4E | 2 | 15C | 60 | 32 |
| Octal | 372 | 7 | 67 | 0 | 141 | 116 | 2 | 534 | 140 | 62 |
| Binary | 11111010 | 111 | 110111 | 0 | 1100001 | 1001110 | 10 | 101011100 | 1100000 | 110010 |
Color Harmonies of #FA0737
Complementary color
Monochromatic Colors of #FA0737
Black with #FA0737
Text Example
Text Example
White with #FA0737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0737; }
p { color: rgb(250,7,55); }
H1.HeaderClassName
{
color: #FA0737;
}
.AnyTagClassName
{
color: #FA0737;
}
</style>
background-color css
<style>
a { background-color: #FA0737; }
a { background-color: rgb(250,7,55); }
div.DivClassName
{
background-color: #FA0737;
}
.BgClassName
{
background-color: #FA0737;
}
</style>
border-color css
<style>
span { border-color: #FA0737; }
span { border-color: rgb(250,7,55); }
td.TdClassName
{
border-color: #FA0737;
}
.TagClassName
{
border-color: #FA0737;
}
</style>