Shades of Torch Red #FA0934
Tints of Torch Red #FA0934
RGB
CMYK
RGB Variations
Color information
#FA0934 (or 0xFA0934) is known color: Torch Red. HEX triplet: FA, 09 and 34. RGB value is (250,9,52). Sum of RGB (Red+Green+Blue) = 250+9+52=311 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.39% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0934 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0934 is #05F6CB. Grayscale: #565656. Windows color (decimal): -390860 or 3410426. OLE color: 3410426.
HSL color Cylindrical-coordinate representation of color #FA0934: hue angle of 349.29º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0934 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 52 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.02 |
| HSL | 349.29º | 0.96% | 0.51% | - |
| HSV(B) | 349.29º | 0.96% | 0.98% | - |
| XYZ | 40.14 | 20.77 | 5.14 | - |
| YUV | 85.96 | 108.84 | 245 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 52 | 0 | 0.96 | 0.79 | 0.02 | 349.29 | 0.96 | 0.51 |
| Hex | FA | 9 | 34 | 0 | 60 | 4F | 2 | 15D | 60 | 33 |
| Octal | 372 | 11 | 64 | 0 | 140 | 117 | 2 | 535 | 140 | 63 |
| Binary | 11111010 | 1001 | 110100 | 0 | 1100000 | 1001111 | 10 | 101011101 | 1100000 | 110011 |
Color Harmonies of #FA0934
Complementary color
Monochromatic Colors of #FA0934
Black with #FA0934
Text Example
Text Example
White with #FA0934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0934; }
p { color: rgb(250,9,52); }
H1.HeaderClassName
{
color: #FA0934;
}
.AnyTagClassName
{
color: #FA0934;
}
</style>
background-color css
<style>
a { background-color: #FA0934; }
a { background-color: rgb(250,9,52); }
div.DivClassName
{
background-color: #FA0934;
}
.BgClassName
{
background-color: #FA0934;
}
</style>
border-color css
<style>
span { border-color: #FA0934; }
span { border-color: rgb(250,9,52); }
td.TdClassName
{
border-color: #FA0934;
}
.TagClassName
{
border-color: #FA0934;
}
</style>