Shades of Torch Red #FB232B
Tints of Torch Red #FB232B
RGB
CMYK
RGB Variations
Color information
#FB232B (or 0xFB232B) is known color: Torch Red. HEX triplet: FB, 23 and 2B. RGB value is (251,35,43). Sum of RGB (Red+Green+Blue) = 251+35+43=329 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.29% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 251 - color contains mainly: red. Hex color #FB232B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB232B is #04DCD4. Grayscale: #646464. Windows color (decimal): -318677 or 2827259. OLE color: 2827259.
HSL color Cylindrical-coordinate representation of color #FB232B: hue angle of 357.78º 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 #FB232B is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 35 | 43 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.02 |
| HSL | 357.78º | 0.96% | 0.56% | - |
| HSV(B) | 357.78º | 0.86% | 0.98% | - |
| XYZ | 40.82 | 21.89 | 4.36 | - |
| YUV | 100.5 | 95.56 | 235.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 35 | 43 | 0 | 0.86 | 0.83 | 0.02 | 357.78 | 0.96 | 0.56 |
| Hex | FB | 23 | 2B | 0 | 56 | 53 | 2 | 166 | 60 | 38 |
| Octal | 373 | 43 | 53 | 0 | 126 | 123 | 2 | 546 | 140 | 70 |
| Binary | 11111011 | 100011 | 101011 | 0 | 1010110 | 1010011 | 10 | 101100110 | 1100000 | 111000 |
Color Harmonies of #FB232B
Complementary color
Monochromatic Colors of #FB232B
Black with #FB232B
Text Example
Text Example
White with #FB232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB232B; }
p { color: rgb(251,35,43); }
H1.HeaderClassName
{
color: #FB232B;
}
.AnyTagClassName
{
color: #FB232B;
}
</style>
background-color css
<style>
a { background-color: #FB232B; }
a { background-color: rgb(251,35,43); }
div.DivClassName
{
background-color: #FB232B;
}
.BgClassName
{
background-color: #FB232B;
}
</style>
border-color css
<style>
span { border-color: #FB232B; }
span { border-color: rgb(251,35,43); }
td.TdClassName
{
border-color: #FB232B;
}
.TagClassName
{
border-color: #FB232B;
}
</style>