Shades of Torch Red #FB1029
Tints of Torch Red #FB1029
RGB
CMYK
RGB Variations
Color information
#FB1029 (or 0xFB1029) is known color: Torch Red. HEX triplet: FB, 10 and 29. RGB value is (251,16,41). Sum of RGB (Red+Green+Blue) = 251+16+41=308 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.49% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1029 is #04EFD6. Grayscale: #595959. Windows color (decimal): -323543 or 2691323. OLE color: 2691323.
HSL color Cylindrical-coordinate representation of color #FB1029: hue angle of 353.62º 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 #FB1029 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 41 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.02 |
| HSL | 353.62º | 0.97% | 0.52% | - |
| HSV(B) | 353.62º | 0.94% | 0.98% | - |
| XYZ | 40.37 | 21.04 | 4.03 | - |
| YUV | 89.12 | 100.86 | 243.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 41 | 0 | 0.94 | 0.84 | 0.02 | 353.62 | 0.97 | 0.52 |
| Hex | FB | 10 | 29 | 0 | 5E | 54 | 2 | 162 | 61 | 34 |
| Octal | 373 | 20 | 51 | 0 | 136 | 124 | 2 | 542 | 141 | 64 |
| Binary | 11111011 | 10000 | 101001 | 0 | 1011110 | 1010100 | 10 | 101100010 | 1100001 | 110100 |
Color Harmonies of #FB1029
Complementary color
Monochromatic Colors of #FB1029
Black with #FB1029
Text Example
Text Example
White with #FB1029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1029; }
p { color: rgb(251,16,41); }
H1.HeaderClassName
{
color: #FB1029;
}
.AnyTagClassName
{
color: #FB1029;
}
</style>
background-color css
<style>
a { background-color: #FB1029; }
a { background-color: rgb(251,16,41); }
div.DivClassName
{
background-color: #FB1029;
}
.BgClassName
{
background-color: #FB1029;
}
</style>
border-color css
<style>
span { border-color: #FB1029; }
span { border-color: rgb(251,16,41); }
td.TdClassName
{
border-color: #FB1029;
}
.TagClassName
{
border-color: #FB1029;
}
</style>