Shades of Torch Red #FB192A
Tints of Torch Red #FB192A
RGB
CMYK
RGB Variations
Color information
#FB192A (or 0xFB192A) is known color: Torch Red. HEX triplet: FB, 19 and 2A. RGB value is (251,25,42). Sum of RGB (Red+Green+Blue) = 251+25+42=318 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.93% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 251 - color contains mainly: red. Hex color #FB192A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB192A is #04E6D5. Grayscale: #5E5E5E. Windows color (decimal): -321238 or 2759163. OLE color: 2759163.
HSL color Cylindrical-coordinate representation of color #FB192A: hue angle of 355.49º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB192A is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 42 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.02 |
| HSL | 355.49º | 0.97% | 0.54% | - |
| HSV(B) | 355.49º | 0.9% | 0.98% | - |
| XYZ | 40.55 | 21.37 | 4.18 | - |
| YUV | 94.51 | 98.37 | 239.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 42 | 0 | 0.90 | 0.83 | 0.02 | 355.49 | 0.97 | 0.54 |
| Hex | FB | 19 | 2A | 0 | 5A | 53 | 2 | 163 | 61 | 36 |
| Octal | 373 | 31 | 52 | 0 | 132 | 123 | 2 | 543 | 141 | 66 |
| Binary | 11111011 | 11001 | 101010 | 0 | 1011010 | 1010011 | 10 | 101100011 | 1100001 | 110110 |
Color Harmonies of #FB192A
Complementary color
Monochromatic Colors of #FB192A
Black with #FB192A
Text Example
Text Example
White with #FB192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB192A; }
p { color: rgb(251,25,42); }
H1.HeaderClassName
{
color: #FB192A;
}
.AnyTagClassName
{
color: #FB192A;
}
</style>
background-color css
<style>
a { background-color: #FB192A; }
a { background-color: rgb(251,25,42); }
div.DivClassName
{
background-color: #FB192A;
}
.BgClassName
{
background-color: #FB192A;
}
</style>
border-color css
<style>
span { border-color: #FB192A; }
span { border-color: rgb(251,25,42); }
td.TdClassName
{
border-color: #FB192A;
}
.TagClassName
{
border-color: #FB192A;
}
</style>