Shades of Torch Red #FB030E
Tints of Torch Red #FB030E
RGB
CMYK
RGB Variations
Color information
#FB030E (or 0xFB030E) is known color: Torch Red. HEX triplet: FB, 03 and 0E. RGB value is (251,3,14). Sum of RGB (Red+Green+Blue) = 251+3+14=268 (35% of max value = 765). Red value is 251 (98.44% from 255 or 93.66% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 251 - color contains mainly: red. Hex color #FB030E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB030E is #04FCF1. Grayscale: #4E4E4E. Windows color (decimal): -326898 or 918523. OLE color: 918523.
HSL color Cylindrical-coordinate representation of color #FB030E: hue angle of 357.34º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB030E is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 14 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.02 |
| HSL | 357.34º | 0.98% | 0.5% | - |
| HSV(B) | 357.34º | 0.99% | 0.98% | - |
| XYZ | 39.9 | 20.61 | 2.29 | - |
| YUV | 78.41 | 91.66 | 251.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 14 | 0 | 0.99 | 0.94 | 0.02 | 357.34 | 0.98 | 0.5 |
| Hex | FB | 3 | E | 0 | 63 | 5E | 2 | 165 | 62 | 32 |
| Octal | 373 | 3 | 16 | 0 | 143 | 136 | 2 | 545 | 142 | 62 |
| Binary | 11111011 | 11 | 1110 | 0 | 1100011 | 1011110 | 10 | 101100101 | 1100010 | 110010 |
Color Harmonies of #FB030E
Complementary color
Monochromatic Colors of #FB030E
Black with #FB030E
Text Example
Text Example
White with #FB030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB030E; }
p { color: rgb(251,3,14); }
H1.HeaderClassName
{
color: #FB030E;
}
.AnyTagClassName
{
color: #FB030E;
}
</style>
background-color css
<style>
a { background-color: #FB030E; }
a { background-color: rgb(251,3,14); }
div.DivClassName
{
background-color: #FB030E;
}
.BgClassName
{
background-color: #FB030E;
}
</style>
border-color css
<style>
span { border-color: #FB030E; }
span { border-color: rgb(251,3,14); }
td.TdClassName
{
border-color: #FB030E;
}
.TagClassName
{
border-color: #FB030E;
}
</style>