Shades of Torch Red #FB152A
Tints of Torch Red #FB152A
RGB
CMYK
RGB Variations
Color information
#FB152A (or 0xFB152A) is known color: Torch Red. HEX triplet: FB, 15 and 2A. RGB value is (251,21,42). Sum of RGB (Red+Green+Blue) = 251+21+42=314 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.94% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 251 - color contains mainly: red. Hex color #FB152A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB152A is #04EAD5. Grayscale: #5C5C5C. Windows color (decimal): -322262 or 2758139. OLE color: 2758139.
HSL color Cylindrical-coordinate representation of color #FB152A: hue angle of 354.52º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB152A is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 42 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.02 |
| HSL | 354.52º | 0.97% | 0.53% | - |
| HSV(B) | 354.52º | 0.92% | 0.98% | - |
| XYZ | 40.47 | 21.21 | 4.15 | - |
| YUV | 92.16 | 99.7 | 241.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 42 | 0 | 0.92 | 0.83 | 0.02 | 354.52 | 0.97 | 0.53 |
| Hex | FB | 15 | 2A | 0 | 5C | 53 | 2 | 163 | 61 | 35 |
| Octal | 373 | 25 | 52 | 0 | 134 | 123 | 2 | 543 | 141 | 65 |
| Binary | 11111011 | 10101 | 101010 | 0 | 1011100 | 1010011 | 10 | 101100011 | 1100001 | 110101 |
Color Harmonies of #FB152A
Complementary color
Monochromatic Colors of #FB152A
Black with #FB152A
Text Example
Text Example
White with #FB152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB152A; }
p { color: rgb(251,21,42); }
H1.HeaderClassName
{
color: #FB152A;
}
.AnyTagClassName
{
color: #FB152A;
}
</style>
background-color css
<style>
a { background-color: #FB152A; }
a { background-color: rgb(251,21,42); }
div.DivClassName
{
background-color: #FB152A;
}
.BgClassName
{
background-color: #FB152A;
}
</style>
border-color css
<style>
span { border-color: #FB152A; }
span { border-color: rgb(251,21,42); }
td.TdClassName
{
border-color: #FB152A;
}
.TagClassName
{
border-color: #FB152A;
}
</style>