Shades of Torch Red #FB051D
Tints of Torch Red #FB051D
RGB
CMYK
RGB Variations
Color information
#FB051D (or 0xFB051D) is known color: Torch Red. HEX triplet: FB, 05 and 1D. RGB value is (251,5,29). Sum of RGB (Red+Green+Blue) = 251+5+29=285 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.07% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 251 - color contains mainly: red. Hex color #FB051D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB051D is #04FAE2. Grayscale: #515151. Windows color (decimal): -326371 or 1902075. OLE color: 1902075.
HSL color Cylindrical-coordinate representation of color #FB051D: hue angle of 354.15º 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 #FB051D is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 29 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.02 |
| HSL | 354.15º | 0.97% | 0.5% | - |
| HSV(B) | 354.15º | 0.98% | 0.98% | - |
| XYZ | 40.06 | 20.71 | 3.05 | - |
| YUV | 81.29 | 98.5 | 249.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 29 | 0 | 0.98 | 0.88 | 0.02 | 354.15 | 0.97 | 0.5 |
| Hex | FB | 5 | 1D | 0 | 62 | 58 | 2 | 162 | 61 | 32 |
| Octal | 373 | 5 | 35 | 0 | 142 | 130 | 2 | 542 | 141 | 62 |
| Binary | 11111011 | 101 | 11101 | 0 | 1100010 | 1011000 | 10 | 101100010 | 1100001 | 110010 |
Color Harmonies of #FB051D
Complementary color
Monochromatic Colors of #FB051D
Black with #FB051D
Text Example
Text Example
White with #FB051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB051D; }
p { color: rgb(251,5,29); }
H1.HeaderClassName
{
color: #FB051D;
}
.AnyTagClassName
{
color: #FB051D;
}
</style>
background-color css
<style>
a { background-color: #FB051D; }
a { background-color: rgb(251,5,29); }
div.DivClassName
{
background-color: #FB051D;
}
.BgClassName
{
background-color: #FB051D;
}
</style>
border-color css
<style>
span { border-color: #FB051D; }
span { border-color: rgb(251,5,29); }
td.TdClassName
{
border-color: #FB051D;
}
.TagClassName
{
border-color: #FB051D;
}
</style>