Shades of Torch Red #FB202B
Tints of Torch Red #FB202B
RGB
CMYK
RGB Variations
Color information
#FB202B (or 0xFB202B) is known color: Torch Red. HEX triplet: FB, 20 and 2B. RGB value is (251,32,43). Sum of RGB (Red+Green+Blue) = 251+32+43=326 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.99% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 251 - color contains mainly: red. Hex color #FB202B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB202B is #04DFD4. Grayscale: #626262. Windows color (decimal): -319445 or 2826491. OLE color: 2826491.
HSL color Cylindrical-coordinate representation of color #FB202B: hue angle of 356.99º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB202B is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 43 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.02 |
| HSL | 356.99º | 0.96% | 0.55% | - |
| HSV(B) | 356.99º | 0.87% | 0.98% | - |
| XYZ | 40.74 | 21.72 | 4.33 | - |
| YUV | 98.74 | 96.55 | 236.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 43 | 0 | 0.87 | 0.83 | 0.02 | 356.99 | 0.96 | 0.55 |
| Hex | FB | 20 | 2B | 0 | 57 | 53 | 2 | 165 | 60 | 37 |
| Octal | 373 | 40 | 53 | 0 | 127 | 123 | 2 | 545 | 140 | 67 |
| Binary | 11111011 | 100000 | 101011 | 0 | 1010111 | 1010011 | 10 | 101100101 | 1100000 | 110111 |
Color Harmonies of #FB202B
Complementary color
Monochromatic Colors of #FB202B
Black with #FB202B
Text Example
Text Example
White with #FB202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB202B; }
p { color: rgb(251,32,43); }
H1.HeaderClassName
{
color: #FB202B;
}
.AnyTagClassName
{
color: #FB202B;
}
</style>
background-color css
<style>
a { background-color: #FB202B; }
a { background-color: rgb(251,32,43); }
div.DivClassName
{
background-color: #FB202B;
}
.BgClassName
{
background-color: #FB202B;
}
</style>
border-color css
<style>
span { border-color: #FB202B; }
span { border-color: rgb(251,32,43); }
td.TdClassName
{
border-color: #FB202B;
}
.TagClassName
{
border-color: #FB202B;
}
</style>