Shades of Torch Red #FB0C0F
Tints of Torch Red #FB0C0F
RGB
CMYK
RGB Variations
Color information
#FB0C0F (or 0xFB0C0F) is known color: Torch Red. HEX triplet: FB, 0C and 0F. RGB value is (251,12,15). Sum of RGB (Red+Green+Blue) = 251+12+15=278 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.29% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0C0F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0C0F is #04F3F0. Grayscale: #545454. Windows color (decimal): -324593 or 986363. OLE color: 986363.
HSL color Cylindrical-coordinate representation of color #FB0C0F: hue angle of 359.25º 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 #FB0C0F is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 15 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.02 |
| HSL | 359.25º | 0.97% | 0.52% | - |
| HSV(B) | 359.25º | 0.95% | 0.98% | - |
| XYZ | 40 | 20.81 | 2.36 | - |
| YUV | 83.8 | 89.18 | 247.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 15 | 0 | 0.95 | 0.94 | 0.02 | 359.25 | 0.97 | 0.52 |
| Hex | FB | C | F | 0 | 5F | 5E | 2 | 167 | 61 | 34 |
| Octal | 373 | 14 | 17 | 0 | 137 | 136 | 2 | 547 | 141 | 64 |
| Binary | 11111011 | 1100 | 1111 | 0 | 1011111 | 1011110 | 10 | 101100111 | 1100001 | 110100 |
Color Harmonies of #FB0C0F
Complementary color
Monochromatic Colors of #FB0C0F
Black with #FB0C0F
Text Example
Text Example
White with #FB0C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0C0F; }
p { color: rgb(251,12,15); }
H1.HeaderClassName
{
color: #FB0C0F;
}
.AnyTagClassName
{
color: #FB0C0F;
}
</style>
background-color css
<style>
a { background-color: #FB0C0F; }
a { background-color: rgb(251,12,15); }
div.DivClassName
{
background-color: #FB0C0F;
}
.BgClassName
{
background-color: #FB0C0F;
}
</style>
border-color css
<style>
span { border-color: #FB0C0F; }
span { border-color: rgb(251,12,15); }
td.TdClassName
{
border-color: #FB0C0F;
}
.TagClassName
{
border-color: #FB0C0F;
}
</style>