Shades of Torch Red #FB0436
Tints of Torch Red #FB0436
RGB
CMYK
RGB Variations
Color information
#FB0436 (or 0xFB0436) is known color: Torch Red. HEX triplet: FB, 04 and 36. RGB value is (251,4,54). Sum of RGB (Red+Green+Blue) = 251+4+54=309 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.23% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0436 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0436 is #04FBC9. Grayscale: #535353. Windows color (decimal): -326602 or 3540219. OLE color: 3540219.
HSL color Cylindrical-coordinate representation of color #FB0436: hue angle of 347.85º 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 #FB0436 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 54 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.02 |
| HSL | 347.85º | 0.97% | 0.5% | - |
| HSV(B) | 347.85º | 0.98% | 0.98% | - |
| XYZ | 40.49 | 20.86 | 5.38 | - |
| YUV | 83.55 | 111.33 | 247.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 54 | 0 | 0.98 | 0.78 | 0.02 | 347.85 | 0.97 | 0.5 |
| Hex | FB | 4 | 36 | 0 | 62 | 4E | 2 | 15C | 61 | 32 |
| Octal | 373 | 4 | 66 | 0 | 142 | 116 | 2 | 534 | 141 | 62 |
| Binary | 11111011 | 100 | 110110 | 0 | 1100010 | 1001110 | 10 | 101011100 | 1100001 | 110010 |
Color Harmonies of #FB0436
Complementary color
Monochromatic Colors of #FB0436
Black with #FB0436
Text Example
Text Example
White with #FB0436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0436; }
p { color: rgb(251,4,54); }
H1.HeaderClassName
{
color: #FB0436;
}
.AnyTagClassName
{
color: #FB0436;
}
</style>
background-color css
<style>
a { background-color: #FB0436; }
a { background-color: rgb(251,4,54); }
div.DivClassName
{
background-color: #FB0436;
}
.BgClassName
{
background-color: #FB0436;
}
</style>
border-color css
<style>
span { border-color: #FB0436; }
span { border-color: rgb(251,4,54); }
td.TdClassName
{
border-color: #FB0436;
}
.TagClassName
{
border-color: #FB0436;
}
</style>