Shades of Torch Red #FB022D
Tints of Torch Red #FB022D
RGB
CMYK
RGB Variations
Color information
#FB022D (or 0xFB022D) is known color: Torch Red. HEX triplet: FB, 02 and 2D. RGB value is (251,2,45). Sum of RGB (Red+Green+Blue) = 251+2+45=298 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.23% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 251 - color contains mainly: red. Hex color #FB022D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB022D is #04FDD2. Grayscale: #515151. Windows color (decimal): -327123 or 2949883. OLE color: 2949883.
HSL color Cylindrical-coordinate representation of color #FB022D: hue angle of 349.64º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB022D is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 45 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.02 |
| HSL | 349.64º | 0.98% | 0.5% | - |
| HSV(B) | 349.64º | 0.99% | 0.98% | - |
| XYZ | 40.28 | 20.74 | 4.36 | - |
| YUV | 81.35 | 107.49 | 249 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 45 | 0 | 0.99 | 0.82 | 0.02 | 349.64 | 0.98 | 0.5 |
| Hex | FB | 2 | 2D | 0 | 63 | 52 | 2 | 15E | 62 | 32 |
| Octal | 373 | 2 | 55 | 0 | 143 | 122 | 2 | 536 | 142 | 62 |
| Binary | 11111011 | 10 | 101101 | 0 | 1100011 | 1010010 | 10 | 101011110 | 1100010 | 110010 |
Color Harmonies of #FB022D
Complementary color
Monochromatic Colors of #FB022D
Black with #FB022D
Text Example
Text Example
White with #FB022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB022D; }
p { color: rgb(251,2,45); }
H1.HeaderClassName
{
color: #FB022D;
}
.AnyTagClassName
{
color: #FB022D;
}
</style>
background-color css
<style>
a { background-color: #FB022D; }
a { background-color: rgb(251,2,45); }
div.DivClassName
{
background-color: #FB022D;
}
.BgClassName
{
background-color: #FB022D;
}
</style>
border-color css
<style>
span { border-color: #FB022D; }
span { border-color: rgb(251,2,45); }
td.TdClassName
{
border-color: #FB022D;
}
.TagClassName
{
border-color: #FB022D;
}
</style>