Shades of Torch Red #FB093A
Tints of Torch Red #FB093A
RGB
CMYK
RGB Variations
Color information
#FB093A (or 0xFB093A) is known color: Torch Red. HEX triplet: FB, 09 and 3A. RGB value is (251,9,58). Sum of RGB (Red+Green+Blue) = 251+9+58=318 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.93% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 251 - color contains mainly: red. Hex color #FB093A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB093A is #04F6C5. Grayscale: #565656. Windows color (decimal): -325318 or 3803643. OLE color: 3803643.
HSL color Cylindrical-coordinate representation of color #FB093A: hue angle of 347.85º degrees, saturation: 0.97, 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 #FB093A is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 58 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.02 |
| HSL | 347.85º | 0.97% | 0.51% | - |
| HSV(B) | 347.85º | 0.96% | 0.98% | - |
| XYZ | 40.65 | 21.01 | 5.92 | - |
| YUV | 86.94 | 111.67 | 245.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 58 | 0 | 0.96 | 0.77 | 0.02 | 347.85 | 0.97 | 0.51 |
| Hex | FB | 9 | 3A | 0 | 60 | 4D | 2 | 15C | 61 | 33 |
| Octal | 373 | 11 | 72 | 0 | 140 | 115 | 2 | 534 | 141 | 63 |
| Binary | 11111011 | 1001 | 111010 | 0 | 1100000 | 1001101 | 10 | 101011100 | 1100001 | 110011 |
Color Harmonies of #FB093A
Complementary color
Monochromatic Colors of #FB093A
Black with #FB093A
Text Example
Text Example
White with #FB093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB093A; }
p { color: rgb(251,9,58); }
H1.HeaderClassName
{
color: #FB093A;
}
.AnyTagClassName
{
color: #FB093A;
}
</style>
background-color css
<style>
a { background-color: #FB093A; }
a { background-color: rgb(251,9,58); }
div.DivClassName
{
background-color: #FB093A;
}
.BgClassName
{
background-color: #FB093A;
}
</style>
border-color css
<style>
span { border-color: #FB093A; }
span { border-color: rgb(251,9,58); }
td.TdClassName
{
border-color: #FB093A;
}
.TagClassName
{
border-color: #FB093A;
}
</style>