Shades of Torch Red #FB0B42
Tints of Torch Red #FB0B42
RGB
CMYK
RGB Variations
Color information
#FB0B42 (or 0xFB0B42) is known color: Torch Red. HEX triplet: FB, 0B and 42. RGB value is (251,11,66). Sum of RGB (Red+Green+Blue) = 251+11+66=328 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.52% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0B42 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0B42 is #04F4BD. Grayscale: #595959. Windows color (decimal): -324798 or 4328443. OLE color: 4328443.
HSL color Cylindrical-coordinate representation of color #FB0B42: hue angle of 346.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0B42 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 11 | 66 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.02 |
| HSL | 346.25º | 0.97% | 0.51% | - |
| HSV(B) | 346.25º | 0.96% | 0.98% | - |
| XYZ | 40.89 | 21.14 | 7.08 | - |
| YUV | 89.03 | 115.01 | 243.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 11 | 66 | 0 | 0.96 | 0.74 | 0.02 | 346.25 | 0.97 | 0.51 |
| Hex | FB | B | 42 | 0 | 60 | 4A | 2 | 15A | 61 | 33 |
| Octal | 373 | 13 | 102 | 0 | 140 | 112 | 2 | 532 | 141 | 63 |
| Binary | 11111011 | 1011 | 1000010 | 0 | 1100000 | 1001010 | 10 | 101011010 | 1100001 | 110011 |
Color Harmonies of #FB0B42
Complementary color
Monochromatic Colors of #FB0B42
Black with #FB0B42
Text Example
Text Example
White with #FB0B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0B42; }
p { color: rgb(251,11,66); }
H1.HeaderClassName
{
color: #FB0B42;
}
.AnyTagClassName
{
color: #FB0B42;
}
</style>
background-color css
<style>
a { background-color: #FB0B42; }
a { background-color: rgb(251,11,66); }
div.DivClassName
{
background-color: #FB0B42;
}
.BgClassName
{
background-color: #FB0B42;
}
</style>
border-color css
<style>
span { border-color: #FB0B42; }
span { border-color: rgb(251,11,66); }
td.TdClassName
{
border-color: #FB0B42;
}
.TagClassName
{
border-color: #FB0B42;
}
</style>