Shades of Torch Red #FB202A
Tints of Torch Red #FB202A
RGB
CMYK
RGB Variations
Color information
#FB202A (or 0xFB202A) is known color: Torch Red. HEX triplet: FB, 20 and 2A. RGB value is (251,32,42). Sum of RGB (Red+Green+Blue) = 251+32+42=325 (43% of max value = 765). Red value is 251 (98.44% from 255 or 77.23% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 251 - color contains mainly: red. Hex color #FB202A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB202A is #04DFD5. Grayscale: #626262. Windows color (decimal): -319446 or 2760955. OLE color: 2760955.
HSL color Cylindrical-coordinate representation of color #FB202A: hue angle of 357.26º 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 #FB202A is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 42 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.02 |
| HSL | 357.26º | 0.96% | 0.55% | - |
| HSV(B) | 357.26º | 0.87% | 0.98% | - |
| XYZ | 40.72 | 21.71 | 4.23 | - |
| YUV | 98.62 | 96.05 | 236.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 42 | 0 | 0.87 | 0.83 | 0.02 | 357.26 | 0.96 | 0.55 |
| Hex | FB | 20 | 2A | 0 | 57 | 53 | 2 | 165 | 60 | 37 |
| Octal | 373 | 40 | 52 | 0 | 127 | 123 | 2 | 545 | 140 | 67 |
| Binary | 11111011 | 100000 | 101010 | 0 | 1010111 | 1010011 | 10 | 101100101 | 1100000 | 110111 |
Color Harmonies of #FB202A
Complementary color
Monochromatic Colors of #FB202A
Black with #FB202A
Text Example
Text Example
White with #FB202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB202A; }
p { color: rgb(251,32,42); }
H1.HeaderClassName
{
color: #FB202A;
}
.AnyTagClassName
{
color: #FB202A;
}
</style>
background-color css
<style>
a { background-color: #FB202A; }
a { background-color: rgb(251,32,42); }
div.DivClassName
{
background-color: #FB202A;
}
.BgClassName
{
background-color: #FB202A;
}
</style>
border-color css
<style>
span { border-color: #FB202A; }
span { border-color: rgb(251,32,42); }
td.TdClassName
{
border-color: #FB202A;
}
.TagClassName
{
border-color: #FB202A;
}
</style>