Shades of Torch Red #FB232F
Tints of Torch Red #FB232F
RGB
CMYK
RGB Variations
Color information
#FB232F (or 0xFB232F) is known color: Torch Red. HEX triplet: FB, 23 and 2F. RGB value is (251,35,47). Sum of RGB (Red+Green+Blue) = 251+35+47=333 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.38% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 251 - color contains mainly: red. Hex color #FB232F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB232F is #04DCD0. Grayscale: #656565. Windows color (decimal): -318673 or 3089403. OLE color: 3089403.
HSL color Cylindrical-coordinate representation of color #FB232F: hue angle of 356.67º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB232F is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 35 | 47 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.02 |
| HSL | 356.67º | 0.96% | 0.56% | - |
| HSV(B) | 356.67º | 0.86% | 0.98% | - |
| XYZ | 40.9 | 21.92 | 4.76 | - |
| YUV | 100.95 | 97.56 | 235.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 35 | 47 | 0 | 0.86 | 0.81 | 0.02 | 356.67 | 0.96 | 0.56 |
| Hex | FB | 23 | 2F | 0 | 56 | 51 | 2 | 165 | 60 | 38 |
| Octal | 373 | 43 | 57 | 0 | 126 | 121 | 2 | 545 | 140 | 70 |
| Binary | 11111011 | 100011 | 101111 | 0 | 1010110 | 1010001 | 10 | 101100101 | 1100000 | 111000 |
Color Harmonies of #FB232F
Complementary color
Monochromatic Colors of #FB232F
Black with #FB232F
Text Example
Text Example
White with #FB232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB232F; }
p { color: rgb(251,35,47); }
H1.HeaderClassName
{
color: #FB232F;
}
.AnyTagClassName
{
color: #FB232F;
}
</style>
background-color css
<style>
a { background-color: #FB232F; }
a { background-color: rgb(251,35,47); }
div.DivClassName
{
background-color: #FB232F;
}
.BgClassName
{
background-color: #FB232F;
}
</style>
border-color css
<style>
span { border-color: #FB232F; }
span { border-color: rgb(251,35,47); }
td.TdClassName
{
border-color: #FB232F;
}
.TagClassName
{
border-color: #FB232F;
}
</style>