Shades of Torch Red #FB043C
Tints of Torch Red #FB043C
RGB
CMYK
RGB Variations
Color information
#FB043C (or 0xFB043C) is known color: Torch Red. HEX triplet: FB, 04 and 3C. RGB value is (251,4,60). Sum of RGB (Red+Green+Blue) = 251+4+60=315 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.68% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 251 - color contains mainly: red. Hex color #FB043C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB043C is #04FBC3. Grayscale: #545454. Windows color (decimal): -326596 or 3933435. OLE color: 3933435.
HSL color Cylindrical-coordinate representation of color #FB043C: hue angle of 346.4º 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 #FB043C is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 60 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.02 |
| HSL | 346.4º | 0.97% | 0.5% | - |
| HSV(B) | 346.4º | 0.98% | 0.98% | - |
| XYZ | 40.64 | 20.92 | 6.17 | - |
| YUV | 84.24 | 114.33 | 246.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 60 | 0 | 0.98 | 0.76 | 0.02 | 346.4 | 0.97 | 0.5 |
| Hex | FB | 4 | 3C | 0 | 62 | 4C | 2 | 15A | 61 | 32 |
| Octal | 373 | 4 | 74 | 0 | 142 | 114 | 2 | 532 | 141 | 62 |
| Binary | 11111011 | 100 | 111100 | 0 | 1100010 | 1001100 | 10 | 101011010 | 1100001 | 110010 |
Color Harmonies of #FB043C
Complementary color
Monochromatic Colors of #FB043C
Black with #FB043C
Text Example
Text Example
White with #FB043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB043C; }
p { color: rgb(251,4,60); }
H1.HeaderClassName
{
color: #FB043C;
}
.AnyTagClassName
{
color: #FB043C;
}
</style>
background-color css
<style>
a { background-color: #FB043C; }
a { background-color: rgb(251,4,60); }
div.DivClassName
{
background-color: #FB043C;
}
.BgClassName
{
background-color: #FB043C;
}
</style>
border-color css
<style>
span { border-color: #FB043C; }
span { border-color: rgb(251,4,60); }
td.TdClassName
{
border-color: #FB043C;
}
.TagClassName
{
border-color: #FB043C;
}
</style>