Shades of Torch Red #FB1D25
Tints of Torch Red #FB1D25
RGB
CMYK
RGB Variations
Color information
#FB1D25 (or 0xFB1D25) is known color: Torch Red. HEX triplet: FB, 1D and 25. RGB value is (251,29,37). Sum of RGB (Red+Green+Blue) = 251+29+37=317 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.18% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1D25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1D25 is #04E2DA. Grayscale: #606060. Windows color (decimal): -320219 or 2432507. OLE color: 2432507.
HSL color Cylindrical-coordinate representation of color #FB1D25: hue angle of 357.84º 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 #FB1D25 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 29 | 37 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.02 |
| HSL | 357.84º | 0.97% | 0.55% | - |
| HSV(B) | 357.84º | 0.88% | 0.98% | - |
| XYZ | 40.56 | 21.52 | 3.77 | - |
| YUV | 96.29 | 94.55 | 238.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 29 | 37 | 0 | 0.88 | 0.85 | 0.02 | 357.84 | 0.97 | 0.55 |
| Hex | FB | 1D | 25 | 0 | 58 | 55 | 2 | 166 | 61 | 37 |
| Octal | 373 | 35 | 45 | 0 | 130 | 125 | 2 | 546 | 141 | 67 |
| Binary | 11111011 | 11101 | 100101 | 0 | 1011000 | 1010101 | 10 | 101100110 | 1100001 | 110111 |
Color Harmonies of #FB1D25
Complementary color
Monochromatic Colors of #FB1D25
Black with #FB1D25
Text Example
Text Example
White with #FB1D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1D25; }
p { color: rgb(251,29,37); }
H1.HeaderClassName
{
color: #FB1D25;
}
.AnyTagClassName
{
color: #FB1D25;
}
</style>
background-color css
<style>
a { background-color: #FB1D25; }
a { background-color: rgb(251,29,37); }
div.DivClassName
{
background-color: #FB1D25;
}
.BgClassName
{
background-color: #FB1D25;
}
</style>
border-color css
<style>
span { border-color: #FB1D25; }
span { border-color: rgb(251,29,37); }
td.TdClassName
{
border-color: #FB1D25;
}
.TagClassName
{
border-color: #FB1D25;
}
</style>