Shades of Torch Red #FB1E2D
Tints of Torch Red #FB1E2D
RGB
CMYK
RGB Variations
Color information
#FB1E2D (or 0xFB1E2D) is known color: Torch Red. HEX triplet: FB, 1E and 2D. RGB value is (251,30,45). Sum of RGB (Red+Green+Blue) = 251+30+45=326 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.99% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1E2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1E2D is #04E1D2. Grayscale: #616161. Windows color (decimal): -319955 or 2957051. OLE color: 2957051.
HSL color Cylindrical-coordinate representation of color #FB1E2D: hue angle of 355.93º 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 #FB1E2D is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 30 | 45 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.02 |
| HSL | 355.93º | 0.97% | 0.55% | - |
| HSV(B) | 355.93º | 0.88% | 0.98% | - |
| XYZ | 40.72 | 21.63 | 4.51 | - |
| YUV | 97.79 | 98.22 | 237.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 30 | 45 | 0 | 0.88 | 0.82 | 0.02 | 355.93 | 0.97 | 0.55 |
| Hex | FB | 1E | 2D | 0 | 58 | 52 | 2 | 164 | 61 | 37 |
| Octal | 373 | 36 | 55 | 0 | 130 | 122 | 2 | 544 | 141 | 67 |
| Binary | 11111011 | 11110 | 101101 | 0 | 1011000 | 1010010 | 10 | 101100100 | 1100001 | 110111 |
Color Harmonies of #FB1E2D
Complementary color
Monochromatic Colors of #FB1E2D
Black with #FB1E2D
Text Example
Text Example
White with #FB1E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1E2D; }
p { color: rgb(251,30,45); }
H1.HeaderClassName
{
color: #FB1E2D;
}
.AnyTagClassName
{
color: #FB1E2D;
}
</style>
background-color css
<style>
a { background-color: #FB1E2D; }
a { background-color: rgb(251,30,45); }
div.DivClassName
{
background-color: #FB1E2D;
}
.BgClassName
{
background-color: #FB1E2D;
}
</style>
border-color css
<style>
span { border-color: #FB1E2D; }
span { border-color: rgb(251,30,45); }
td.TdClassName
{
border-color: #FB1E2D;
}
.TagClassName
{
border-color: #FB1E2D;
}
</style>