Shades of Torch Red #FB0C23
Tints of Torch Red #FB0C23
RGB
CMYK
RGB Variations
Color information
#FB0C23 (or 0xFB0C23) is known color: Torch Red. HEX triplet: FB, 0C and 23. RGB value is (251,12,35). Sum of RGB (Red+Green+Blue) = 251+12+35=298 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.23% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 35 (14.06% from 255 or 11.74% from 298); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0C23 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0C23 is #04F3DC. Grayscale: #565656. Windows color (decimal): -324573 or 2297083. OLE color: 2297083.
HSL color Cylindrical-coordinate representation of color #FB0C23: hue angle of 354.23º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0C23 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 35 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.02 |
| HSL | 354.23º | 0.97% | 0.52% | - |
| HSV(B) | 354.23º | 0.95% | 0.98% | - |
| XYZ | 40.22 | 20.89 | 3.5 | - |
| YUV | 86.08 | 99.18 | 245.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 35 | 0 | 0.95 | 0.86 | 0.02 | 354.23 | 0.97 | 0.52 |
| Hex | FB | C | 23 | 0 | 5F | 56 | 2 | 162 | 61 | 34 |
| Octal | 373 | 14 | 43 | 0 | 137 | 126 | 2 | 542 | 141 | 64 |
| Binary | 11111011 | 1100 | 100011 | 0 | 1011111 | 1010110 | 10 | 101100010 | 1100001 | 110100 |
Color Harmonies of #FB0C23
Complementary color
Monochromatic Colors of #FB0C23
Black with #FB0C23
Text Example
Text Example
White with #FB0C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0C23; }
p { color: rgb(251,12,35); }
H1.HeaderClassName
{
color: #FB0C23;
}
.AnyTagClassName
{
color: #FB0C23;
}
</style>
background-color css
<style>
a { background-color: #FB0C23; }
a { background-color: rgb(251,12,35); }
div.DivClassName
{
background-color: #FB0C23;
}
.BgClassName
{
background-color: #FB0C23;
}
</style>
border-color css
<style>
span { border-color: #FB0C23; }
span { border-color: rgb(251,12,35); }
td.TdClassName
{
border-color: #FB0C23;
}
.TagClassName
{
border-color: #FB0C23;
}
</style>