Shades of Torch Red #FB030B
Tints of Torch Red #FB030B
RGB
CMYK
RGB Variations
Color information
#FB030B (or 0xFB030B) is known color: Torch Red. HEX triplet: FB, 03 and 0B. RGB value is (251,3,11). Sum of RGB (Red+Green+Blue) = 251+3+11=265 (35% of max value = 765). Red value is 251 (98.44% from 255 or 94.72% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 251 - color contains mainly: red. Hex color #FB030B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB030B is #04FCF4. Grayscale: #4E4E4E. Windows color (decimal): -326901 or 721915. OLE color: 721915.
HSL color Cylindrical-coordinate representation of color #FB030B: hue angle of 358.06º 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 #FB030B is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 11 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.02 |
| HSL | 358.06º | 0.98% | 0.5% | - |
| HSV(B) | 358.06º | 0.99% | 0.98% | - |
| XYZ | 39.88 | 20.6 | 2.19 | - |
| YUV | 78.06 | 90.16 | 251.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 11 | 0 | 0.99 | 0.96 | 0.02 | 358.06 | 0.98 | 0.5 |
| Hex | FB | 3 | B | 0 | 63 | 60 | 2 | 166 | 62 | 32 |
| Octal | 373 | 3 | 13 | 0 | 143 | 140 | 2 | 546 | 142 | 62 |
| Binary | 11111011 | 11 | 1011 | 0 | 1100011 | 1100000 | 10 | 101100110 | 1100010 | 110010 |
Color Harmonies of #FB030B
Complementary color
Monochromatic Colors of #FB030B
Black with #FB030B
Text Example
Text Example
White with #FB030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB030B; }
p { color: rgb(251,3,11); }
H1.HeaderClassName
{
color: #FB030B;
}
.AnyTagClassName
{
color: #FB030B;
}
</style>
background-color css
<style>
a { background-color: #FB030B; }
a { background-color: rgb(251,3,11); }
div.DivClassName
{
background-color: #FB030B;
}
.BgClassName
{
background-color: #FB030B;
}
</style>
border-color css
<style>
span { border-color: #FB030B; }
span { border-color: rgb(251,3,11); }
td.TdClassName
{
border-color: #FB030B;
}
.TagClassName
{
border-color: #FB030B;
}
</style>