Shades of Torch Red #FB0244
Tints of Torch Red #FB0244
RGB
CMYK
RGB Variations
Color information
#FB0244 (or 0xFB0244) is known color: Torch Red. HEX triplet: FB, 02 and 44. RGB value is (251,2,68). Sum of RGB (Red+Green+Blue) = 251+2+68=321 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.19% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0244 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0244 is #04FDBB. Grayscale: #535353. Windows color (decimal): -327100 or 4457211. OLE color: 4457211.
HSL color Cylindrical-coordinate representation of color #FB0244: hue angle of 344.1º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB0244 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 68 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.02 |
| HSL | 344.1º | 0.98% | 0.5% | - |
| HSV(B) | 344.1º | 0.99% | 0.98% | - |
| XYZ | 40.85 | 20.97 | 7.36 | - |
| YUV | 83.98 | 118.99 | 247.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 68 | 0 | 0.99 | 0.73 | 0.02 | 344.1 | 0.98 | 0.5 |
| Hex | FB | 2 | 44 | 0 | 63 | 49 | 2 | 158 | 62 | 32 |
| Octal | 373 | 2 | 104 | 0 | 143 | 111 | 2 | 530 | 142 | 62 |
| Binary | 11111011 | 10 | 1000100 | 0 | 1100011 | 1001001 | 10 | 101011000 | 1100010 | 110010 |
Color Harmonies of #FB0244
Complementary color
Monochromatic Colors of #FB0244
Black with #FB0244
Text Example
Text Example
White with #FB0244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0244; }
p { color: rgb(251,2,68); }
H1.HeaderClassName
{
color: #FB0244;
}
.AnyTagClassName
{
color: #FB0244;
}
</style>
background-color css
<style>
a { background-color: #FB0244; }
a { background-color: rgb(251,2,68); }
div.DivClassName
{
background-color: #FB0244;
}
.BgClassName
{
background-color: #FB0244;
}
</style>
border-color css
<style>
span { border-color: #FB0244; }
span { border-color: rgb(251,2,68); }
td.TdClassName
{
border-color: #FB0244;
}
.TagClassName
{
border-color: #FB0244;
}
</style>