Shades of Torch Red #FB0E1E
Tints of Torch Red #FB0E1E
RGB
CMYK
RGB Variations
Color information
#FB0E1E (or 0xFB0E1E) is known color: Torch Red. HEX triplet: FB, 0E and 1E. RGB value is (251,14,30). Sum of RGB (Red+Green+Blue) = 251+14+30=295 (39% of max value = 765). Red value is 251 (98.44% from 255 or 85.08% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0E1E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0E1E is #04F1E1. Grayscale: #565656. Windows color (decimal): -324066 or 1969915. OLE color: 1969915.
HSL color Cylindrical-coordinate representation of color #FB0E1E: hue angle of 355.95º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0E1E is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 14 | 30 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.02 |
| HSL | 355.95º | 0.97% | 0.52% | - |
| HSV(B) | 355.95º | 0.94% | 0.98% | - |
| XYZ | 40.18 | 20.92 | 3.15 | - |
| YUV | 86.69 | 96.02 | 245.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 14 | 30 | 0 | 0.94 | 0.88 | 0.02 | 355.95 | 0.97 | 0.52 |
| Hex | FB | E | 1E | 0 | 5E | 58 | 2 | 164 | 61 | 34 |
| Octal | 373 | 16 | 36 | 0 | 136 | 130 | 2 | 544 | 141 | 64 |
| Binary | 11111011 | 1110 | 11110 | 0 | 1011110 | 1011000 | 10 | 101100100 | 1100001 | 110100 |
Color Harmonies of #FB0E1E
Complementary color
Monochromatic Colors of #FB0E1E
Black with #FB0E1E
Text Example
Text Example
White with #FB0E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0E1E; }
p { color: rgb(251,14,30); }
H1.HeaderClassName
{
color: #FB0E1E;
}
.AnyTagClassName
{
color: #FB0E1E;
}
</style>
background-color css
<style>
a { background-color: #FB0E1E; }
a { background-color: rgb(251,14,30); }
div.DivClassName
{
background-color: #FB0E1E;
}
.BgClassName
{
background-color: #FB0E1E;
}
</style>
border-color css
<style>
span { border-color: #FB0E1E; }
span { border-color: rgb(251,14,30); }
td.TdClassName
{
border-color: #FB0E1E;
}
.TagClassName
{
border-color: #FB0E1E;
}
</style>