Shades of Torch Red #FB0309
Tints of Torch Red #FB0309
RGB
CMYK
RGB Variations
Color information
#FB0309 (or 0xFB0309) is known color: Torch Red. HEX triplet: FB, 03 and 09. RGB value is (251,3,9). Sum of RGB (Red+Green+Blue) = 251+3+9=263 (34% of max value = 765). Red value is 251 (98.44% from 255 or 95.44% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0309 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0309 is #04FCF6. Grayscale: #4E4E4E. Windows color (decimal): -326903 or 590843. OLE color: 590843.
HSL color Cylindrical-coordinate representation of color #FB0309: hue angle of 358.55º 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 #FB0309 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 9 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.02 |
| HSL | 358.55º | 0.98% | 0.5% | - |
| HSV(B) | 358.55º | 0.99% | 0.98% | - |
| XYZ | 39.87 | 20.59 | 2.13 | - |
| YUV | 77.84 | 89.16 | 251.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 9 | 0 | 0.99 | 0.96 | 0.02 | 358.55 | 0.98 | 0.5 |
| Hex | FB | 3 | 9 | 0 | 63 | 60 | 2 | 167 | 62 | 32 |
| Octal | 373 | 3 | 11 | 0 | 143 | 140 | 2 | 547 | 142 | 62 |
| Binary | 11111011 | 11 | 1001 | 0 | 1100011 | 1100000 | 10 | 101100111 | 1100010 | 110010 |
Color Harmonies of #FB0309
Complementary color
Monochromatic Colors of #FB0309
Black with #FB0309
Text Example
Text Example
White with #FB0309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0309; }
p { color: rgb(251,3,9); }
H1.HeaderClassName
{
color: #FB0309;
}
.AnyTagClassName
{
color: #FB0309;
}
</style>
background-color css
<style>
a { background-color: #FB0309; }
a { background-color: rgb(251,3,9); }
div.DivClassName
{
background-color: #FB0309;
}
.BgClassName
{
background-color: #FB0309;
}
</style>
border-color css
<style>
span { border-color: #FB0309; }
span { border-color: rgb(251,3,9); }
td.TdClassName
{
border-color: #FB0309;
}
.TagClassName
{
border-color: #FB0309;
}
</style>