Shades of Torch Red #FB0636
Tints of Torch Red #FB0636
RGB
CMYK
RGB Variations
Color information
#FB0636 (or 0xFB0636) is known color: Torch Red. HEX triplet: FB, 06 and 36. RGB value is (251,6,54). Sum of RGB (Red+Green+Blue) = 251+6+54=311 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.71% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0636 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0636 is #04F9C9. Grayscale: #545454. Windows color (decimal): -326090 or 3540731. OLE color: 3540731.
HSL color Cylindrical-coordinate representation of color #FB0636: hue angle of 348.24º 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 #FB0636 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 54 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.02 |
| HSL | 348.24º | 0.97% | 0.5% | - |
| HSV(B) | 348.24º | 0.98% | 0.98% | - |
| XYZ | 40.51 | 20.91 | 5.39 | - |
| YUV | 84.73 | 110.67 | 246.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 54 | 0 | 0.98 | 0.78 | 0.02 | 348.24 | 0.97 | 0.5 |
| Hex | FB | 6 | 36 | 0 | 62 | 4E | 2 | 15C | 61 | 32 |
| Octal | 373 | 6 | 66 | 0 | 142 | 116 | 2 | 534 | 141 | 62 |
| Binary | 11111011 | 110 | 110110 | 0 | 1100010 | 1001110 | 10 | 101011100 | 1100001 | 110010 |
Color Harmonies of #FB0636
Complementary color
Monochromatic Colors of #FB0636
Black with #FB0636
Text Example
Text Example
White with #FB0636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0636; }
p { color: rgb(251,6,54); }
H1.HeaderClassName
{
color: #FB0636;
}
.AnyTagClassName
{
color: #FB0636;
}
</style>
background-color css
<style>
a { background-color: #FB0636; }
a { background-color: rgb(251,6,54); }
div.DivClassName
{
background-color: #FB0636;
}
.BgClassName
{
background-color: #FB0636;
}
</style>
border-color css
<style>
span { border-color: #FB0636; }
span { border-color: rgb(251,6,54); }
td.TdClassName
{
border-color: #FB0636;
}
.TagClassName
{
border-color: #FB0636;
}
</style>