Shades of Torch Red #FB0A2A
Tints of Torch Red #FB0A2A
RGB
CMYK
RGB Variations
Color information
#FB0A2A (or 0xFB0A2A) is known color: Torch Red. HEX triplet: FB, 0A and 2A. RGB value is (251,10,42). Sum of RGB (Red+Green+Blue) = 251+10+42=303 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.84% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0A2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0A2A is #04F5D5. Grayscale: #555555. Windows color (decimal): -325078 or 2755323. OLE color: 2755323.
HSL color Cylindrical-coordinate representation of color #FB0A2A: hue angle of 352.03º 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 #FB0A2A is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 42 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.02 |
| HSL | 352.03º | 0.97% | 0.51% | - |
| HSV(B) | 352.03º | 0.96% | 0.98% | - |
| XYZ | 40.31 | 20.89 | 4.1 | - |
| YUV | 85.71 | 103.34 | 245.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 42 | 0 | 0.96 | 0.83 | 0.02 | 352.03 | 0.97 | 0.51 |
| Hex | FB | A | 2A | 0 | 60 | 53 | 2 | 160 | 61 | 33 |
| Octal | 373 | 12 | 52 | 0 | 140 | 123 | 2 | 540 | 141 | 63 |
| Binary | 11111011 | 1010 | 101010 | 0 | 1100000 | 1010011 | 10 | 101100000 | 1100001 | 110011 |
Color Harmonies of #FB0A2A
Complementary color
Monochromatic Colors of #FB0A2A
Black with #FB0A2A
Text Example
Text Example
White with #FB0A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0A2A; }
p { color: rgb(251,10,42); }
H1.HeaderClassName
{
color: #FB0A2A;
}
.AnyTagClassName
{
color: #FB0A2A;
}
</style>
background-color css
<style>
a { background-color: #FB0A2A; }
a { background-color: rgb(251,10,42); }
div.DivClassName
{
background-color: #FB0A2A;
}
.BgClassName
{
background-color: #FB0A2A;
}
</style>
border-color css
<style>
span { border-color: #FB0A2A; }
span { border-color: rgb(251,10,42); }
td.TdClassName
{
border-color: #FB0A2A;
}
.TagClassName
{
border-color: #FB0A2A;
}
</style>