Shades of Torch Red #FB031E
Tints of Torch Red #FB031E
RGB
CMYK
RGB Variations
Color information
#FB031E (or 0xFB031E) is known color: Torch Red. HEX triplet: FB, 03 and 1E. RGB value is (251,3,30). Sum of RGB (Red+Green+Blue) = 251+3+30=284 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.38% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 251 - color contains mainly: red. Hex color #FB031E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB031E is #04FCE1. Grayscale: #505050. Windows color (decimal): -326882 or 1967099. OLE color: 1967099.
HSL color Cylindrical-coordinate representation of color #FB031E: hue angle of 353.47º 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 #FB031E is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 30 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.02 |
| HSL | 353.47º | 0.98% | 0.5% | - |
| HSV(B) | 353.47º | 0.99% | 0.98% | - |
| XYZ | 40.05 | 20.67 | 3.11 | - |
| YUV | 80.23 | 99.66 | 249.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 30 | 0 | 0.99 | 0.88 | 0.02 | 353.47 | 0.98 | 0.5 |
| Hex | FB | 3 | 1E | 0 | 63 | 58 | 2 | 161 | 62 | 32 |
| Octal | 373 | 3 | 36 | 0 | 143 | 130 | 2 | 541 | 142 | 62 |
| Binary | 11111011 | 11 | 11110 | 0 | 1100011 | 1011000 | 10 | 101100001 | 1100010 | 110010 |
Color Harmonies of #FB031E
Complementary color
Monochromatic Colors of #FB031E
Black with #FB031E
Text Example
Text Example
White with #FB031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB031E; }
p { color: rgb(251,3,30); }
H1.HeaderClassName
{
color: #FB031E;
}
.AnyTagClassName
{
color: #FB031E;
}
</style>
background-color css
<style>
a { background-color: #FB031E; }
a { background-color: rgb(251,3,30); }
div.DivClassName
{
background-color: #FB031E;
}
.BgClassName
{
background-color: #FB031E;
}
</style>
border-color css
<style>
span { border-color: #FB031E; }
span { border-color: rgb(251,3,30); }
td.TdClassName
{
border-color: #FB031E;
}
.TagClassName
{
border-color: #FB031E;
}
</style>