Shades of Torch Red #FB0E2B
Tints of Torch Red #FB0E2B
RGB
CMYK
RGB Variations
Color information
#FB0E2B (or 0xFB0E2B) is known color: Torch Red. HEX triplet: FB, 0E and 2B. RGB value is (251,14,43). Sum of RGB (Red+Green+Blue) = 251+14+43=308 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.49% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0E2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0E2B is #04F1D4. Grayscale: #585858. Windows color (decimal): -324053 or 2821883. OLE color: 2821883.
HSL color Cylindrical-coordinate representation of color #FB0E2B: hue angle of 352.66º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0E2B is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 14 | 43 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.02 |
| HSL | 352.66º | 0.97% | 0.52% | - |
| HSV(B) | 352.66º | 0.94% | 0.98% | - |
| XYZ | 40.38 | 21 | 4.21 | - |
| YUV | 88.17 | 102.52 | 244.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 14 | 43 | 0 | 0.94 | 0.83 | 0.02 | 352.66 | 0.97 | 0.52 |
| Hex | FB | E | 2B | 0 | 5E | 53 | 2 | 161 | 61 | 34 |
| Octal | 373 | 16 | 53 | 0 | 136 | 123 | 2 | 541 | 141 | 64 |
| Binary | 11111011 | 1110 | 101011 | 0 | 1011110 | 1010011 | 10 | 101100001 | 1100001 | 110100 |
Color Harmonies of #FB0E2B
Complementary color
Monochromatic Colors of #FB0E2B
Black with #FB0E2B
Text Example
Text Example
White with #FB0E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0E2B; }
p { color: rgb(251,14,43); }
H1.HeaderClassName
{
color: #FB0E2B;
}
.AnyTagClassName
{
color: #FB0E2B;
}
</style>
background-color css
<style>
a { background-color: #FB0E2B; }
a { background-color: rgb(251,14,43); }
div.DivClassName
{
background-color: #FB0E2B;
}
.BgClassName
{
background-color: #FB0E2B;
}
</style>
border-color css
<style>
span { border-color: #FB0E2B; }
span { border-color: rgb(251,14,43); }
td.TdClassName
{
border-color: #FB0E2B;
}
.TagClassName
{
border-color: #FB0E2B;
}
</style>