Shades of Torch Red #FB001C
Tints of Torch Red #FB001C
RGB
CMYK
RGB Variations
Color information
#FB001C (or 0xFB001C) is known color: Torch Red. HEX triplet: FB, 00 and 1C. RGB value is (251,0,28). Sum of RGB (Red+Green+Blue) = 251+0+28=279 (36% of max value = 765). Red value is 251 (98.44% from 255 or 89.96% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 251 - color contains mainly: red. Hex color #FB001C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB001C is #04FFE3. Grayscale: #4E4E4E. Windows color (decimal): -327652 or 1835259. OLE color: 1835259.
HSL color Cylindrical-coordinate representation of color #FB001C: hue angle of 353.31º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB001C is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.89 | 0.02 |
| HSL | 353.31º | 1% | 0.49% | - |
| HSV(B) | 353.31º | 1% | 0.98% | - |
| XYZ | 39.99 | 20.59 | 2.97 | - |
| YUV | 78.24 | 99.66 | 251.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 28 | 0 | 1 | 0.89 | 0.02 | 353.31 | 1 | 0.49 |
| Hex | FB | 0 | 1C | 0 | 64 | 59 | 2 | 161 | 64 | 31 |
| Octal | 373 | 0 | 34 | 0 | 144 | 131 | 2 | 541 | 144 | 61 |
| Binary | 11111011 | 0 | 11100 | 0 | 1100100 | 1011001 | 10 | 101100001 | 1100100 | 110001 |
Color Harmonies of #FB001C
Complementary color
Monochromatic Colors of #FB001C
Black with #FB001C
Text Example
Text Example
White with #FB001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB001C; }
p { color: rgb(251,0,28); }
H1.HeaderClassName
{
color: #FB001C;
}
.AnyTagClassName
{
color: #FB001C;
}
</style>
background-color css
<style>
a { background-color: #FB001C; }
a { background-color: rgb(251,0,28); }
div.DivClassName
{
background-color: #FB001C;
}
.BgClassName
{
background-color: #FB001C;
}
</style>
border-color css
<style>
span { border-color: #FB001C; }
span { border-color: rgb(251,0,28); }
td.TdClassName
{
border-color: #FB001C;
}
.TagClassName
{
border-color: #FB001C;
}
</style>