Shades of Torch Red #FB053E
Tints of Torch Red #FB053E
RGB
CMYK
RGB Variations
Color information
#FB053E (or 0xFB053E) is known color: Torch Red. HEX triplet: FB, 05 and 3E. RGB value is (251,5,62). Sum of RGB (Red+Green+Blue) = 251+5+62=318 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.93% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 251 - color contains mainly: red. Hex color #FB053E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB053E is #04FAC1. Grayscale: #555555. Windows color (decimal): -326338 or 4064763. OLE color: 4064763.
HSL color Cylindrical-coordinate representation of color #FB053E: hue angle of 346.1º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB053E is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 62 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.02 |
| HSL | 346.1º | 0.97% | 0.5% | - |
| HSV(B) | 346.1º | 0.98% | 0.98% | - |
| XYZ | 40.71 | 20.97 | 6.46 | - |
| YUV | 85.05 | 115 | 246.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 62 | 0 | 0.98 | 0.75 | 0.02 | 346.1 | 0.97 | 0.5 |
| Hex | FB | 5 | 3E | 0 | 62 | 4B | 2 | 15A | 61 | 32 |
| Octal | 373 | 5 | 76 | 0 | 142 | 113 | 2 | 532 | 141 | 62 |
| Binary | 11111011 | 101 | 111110 | 0 | 1100010 | 1001011 | 10 | 101011010 | 1100001 | 110010 |
Color Harmonies of #FB053E
Complementary color
Monochromatic Colors of #FB053E
Black with #FB053E
Text Example
Text Example
White with #FB053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB053E; }
p { color: rgb(251,5,62); }
H1.HeaderClassName
{
color: #FB053E;
}
.AnyTagClassName
{
color: #FB053E;
}
</style>
background-color css
<style>
a { background-color: #FB053E; }
a { background-color: rgb(251,5,62); }
div.DivClassName
{
background-color: #FB053E;
}
.BgClassName
{
background-color: #FB053E;
}
</style>
border-color css
<style>
span { border-color: #FB053E; }
span { border-color: rgb(251,5,62); }
td.TdClassName
{
border-color: #FB053E;
}
.TagClassName
{
border-color: #FB053E;
}
</style>