Shades of Torch Red #FB022A
Tints of Torch Red #FB022A
RGB
CMYK
RGB Variations
Color information
#FB022A (or 0xFB022A) is known color: Torch Red. HEX triplet: FB, 02 and 2A. RGB value is (251,2,42). Sum of RGB (Red+Green+Blue) = 251+2+42=295 (39% of max value = 765). Red value is 251 (98.44% from 255 or 85.08% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 251 - color contains mainly: red. Hex color #FB022A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB022A is #04FDD5. Grayscale: #515151. Windows color (decimal): -327126 or 2753275. OLE color: 2753275.
HSL color Cylindrical-coordinate representation of color #FB022A: hue angle of 350.36º 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 #FB022A is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 42 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.02 |
| HSL | 350.36º | 0.98% | 0.5% | - |
| HSV(B) | 350.36º | 0.99% | 0.98% | - |
| XYZ | 40.22 | 20.72 | 4.07 | - |
| YUV | 81.01 | 105.99 | 249.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 42 | 0 | 0.99 | 0.83 | 0.02 | 350.36 | 0.98 | 0.5 |
| Hex | FB | 2 | 2A | 0 | 63 | 53 | 2 | 15E | 62 | 32 |
| Octal | 373 | 2 | 52 | 0 | 143 | 123 | 2 | 536 | 142 | 62 |
| Binary | 11111011 | 10 | 101010 | 0 | 1100011 | 1010011 | 10 | 101011110 | 1100010 | 110010 |
Color Harmonies of #FB022A
Complementary color
Monochromatic Colors of #FB022A
Black with #FB022A
Text Example
Text Example
White with #FB022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB022A; }
p { color: rgb(251,2,42); }
H1.HeaderClassName
{
color: #FB022A;
}
.AnyTagClassName
{
color: #FB022A;
}
</style>
background-color css
<style>
a { background-color: #FB022A; }
a { background-color: rgb(251,2,42); }
div.DivClassName
{
background-color: #FB022A;
}
.BgClassName
{
background-color: #FB022A;
}
</style>
border-color css
<style>
span { border-color: #FB022A; }
span { border-color: rgb(251,2,42); }
td.TdClassName
{
border-color: #FB022A;
}
.TagClassName
{
border-color: #FB022A;
}
</style>