Shades of Torch Red #FB093E
Tints of Torch Red #FB093E
RGB
CMYK
RGB Variations
Color information
#FB093E (or 0xFB093E) is known color: Torch Red. HEX triplet: FB, 09 and 3E. RGB value is (251,9,62). Sum of RGB (Red+Green+Blue) = 251+9+62=322 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.95% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 251 - color contains mainly: red. Hex color #FB093E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB093E is #04F6C1. Grayscale: #575757. Windows color (decimal): -325314 or 4065787. OLE color: 4065787.
HSL color Cylindrical-coordinate representation of color #FB093E: hue angle of 346.86º 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 #FB093E is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 62 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.02 |
| HSL | 346.86º | 0.97% | 0.51% | - |
| HSV(B) | 346.86º | 0.96% | 0.98% | - |
| XYZ | 40.75 | 21.05 | 6.47 | - |
| YUV | 87.4 | 113.67 | 244.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 62 | 0 | 0.96 | 0.75 | 0.02 | 346.86 | 0.97 | 0.51 |
| Hex | FB | 9 | 3E | 0 | 60 | 4B | 2 | 15B | 61 | 33 |
| Octal | 373 | 11 | 76 | 0 | 140 | 113 | 2 | 533 | 141 | 63 |
| Binary | 11111011 | 1001 | 111110 | 0 | 1100000 | 1001011 | 10 | 101011011 | 1100001 | 110011 |
Color Harmonies of #FB093E
Complementary color
Monochromatic Colors of #FB093E
Black with #FB093E
Text Example
Text Example
White with #FB093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB093E; }
p { color: rgb(251,9,62); }
H1.HeaderClassName
{
color: #FB093E;
}
.AnyTagClassName
{
color: #FB093E;
}
</style>
background-color css
<style>
a { background-color: #FB093E; }
a { background-color: rgb(251,9,62); }
div.DivClassName
{
background-color: #FB093E;
}
.BgClassName
{
background-color: #FB093E;
}
</style>
border-color css
<style>
span { border-color: #FB093E; }
span { border-color: rgb(251,9,62); }
td.TdClassName
{
border-color: #FB093E;
}
.TagClassName
{
border-color: #FB093E;
}
</style>