Shades of Torch Red #FB004D
Tints of Torch Red #FB004D
RGB
CMYK
RGB Variations
Color information
#FB004D (or 0xFB004D) is known color: Torch Red. HEX triplet: FB, 00 and 4D. RGB value is (251,0,77). Sum of RGB (Red+Green+Blue) = 251+0+77=328 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.52% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 251 - color contains mainly: red. Hex color #FB004D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB004D is #04FFB2. Grayscale: #535353. Windows color (decimal): -327603 or 5046523. OLE color: 5046523.
HSL color Cylindrical-coordinate representation of color #FB004D: hue angle of 341.59º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB004D is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.69 | 0.02 |
| HSL | 341.59º | 1% | 0.49% | - |
| HSV(B) | 341.59º | 1% | 0.98% | - |
| XYZ | 41.12 | 21.05 | 8.92 | - |
| YUV | 83.83 | 124.16 | 247.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 77 | 0 | 1 | 0.69 | 0.02 | 341.59 | 1 | 0.49 |
| Hex | FB | 0 | 4D | 0 | 64 | 45 | 2 | 156 | 64 | 31 |
| Octal | 373 | 0 | 115 | 0 | 144 | 105 | 2 | 526 | 144 | 61 |
| Binary | 11111011 | 0 | 1001101 | 0 | 1100100 | 1000101 | 10 | 101010110 | 1100100 | 110001 |
Color Harmonies of #FB004D
Complementary color
Monochromatic Colors of #FB004D
Black with #FB004D
Text Example
Text Example
White with #FB004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB004D; }
p { color: rgb(251,0,77); }
H1.HeaderClassName
{
color: #FB004D;
}
.AnyTagClassName
{
color: #FB004D;
}
</style>
background-color css
<style>
a { background-color: #FB004D; }
a { background-color: rgb(251,0,77); }
div.DivClassName
{
background-color: #FB004D;
}
.BgClassName
{
background-color: #FB004D;
}
</style>
border-color css
<style>
span { border-color: #FB004D; }
span { border-color: rgb(251,0,77); }
td.TdClassName
{
border-color: #FB004D;
}
.TagClassName
{
border-color: #FB004D;
}
</style>