Shades of Torch Red #FB0C44
Tints of Torch Red #FB0C44
RGB
CMYK
RGB Variations
Color information
#FB0C44 (or 0xFB0C44) is known color: Torch Red. HEX triplet: FB, 0C and 44. RGB value is (251,12,68). Sum of RGB (Red+Green+Blue) = 251+12+68=331 (43% of max value = 765). Red value is 251 (98.44% from 255 or 75.83% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0C44 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0C44 is #04F3BB. Grayscale: #595959. Windows color (decimal): -324540 or 4459771. OLE color: 4459771.
HSL color Cylindrical-coordinate representation of color #FB0C44: hue angle of 345.94º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0C44 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 68 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.02 |
| HSL | 345.94º | 0.97% | 0.52% | - |
| HSV(B) | 345.94º | 0.95% | 0.98% | - |
| XYZ | 40.96 | 21.19 | 7.4 | - |
| YUV | 89.85 | 115.68 | 242.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 68 | 0 | 0.95 | 0.73 | 0.02 | 345.94 | 0.97 | 0.52 |
| Hex | FB | C | 44 | 0 | 5F | 49 | 2 | 15A | 61 | 34 |
| Octal | 373 | 14 | 104 | 0 | 137 | 111 | 2 | 532 | 141 | 64 |
| Binary | 11111011 | 1100 | 1000100 | 0 | 1011111 | 1001001 | 10 | 101011010 | 1100001 | 110100 |
Color Harmonies of #FB0C44
Complementary color
Monochromatic Colors of #FB0C44
Black with #FB0C44
Text Example
Text Example
White with #FB0C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0C44; }
p { color: rgb(251,12,68); }
H1.HeaderClassName
{
color: #FB0C44;
}
.AnyTagClassName
{
color: #FB0C44;
}
</style>
background-color css
<style>
a { background-color: #FB0C44; }
a { background-color: rgb(251,12,68); }
div.DivClassName
{
background-color: #FB0C44;
}
.BgClassName
{
background-color: #FB0C44;
}
</style>
border-color css
<style>
span { border-color: #FB0C44; }
span { border-color: rgb(251,12,68); }
td.TdClassName
{
border-color: #FB0C44;
}
.TagClassName
{
border-color: #FB0C44;
}
</style>