Shades of Torch Red #FB1735
Tints of Torch Red #FB1735
RGB
CMYK
RGB Variations
Color information
#FB1735 (or 0xFB1735) is known color: Torch Red. HEX triplet: FB, 17 and 35. RGB value is (251,23,53). Sum of RGB (Red+Green+Blue) = 251+23+53=327 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.76% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1735 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1735 is #04E8CA. Grayscale: #5E5E5E. Windows color (decimal): -321739 or 3479547. OLE color: 3479547.
HSL color Cylindrical-coordinate representation of color #FB1735: hue angle of 352.11º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB1735 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 53 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.02 |
| HSL | 352.11º | 0.97% | 0.54% | - |
| HSV(B) | 352.11º | 0.91% | 0.98% | - |
| XYZ | 40.73 | 21.38 | 5.35 | - |
| YUV | 94.59 | 104.54 | 239.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 53 | 0 | 0.91 | 0.79 | 0.02 | 352.11 | 0.97 | 0.54 |
| Hex | FB | 17 | 35 | 0 | 5B | 4F | 2 | 160 | 61 | 36 |
| Octal | 373 | 27 | 65 | 0 | 133 | 117 | 2 | 540 | 141 | 66 |
| Binary | 11111011 | 10111 | 110101 | 0 | 1011011 | 1001111 | 10 | 101100000 | 1100001 | 110110 |
Color Harmonies of #FB1735
Complementary color
Monochromatic Colors of #FB1735
Black with #FB1735
Text Example
Text Example
White with #FB1735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1735; }
p { color: rgb(251,23,53); }
H1.HeaderClassName
{
color: #FB1735;
}
.AnyTagClassName
{
color: #FB1735;
}
</style>
background-color css
<style>
a { background-color: #FB1735; }
a { background-color: rgb(251,23,53); }
div.DivClassName
{
background-color: #FB1735;
}
.BgClassName
{
background-color: #FB1735;
}
</style>
border-color css
<style>
span { border-color: #FB1735; }
span { border-color: rgb(251,23,53); }
td.TdClassName
{
border-color: #FB1735;
}
.TagClassName
{
border-color: #FB1735;
}
</style>