Shades of Torch Red #FB031D
Tints of Torch Red #FB031D
RGB
CMYK
RGB Variations
Color information
#FB031D (or 0xFB031D) is known color: Torch Red. HEX triplet: FB, 03 and 1D. RGB value is (251,3,29). Sum of RGB (Red+Green+Blue) = 251+3+29=283 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.69% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 251 - color contains mainly: red. Hex color #FB031D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB031D is #04FCE2. Grayscale: #505050. Windows color (decimal): -326883 or 1901563. OLE color: 1901563.
HSL color Cylindrical-coordinate representation of color #FB031D: hue angle of 353.71º 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 #FB031D is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 29 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.02 |
| HSL | 353.71º | 0.98% | 0.5% | - |
| HSV(B) | 353.71º | 0.99% | 0.98% | - |
| XYZ | 40.04 | 20.66 | 3.04 | - |
| YUV | 80.12 | 99.16 | 249.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 29 | 0 | 0.99 | 0.88 | 0.02 | 353.71 | 0.98 | 0.5 |
| Hex | FB | 3 | 1D | 0 | 63 | 58 | 2 | 162 | 62 | 32 |
| Octal | 373 | 3 | 35 | 0 | 143 | 130 | 2 | 542 | 142 | 62 |
| Binary | 11111011 | 11 | 11101 | 0 | 1100011 | 1011000 | 10 | 101100010 | 1100010 | 110010 |
Color Harmonies of #FB031D
Complementary color
Monochromatic Colors of #FB031D
Black with #FB031D
Text Example
Text Example
White with #FB031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB031D; }
p { color: rgb(251,3,29); }
H1.HeaderClassName
{
color: #FB031D;
}
.AnyTagClassName
{
color: #FB031D;
}
</style>
background-color css
<style>
a { background-color: #FB031D; }
a { background-color: rgb(251,3,29); }
div.DivClassName
{
background-color: #FB031D;
}
.BgClassName
{
background-color: #FB031D;
}
</style>
border-color css
<style>
span { border-color: #FB031D; }
span { border-color: rgb(251,3,29); }
td.TdClassName
{
border-color: #FB031D;
}
.TagClassName
{
border-color: #FB031D;
}
</style>