Shades of Torch Red #FB0A30
Tints of Torch Red #FB0A30
RGB
CMYK
RGB Variations
Color information
#FB0A30 (or 0xFB0A30) is known color: Torch Red. HEX triplet: FB, 0A and 30. RGB value is (251,10,48). Sum of RGB (Red+Green+Blue) = 251+10+48=309 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.23% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0A30 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0A30 is #04F5CF. Grayscale: #565656. Windows color (decimal): -325072 or 3148539. OLE color: 3148539.
HSL color Cylindrical-coordinate representation of color #FB0A30: hue angle of 350.54º 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 #FB0A30 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 48 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.02 |
| HSL | 350.54º | 0.97% | 0.51% | - |
| HSV(B) | 350.54º | 0.96% | 0.98% | - |
| XYZ | 40.43 | 20.94 | 4.71 | - |
| YUV | 86.39 | 106.34 | 245.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 48 | 0 | 0.96 | 0.81 | 0.02 | 350.54 | 0.97 | 0.51 |
| Hex | FB | A | 30 | 0 | 60 | 51 | 2 | 15F | 61 | 33 |
| Octal | 373 | 12 | 60 | 0 | 140 | 121 | 2 | 537 | 141 | 63 |
| Binary | 11111011 | 1010 | 110000 | 0 | 1100000 | 1010001 | 10 | 101011111 | 1100001 | 110011 |
Color Harmonies of #FB0A30
Complementary color
Monochromatic Colors of #FB0A30
Black with #FB0A30
Text Example
Text Example
White with #FB0A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0A30; }
p { color: rgb(251,10,48); }
H1.HeaderClassName
{
color: #FB0A30;
}
.AnyTagClassName
{
color: #FB0A30;
}
</style>
background-color css
<style>
a { background-color: #FB0A30; }
a { background-color: rgb(251,10,48); }
div.DivClassName
{
background-color: #FB0A30;
}
.BgClassName
{
background-color: #FB0A30;
}
</style>
border-color css
<style>
span { border-color: #FB0A30; }
span { border-color: rgb(251,10,48); }
td.TdClassName
{
border-color: #FB0A30;
}
.TagClassName
{
border-color: #FB0A30;
}
</style>