Shades of Torch Red #FA0536
Tints of Torch Red #FA0536
RGB
CMYK
RGB Variations
Color information
#FA0536 (or 0xFA0536) is known color: Torch Red. HEX triplet: FA, 05 and 36. RGB value is (250,5,54). Sum of RGB (Red+Green+Blue) = 250+5+54=309 (40% of max value = 765). Red value is 250 (98.05% from 255 or 80.91% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0536 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0536 is #05FAC9. Grayscale: #535353. Windows color (decimal): -391882 or 3540474. OLE color: 3540474.
HSL color Cylindrical-coordinate representation of color #FA0536: hue angle of 348º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA0536 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 54 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.02 |
| HSL | 348º | 0.96% | 0.5% | - |
| HSV(B) | 348º | 0.98% | 0.98% | - |
| XYZ | 40.14 | 20.7 | 5.37 | - |
| YUV | 83.84 | 111.17 | 246.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 54 | 0 | 0.98 | 0.78 | 0.02 | 348 | 0.96 | 0.5 |
| Hex | FA | 5 | 36 | 0 | 62 | 4E | 2 | 15C | 60 | 32 |
| Octal | 372 | 5 | 66 | 0 | 142 | 116 | 2 | 534 | 140 | 62 |
| Binary | 11111010 | 101 | 110110 | 0 | 1100010 | 1001110 | 10 | 101011100 | 1100000 | 110010 |
Color Harmonies of #FA0536
Complementary color
Monochromatic Colors of #FA0536
Black with #FA0536
Text Example
Text Example
White with #FA0536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0536; }
p { color: rgb(250,5,54); }
H1.HeaderClassName
{
color: #FA0536;
}
.AnyTagClassName
{
color: #FA0536;
}
</style>
background-color css
<style>
a { background-color: #FA0536; }
a { background-color: rgb(250,5,54); }
div.DivClassName
{
background-color: #FA0536;
}
.BgClassName
{
background-color: #FA0536;
}
</style>
border-color css
<style>
span { border-color: #FA0536; }
span { border-color: rgb(250,5,54); }
td.TdClassName
{
border-color: #FA0536;
}
.TagClassName
{
border-color: #FA0536;
}
</style>