Shades of Torch Red #FB063D
Tints of Torch Red #FB063D
RGB
CMYK
RGB Variations
Color information
#FB063D (or 0xFB063D) is known color: Torch Red. HEX triplet: FB, 06 and 3D. RGB value is (251,6,61). Sum of RGB (Red+Green+Blue) = 251+6+61=318 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.93% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 251 - color contains mainly: red. Hex color #FB063D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB063D is #04F9C2. Grayscale: #555555. Windows color (decimal): -326083 or 3999483. OLE color: 3999483.
HSL color Cylindrical-coordinate representation of color #FB063D: hue angle of 346.53º 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 #FB063D is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 61 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.02 |
| HSL | 346.53º | 0.97% | 0.5% | - |
| HSV(B) | 346.53º | 0.98% | 0.98% | - |
| XYZ | 40.69 | 20.98 | 6.32 | - |
| YUV | 85.53 | 114.17 | 246.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 61 | 0 | 0.98 | 0.76 | 0.02 | 346.53 | 0.97 | 0.5 |
| Hex | FB | 6 | 3D | 0 | 62 | 4C | 2 | 15B | 61 | 32 |
| Octal | 373 | 6 | 75 | 0 | 142 | 114 | 2 | 533 | 141 | 62 |
| Binary | 11111011 | 110 | 111101 | 0 | 1100010 | 1001100 | 10 | 101011011 | 1100001 | 110010 |
Color Harmonies of #FB063D
Complementary color
Monochromatic Colors of #FB063D
Black with #FB063D
Text Example
Text Example
White with #FB063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB063D; }
p { color: rgb(251,6,61); }
H1.HeaderClassName
{
color: #FB063D;
}
.AnyTagClassName
{
color: #FB063D;
}
</style>
background-color css
<style>
a { background-color: #FB063D; }
a { background-color: rgb(251,6,61); }
div.DivClassName
{
background-color: #FB063D;
}
.BgClassName
{
background-color: #FB063D;
}
</style>
border-color css
<style>
span { border-color: #FB063D; }
span { border-color: rgb(251,6,61); }
td.TdClassName
{
border-color: #FB063D;
}
.TagClassName
{
border-color: #FB063D;
}
</style>