Shades of Torch Red #FB0E12
Tints of Torch Red #FB0E12
RGB
CMYK
RGB Variations
Color information
#FB0E12 (or 0xFB0E12) is known color: Torch Red. HEX triplet: FB, 0E and 12. RGB value is (251,14,18). Sum of RGB (Red+Green+Blue) = 251+14+18=283 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.69% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0E12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0E12 is #04F1ED. Grayscale: #555555. Windows color (decimal): -324078 or 1183483. OLE color: 1183483.
HSL color Cylindrical-coordinate representation of color #FB0E12: hue angle of 358.99º 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 #FB0E12 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 14 | 18 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.02 |
| HSL | 358.99º | 0.97% | 0.52% | - |
| HSV(B) | 358.99º | 0.94% | 0.98% | - |
| XYZ | 40.05 | 20.87 | 2.49 | - |
| YUV | 85.32 | 90.02 | 246.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 14 | 18 | 0 | 0.94 | 0.93 | 0.02 | 358.99 | 0.97 | 0.52 |
| Hex | FB | E | 12 | 0 | 5E | 5D | 2 | 167 | 61 | 34 |
| Octal | 373 | 16 | 22 | 0 | 136 | 135 | 2 | 547 | 141 | 64 |
| Binary | 11111011 | 1110 | 10010 | 0 | 1011110 | 1011101 | 10 | 101100111 | 1100001 | 110100 |
Color Harmonies of #FB0E12
Complementary color
Monochromatic Colors of #FB0E12
Black with #FB0E12
Text Example
Text Example
White with #FB0E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0E12; }
p { color: rgb(251,14,18); }
H1.HeaderClassName
{
color: #FB0E12;
}
.AnyTagClassName
{
color: #FB0E12;
}
</style>
background-color css
<style>
a { background-color: #FB0E12; }
a { background-color: rgb(251,14,18); }
div.DivClassName
{
background-color: #FB0E12;
}
.BgClassName
{
background-color: #FB0E12;
}
</style>
border-color css
<style>
span { border-color: #FB0E12; }
span { border-color: rgb(251,14,18); }
td.TdClassName
{
border-color: #FB0E12;
}
.TagClassName
{
border-color: #FB0E12;
}
</style>