Shades of Torch Red #FB1842
Tints of Torch Red #FB1842
RGB
CMYK
RGB Variations
Color information
#FB1842 (or 0xFB1842) is known color: Torch Red. HEX triplet: FB, 18 and 42. RGB value is (251,24,66). Sum of RGB (Red+Green+Blue) = 251+24+66=341 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.61% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1842 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1842 is #04E7BD. Grayscale: #606060. Windows color (decimal): -321470 or 4331771. OLE color: 4331771.
HSL color Cylindrical-coordinate representation of color #FB1842: hue angle of 348.9º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1842 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 66 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.02 |
| HSL | 348.9º | 0.97% | 0.54% | - |
| HSV(B) | 348.9º | 0.9% | 0.98% | - |
| XYZ | 41.09 | 21.56 | 7.15 | - |
| YUV | 96.66 | 110.71 | 238.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 66 | 0 | 0.90 | 0.74 | 0.02 | 348.9 | 0.97 | 0.54 |
| Hex | FB | 18 | 42 | 0 | 5A | 4A | 2 | 15D | 61 | 36 |
| Octal | 373 | 30 | 102 | 0 | 132 | 112 | 2 | 535 | 141 | 66 |
| Binary | 11111011 | 11000 | 1000010 | 0 | 1011010 | 1001010 | 10 | 101011101 | 1100001 | 110110 |
Color Harmonies of #FB1842
Complementary color
Monochromatic Colors of #FB1842
Black with #FB1842
Text Example
Text Example
White with #FB1842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1842; }
p { color: rgb(251,24,66); }
H1.HeaderClassName
{
color: #FB1842;
}
.AnyTagClassName
{
color: #FB1842;
}
</style>
background-color css
<style>
a { background-color: #FB1842; }
a { background-color: rgb(251,24,66); }
div.DivClassName
{
background-color: #FB1842;
}
.BgClassName
{
background-color: #FB1842;
}
</style>
border-color css
<style>
span { border-color: #FB1842; }
span { border-color: rgb(251,24,66); }
td.TdClassName
{
border-color: #FB1842;
}
.TagClassName
{
border-color: #FB1842;
}
</style>