Shades of Torch Red #FA093D
Tints of Torch Red #FA093D
RGB
CMYK
RGB Variations
Color information
#FA093D (or 0xFA093D) is known color: Torch Red. HEX triplet: FA, 09 and 3D. RGB value is (250,9,61). Sum of RGB (Red+Green+Blue) = 250+9+61=320 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.12% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 250 - color contains mainly: red. Hex color #FA093D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA093D is #05F6C2. Grayscale: #575757. Windows color (decimal): -390851 or 4000250. OLE color: 4000250.
HSL color Cylindrical-coordinate representation of color #FA093D: hue angle of 347.05º 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 #FA093D is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 61 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.02 |
| HSL | 347.05º | 0.96% | 0.51% | - |
| HSV(B) | 347.05º | 0.96% | 0.98% | - |
| XYZ | 40.36 | 20.86 | 6.31 | - |
| YUV | 86.99 | 113.34 | 244.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 61 | 0 | 0.96 | 0.76 | 0.02 | 347.05 | 0.96 | 0.51 |
| Hex | FA | 9 | 3D | 0 | 60 | 4C | 2 | 15B | 60 | 33 |
| Octal | 372 | 11 | 75 | 0 | 140 | 114 | 2 | 533 | 140 | 63 |
| Binary | 11111010 | 1001 | 111101 | 0 | 1100000 | 1001100 | 10 | 101011011 | 1100000 | 110011 |
Color Harmonies of #FA093D
Complementary color
Monochromatic Colors of #FA093D
Black with #FA093D
Text Example
Text Example
White with #FA093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA093D; }
p { color: rgb(250,9,61); }
H1.HeaderClassName
{
color: #FA093D;
}
.AnyTagClassName
{
color: #FA093D;
}
</style>
background-color css
<style>
a { background-color: #FA093D; }
a { background-color: rgb(250,9,61); }
div.DivClassName
{
background-color: #FA093D;
}
.BgClassName
{
background-color: #FA093D;
}
</style>
border-color css
<style>
span { border-color: #FA093D; }
span { border-color: rgb(250,9,61); }
td.TdClassName
{
border-color: #FA093D;
}
.TagClassName
{
border-color: #FA093D;
}
</style>