Shades of Torch Red #FB1D37
Tints of Torch Red #FB1D37
RGB
CMYK
RGB Variations
Color information
#FB1D37 (or 0xFB1D37) is known color: Torch Red. HEX triplet: FB, 1D and 37. RGB value is (251,29,55). Sum of RGB (Red+Green+Blue) = 251+29+55=335 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.93% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1D37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1D37 is #04E2C8. Grayscale: #626262. Windows color (decimal): -320201 or 3612155. OLE color: 3612155.
HSL color Cylindrical-coordinate representation of color #FB1D37: hue angle of 352.97º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1D37 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 29 | 55 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.02 |
| HSL | 352.97º | 0.97% | 0.55% | - |
| HSV(B) | 352.97º | 0.88% | 0.98% | - |
| XYZ | 40.91 | 21.66 | 5.64 | - |
| YUV | 98.34 | 103.55 | 236.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 29 | 55 | 0 | 0.88 | 0.78 | 0.02 | 352.97 | 0.97 | 0.55 |
| Hex | FB | 1D | 37 | 0 | 58 | 4E | 2 | 161 | 61 | 37 |
| Octal | 373 | 35 | 67 | 0 | 130 | 116 | 2 | 541 | 141 | 67 |
| Binary | 11111011 | 11101 | 110111 | 0 | 1011000 | 1001110 | 10 | 101100001 | 1100001 | 110111 |
Color Harmonies of #FB1D37
Complementary color
Monochromatic Colors of #FB1D37
Black with #FB1D37
Text Example
Text Example
White with #FB1D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1D37; }
p { color: rgb(251,29,55); }
H1.HeaderClassName
{
color: #FB1D37;
}
.AnyTagClassName
{
color: #FB1D37;
}
</style>
background-color css
<style>
a { background-color: #FB1D37; }
a { background-color: rgb(251,29,55); }
div.DivClassName
{
background-color: #FB1D37;
}
.BgClassName
{
background-color: #FB1D37;
}
</style>
border-color css
<style>
span { border-color: #FB1D37; }
span { border-color: rgb(251,29,55); }
td.TdClassName
{
border-color: #FB1D37;
}
.TagClassName
{
border-color: #FB1D37;
}
</style>