Shades of Torch Red #FB253F
Tints of Torch Red #FB253F
RGB
CMYK
RGB Variations
Color information
#FB253F (or 0xFB253F) is known color: Torch Red. HEX triplet: FB, 25 and 3F. RGB value is (251,37,63). Sum of RGB (Red+Green+Blue) = 251+37+63=351 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.51% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 251 - color contains mainly: red. Hex color #FB253F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB253F is #04DAC0. Grayscale: #686868. Windows color (decimal): -318145 or 4138491. OLE color: 4138491.
HSL color Cylindrical-coordinate representation of color #FB253F: hue angle of 352.71º 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 #FB253F is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 63 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.02 |
| HSL | 352.71º | 0.96% | 0.56% | - |
| HSV(B) | 352.71º | 0.85% | 0.98% | - |
| XYZ | 41.34 | 22.19 | 6.81 | - |
| YUV | 103.95 | 104.9 | 232.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 63 | 0 | 0.85 | 0.75 | 0.02 | 352.71 | 0.96 | 0.56 |
| Hex | FB | 25 | 3F | 0 | 55 | 4B | 2 | 161 | 60 | 38 |
| Octal | 373 | 45 | 77 | 0 | 125 | 113 | 2 | 541 | 140 | 70 |
| Binary | 11111011 | 100101 | 111111 | 0 | 1010101 | 1001011 | 10 | 101100001 | 1100000 | 111000 |
Color Harmonies of #FB253F
Complementary color
Monochromatic Colors of #FB253F
Black with #FB253F
Text Example
Text Example
White with #FB253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB253F; }
p { color: rgb(251,37,63); }
H1.HeaderClassName
{
color: #FB253F;
}
.AnyTagClassName
{
color: #FB253F;
}
</style>
background-color css
<style>
a { background-color: #FB253F; }
a { background-color: rgb(251,37,63); }
div.DivClassName
{
background-color: #FB253F;
}
.BgClassName
{
background-color: #FB253F;
}
</style>
border-color css
<style>
span { border-color: #FB253F; }
span { border-color: rgb(251,37,63); }
td.TdClassName
{
border-color: #FB253F;
}
.TagClassName
{
border-color: #FB253F;
}
</style>