Shades of Torch Red #FB253B
Tints of Torch Red #FB253B
RGB
CMYK
RGB Variations
Color information
#FB253B (or 0xFB253B) is known color: Torch Red. HEX triplet: FB, 25 and 3B. RGB value is (251,37,59). Sum of RGB (Red+Green+Blue) = 251+37+59=347 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.33% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 251 - color contains mainly: red. Hex color #FB253B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB253B is #04DAC4. Grayscale: #676767. Windows color (decimal): -318149 or 3876347. OLE color: 3876347.
HSL color Cylindrical-coordinate representation of color #FB253B: hue angle of 353.83º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB253B is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 59 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.02 |
| HSL | 353.83º | 0.96% | 0.56% | - |
| HSV(B) | 353.83º | 0.85% | 0.98% | - |
| XYZ | 41.23 | 22.15 | 6.24 | - |
| YUV | 103.49 | 102.9 | 233.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 59 | 0 | 0.85 | 0.76 | 0.02 | 353.83 | 0.96 | 0.56 |
| Hex | FB | 25 | 3B | 0 | 55 | 4C | 2 | 162 | 60 | 38 |
| Octal | 373 | 45 | 73 | 0 | 125 | 114 | 2 | 542 | 140 | 70 |
| Binary | 11111011 | 100101 | 111011 | 0 | 1010101 | 1001100 | 10 | 101100010 | 1100000 | 111000 |
Color Harmonies of #FB253B
Complementary color
Monochromatic Colors of #FB253B
Black with #FB253B
Text Example
Text Example
White with #FB253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB253B; }
p { color: rgb(251,37,59); }
H1.HeaderClassName
{
color: #FB253B;
}
.AnyTagClassName
{
color: #FB253B;
}
</style>
background-color css
<style>
a { background-color: #FB253B; }
a { background-color: rgb(251,37,59); }
div.DivClassName
{
background-color: #FB253B;
}
.BgClassName
{
background-color: #FB253B;
}
</style>
border-color css
<style>
span { border-color: #FB253B; }
span { border-color: rgb(251,37,59); }
td.TdClassName
{
border-color: #FB253B;
}
.TagClassName
{
border-color: #FB253B;
}
</style>