Shades of Torch Red #FA0837
Tints of Torch Red #FA0837
RGB
CMYK
RGB Variations
Color information
#FA0837 (or 0xFA0837) is known color: Torch Red. HEX triplet: FA, 08 and 37. RGB value is (250,8,55). Sum of RGB (Red+Green+Blue) = 250+8+55=313 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.87% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0837 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0837 is #05F7C8. Grayscale: #555555. Windows color (decimal): -391113 or 3606778. OLE color: 3606778.
HSL color Cylindrical-coordinate representation of color #FA0837: hue angle of 348.35º 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 #FA0837 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 8 | 55 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.02 |
| HSL | 348.35º | 0.96% | 0.51% | - |
| HSV(B) | 348.35º | 0.97% | 0.98% | - |
| XYZ | 40.2 | 20.77 | 5.51 | - |
| YUV | 85.72 | 110.67 | 245.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 8 | 55 | 0 | 0.97 | 0.78 | 0.02 | 348.35 | 0.96 | 0.51 |
| Hex | FA | 8 | 37 | 0 | 61 | 4E | 2 | 15C | 60 | 33 |
| Octal | 372 | 10 | 67 | 0 | 141 | 116 | 2 | 534 | 140 | 63 |
| Binary | 11111010 | 1000 | 110111 | 0 | 1100001 | 1001110 | 10 | 101011100 | 1100000 | 110011 |
Color Harmonies of #FA0837
Complementary color
Monochromatic Colors of #FA0837
Black with #FA0837
Text Example
Text Example
White with #FA0837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0837; }
p { color: rgb(250,8,55); }
H1.HeaderClassName
{
color: #FA0837;
}
.AnyTagClassName
{
color: #FA0837;
}
</style>
background-color css
<style>
a { background-color: #FA0837; }
a { background-color: rgb(250,8,55); }
div.DivClassName
{
background-color: #FA0837;
}
.BgClassName
{
background-color: #FA0837;
}
</style>
border-color css
<style>
span { border-color: #FA0837; }
span { border-color: rgb(250,8,55); }
td.TdClassName
{
border-color: #FA0837;
}
.TagClassName
{
border-color: #FA0837;
}
</style>