Shades of Torch Red #FB1323
Tints of Torch Red #FB1323
RGB
CMYK
RGB Variations
Color information
#FB1323 (or 0xFB1323) is known color: Torch Red. HEX triplet: FB, 13 and 23. RGB value is (251,19,35). Sum of RGB (Red+Green+Blue) = 251+19+35=305 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.30% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1323 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1323 is #04ECDC. Grayscale: #5A5A5A. Windows color (decimal): -322781 or 2298875. OLE color: 2298875.
HSL color Cylindrical-coordinate representation of color #FB1323: hue angle of 355.86º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB1323 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 35 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.02 |
| HSL | 355.86º | 0.97% | 0.53% | - |
| HSV(B) | 355.86º | 0.92% | 0.98% | - |
| XYZ | 40.32 | 21.1 | 3.54 | - |
| YUV | 90.19 | 96.86 | 242.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 35 | 0 | 0.92 | 0.86 | 0.02 | 355.86 | 0.97 | 0.53 |
| Hex | FB | 13 | 23 | 0 | 5C | 56 | 2 | 164 | 61 | 35 |
| Octal | 373 | 23 | 43 | 0 | 134 | 126 | 2 | 544 | 141 | 65 |
| Binary | 11111011 | 10011 | 100011 | 0 | 1011100 | 1010110 | 10 | 101100100 | 1100001 | 110101 |
Color Harmonies of #FB1323
Complementary color
Monochromatic Colors of #FB1323
Black with #FB1323
Text Example
Text Example
White with #FB1323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1323; }
p { color: rgb(251,19,35); }
H1.HeaderClassName
{
color: #FB1323;
}
.AnyTagClassName
{
color: #FB1323;
}
</style>
background-color css
<style>
a { background-color: #FB1323; }
a { background-color: rgb(251,19,35); }
div.DivClassName
{
background-color: #FB1323;
}
.BgClassName
{
background-color: #FB1323;
}
</style>
border-color css
<style>
span { border-color: #FB1323; }
span { border-color: rgb(251,19,35); }
td.TdClassName
{
border-color: #FB1323;
}
.TagClassName
{
border-color: #FB1323;
}
</style>