Shades of Torch Red #FB063C
Tints of Torch Red #FB063C
RGB
CMYK
RGB Variations
Color information
#FB063C (or 0xFB063C) is known color: Torch Red. HEX triplet: FB, 06 and 3C. RGB value is (251,6,60). Sum of RGB (Red+Green+Blue) = 251+6+60=317 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.18% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 251 - color contains mainly: red. Hex color #FB063C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB063C is #04F9C3. Grayscale: #555555. Windows color (decimal): -326084 or 3933947. OLE color: 3933947.
HSL color Cylindrical-coordinate representation of color #FB063C: hue angle of 346.78º 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 #FB063C is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 60 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.02 |
| HSL | 346.78º | 0.97% | 0.5% | - |
| HSV(B) | 346.78º | 0.98% | 0.98% | - |
| XYZ | 40.66 | 20.97 | 6.18 | - |
| YUV | 85.41 | 113.67 | 246.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 60 | 0 | 0.98 | 0.76 | 0.02 | 346.78 | 0.97 | 0.5 |
| Hex | FB | 6 | 3C | 0 | 62 | 4C | 2 | 15B | 61 | 32 |
| Octal | 373 | 6 | 74 | 0 | 142 | 114 | 2 | 533 | 141 | 62 |
| Binary | 11111011 | 110 | 111100 | 0 | 1100010 | 1001100 | 10 | 101011011 | 1100001 | 110010 |
Color Harmonies of #FB063C
Complementary color
Monochromatic Colors of #FB063C
Black with #FB063C
Text Example
Text Example
White with #FB063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB063C; }
p { color: rgb(251,6,60); }
H1.HeaderClassName
{
color: #FB063C;
}
.AnyTagClassName
{
color: #FB063C;
}
</style>
background-color css
<style>
a { background-color: #FB063C; }
a { background-color: rgb(251,6,60); }
div.DivClassName
{
background-color: #FB063C;
}
.BgClassName
{
background-color: #FB063C;
}
</style>
border-color css
<style>
span { border-color: #FB063C; }
span { border-color: rgb(251,6,60); }
td.TdClassName
{
border-color: #FB063C;
}
.TagClassName
{
border-color: #FB063C;
}
</style>