Shades of Torch Red #FB1823
Tints of Torch Red #FB1823
RGB
CMYK
RGB Variations
Color information
#FB1823 (or 0xFB1823) is known color: Torch Red. HEX triplet: FB, 18 and 23. RGB value is (251,24,35). Sum of RGB (Red+Green+Blue) = 251+24+35=310 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.97% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1823 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1823 is #04E7DC. Grayscale: #5D5D5D. Windows color (decimal): -321501 or 2300155. OLE color: 2300155.
HSL color Cylindrical-coordinate representation of color #FB1823: hue angle of 357.09º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1823 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 35 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.02 |
| HSL | 357.09º | 0.97% | 0.54% | - |
| HSV(B) | 357.09º | 0.9% | 0.98% | - |
| XYZ | 40.41 | 21.28 | 3.57 | - |
| YUV | 93.13 | 95.21 | 240.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 35 | 0 | 0.90 | 0.86 | 0.02 | 357.09 | 0.97 | 0.54 |
| Hex | FB | 18 | 23 | 0 | 5A | 56 | 2 | 165 | 61 | 36 |
| Octal | 373 | 30 | 43 | 0 | 132 | 126 | 2 | 545 | 141 | 66 |
| Binary | 11111011 | 11000 | 100011 | 0 | 1011010 | 1010110 | 10 | 101100101 | 1100001 | 110110 |
Color Harmonies of #FB1823
Complementary color
Monochromatic Colors of #FB1823
Black with #FB1823
Text Example
Text Example
White with #FB1823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1823; }
p { color: rgb(251,24,35); }
H1.HeaderClassName
{
color: #FB1823;
}
.AnyTagClassName
{
color: #FB1823;
}
</style>
background-color css
<style>
a { background-color: #FB1823; }
a { background-color: rgb(251,24,35); }
div.DivClassName
{
background-color: #FB1823;
}
.BgClassName
{
background-color: #FB1823;
}
</style>
border-color css
<style>
span { border-color: #FB1823; }
span { border-color: rgb(251,24,35); }
td.TdClassName
{
border-color: #FB1823;
}
.TagClassName
{
border-color: #FB1823;
}
</style>