Shades of Torch Red #FB020D
Tints of Torch Red #FB020D
RGB
CMYK
RGB Variations
Color information
#FB020D (or 0xFB020D) is known color: Torch Red. HEX triplet: FB, 02 and 0D. RGB value is (251,2,13). Sum of RGB (Red+Green+Blue) = 251+2+13=266 (35% of max value = 765). Red value is 251 (98.44% from 255 or 94.36% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 251 - color contains mainly: red. Hex color #FB020D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB020D is #04FDF2. Grayscale: #4D4D4D. Windows color (decimal): -327155 or 852731. OLE color: 852731.
HSL color Cylindrical-coordinate representation of color #FB020D: hue angle of 357.35º 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 #FB020D is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 13 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.02 |
| HSL | 357.35º | 0.98% | 0.5% | - |
| HSV(B) | 357.35º | 0.99% | 0.98% | - |
| XYZ | 39.88 | 20.58 | 2.25 | - |
| YUV | 77.71 | 91.49 | 251.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 13 | 0 | 0.99 | 0.95 | 0.02 | 357.35 | 0.98 | 0.5 |
| Hex | FB | 2 | D | 0 | 63 | 5F | 2 | 165 | 62 | 32 |
| Octal | 373 | 2 | 15 | 0 | 143 | 137 | 2 | 545 | 142 | 62 |
| Binary | 11111011 | 10 | 1101 | 0 | 1100011 | 1011111 | 10 | 101100101 | 1100010 | 110010 |
Color Harmonies of #FB020D
Complementary color
Monochromatic Colors of #FB020D
Black with #FB020D
Text Example
Text Example
White with #FB020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB020D; }
p { color: rgb(251,2,13); }
H1.HeaderClassName
{
color: #FB020D;
}
.AnyTagClassName
{
color: #FB020D;
}
</style>
background-color css
<style>
a { background-color: #FB020D; }
a { background-color: rgb(251,2,13); }
div.DivClassName
{
background-color: #FB020D;
}
.BgClassName
{
background-color: #FB020D;
}
</style>
border-color css
<style>
span { border-color: #FB020D; }
span { border-color: rgb(251,2,13); }
td.TdClassName
{
border-color: #FB020D;
}
.TagClassName
{
border-color: #FB020D;
}
</style>