Shades of Torch Red #FB0E49
Tints of Torch Red #FB0E49
RGB
CMYK
RGB Variations
Color information
#FB0E49 (or 0xFB0E49) is known color: Torch Red. HEX triplet: FB, 0E and 49. RGB value is (251,14,73). Sum of RGB (Red+Green+Blue) = 251+14+73=338 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.26% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0E49 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0E49 is #04F1B6. Grayscale: #5B5B5B. Windows color (decimal): -324023 or 4787963. OLE color: 4787963.
HSL color Cylindrical-coordinate representation of color #FB0E49: hue angle of 345.06º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0E49 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 14 | 73 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.02 |
| HSL | 345.06º | 0.97% | 0.52% | - |
| HSV(B) | 345.06º | 0.94% | 0.98% | - |
| XYZ | 41.14 | 21.3 | 8.25 | - |
| YUV | 91.59 | 117.52 | 241.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 14 | 73 | 0 | 0.94 | 0.71 | 0.02 | 345.06 | 0.97 | 0.52 |
| Hex | FB | E | 49 | 0 | 5E | 47 | 2 | 159 | 61 | 34 |
| Octal | 373 | 16 | 111 | 0 | 136 | 107 | 2 | 531 | 141 | 64 |
| Binary | 11111011 | 1110 | 1001001 | 0 | 1011110 | 1000111 | 10 | 101011001 | 1100001 | 110100 |
Color Harmonies of #FB0E49
Complementary color
Monochromatic Colors of #FB0E49
Black with #FB0E49
Text Example
Text Example
White with #FB0E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0E49; }
p { color: rgb(251,14,73); }
H1.HeaderClassName
{
color: #FB0E49;
}
.AnyTagClassName
{
color: #FB0E49;
}
</style>
background-color css
<style>
a { background-color: #FB0E49; }
a { background-color: rgb(251,14,73); }
div.DivClassName
{
background-color: #FB0E49;
}
.BgClassName
{
background-color: #FB0E49;
}
</style>
border-color css
<style>
span { border-color: #FB0E49; }
span { border-color: rgb(251,14,73); }
td.TdClassName
{
border-color: #FB0E49;
}
.TagClassName
{
border-color: #FB0E49;
}
</style>