Shades of Torch Red #FB0442
Tints of Torch Red #FB0442
RGB
CMYK
RGB Variations
Color information
#FB0442 (or 0xFB0442) is known color: Torch Red. HEX triplet: FB, 04 and 42. RGB value is (251,4,66). Sum of RGB (Red+Green+Blue) = 251+4+66=321 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.19% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0442 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0442 is #04FBBD. Grayscale: #545454. Windows color (decimal): -326590 or 4326651. OLE color: 4326651.
HSL color Cylindrical-coordinate representation of color #FB0442: hue angle of 344.94º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB0442 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 66 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.02 |
| HSL | 344.94º | 0.97% | 0.5% | - |
| HSV(B) | 344.94º | 0.98% | 0.98% | - |
| XYZ | 40.81 | 20.99 | 7.05 | - |
| YUV | 84.92 | 117.33 | 246.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 66 | 0 | 0.98 | 0.74 | 0.02 | 344.94 | 0.97 | 0.5 |
| Hex | FB | 4 | 42 | 0 | 62 | 4A | 2 | 159 | 61 | 32 |
| Octal | 373 | 4 | 102 | 0 | 142 | 112 | 2 | 531 | 141 | 62 |
| Binary | 11111011 | 100 | 1000010 | 0 | 1100010 | 1001010 | 10 | 101011001 | 1100001 | 110010 |
Color Harmonies of #FB0442
Complementary color
Monochromatic Colors of #FB0442
Black with #FB0442
Text Example
Text Example
White with #FB0442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0442; }
p { color: rgb(251,4,66); }
H1.HeaderClassName
{
color: #FB0442;
}
.AnyTagClassName
{
color: #FB0442;
}
</style>
background-color css
<style>
a { background-color: #FB0442; }
a { background-color: rgb(251,4,66); }
div.DivClassName
{
background-color: #FB0442;
}
.BgClassName
{
background-color: #FB0442;
}
</style>
border-color css
<style>
span { border-color: #FB0442; }
span { border-color: rgb(251,4,66); }
td.TdClassName
{
border-color: #FB0442;
}
.TagClassName
{
border-color: #FB0442;
}
</style>