Shades of Torch Red #FB193E
Tints of Torch Red #FB193E
RGB
CMYK
RGB Variations
Color information
#FB193E (or 0xFB193E) is known color: Torch Red. HEX triplet: FB, 19 and 3E. RGB value is (251,25,62). Sum of RGB (Red+Green+Blue) = 251+25+62=338 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.26% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 251 - color contains mainly: red. Hex color #FB193E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB193E is #04E6C1. Grayscale: #606060. Windows color (decimal): -321218 or 4069883. OLE color: 4069883.
HSL color Cylindrical-coordinate representation of color #FB193E: hue angle of 350.18º 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 #FB193E is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 62 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.02 |
| HSL | 350.18º | 0.97% | 0.54% | - |
| HSV(B) | 350.18º | 0.9% | 0.98% | - |
| XYZ | 41 | 21.55 | 6.56 | - |
| YUV | 96.79 | 108.37 | 237.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 62 | 0 | 0.90 | 0.75 | 0.02 | 350.18 | 0.97 | 0.54 |
| Hex | FB | 19 | 3E | 0 | 5A | 4B | 2 | 15E | 61 | 36 |
| Octal | 373 | 31 | 76 | 0 | 132 | 113 | 2 | 536 | 141 | 66 |
| Binary | 11111011 | 11001 | 111110 | 0 | 1011010 | 1001011 | 10 | 101011110 | 1100001 | 110110 |
Color Harmonies of #FB193E
Complementary color
Monochromatic Colors of #FB193E
Black with #FB193E
Text Example
Text Example
White with #FB193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB193E; }
p { color: rgb(251,25,62); }
H1.HeaderClassName
{
color: #FB193E;
}
.AnyTagClassName
{
color: #FB193E;
}
</style>
background-color css
<style>
a { background-color: #FB193E; }
a { background-color: rgb(251,25,62); }
div.DivClassName
{
background-color: #FB193E;
}
.BgClassName
{
background-color: #FB193E;
}
</style>
border-color css
<style>
span { border-color: #FB193E; }
span { border-color: rgb(251,25,62); }
td.TdClassName
{
border-color: #FB193E;
}
.TagClassName
{
border-color: #FB193E;
}
</style>