Shades of Torch Red #FB0C33
Tints of Torch Red #FB0C33
RGB
CMYK
RGB Variations
Color information
#FB0C33 (or 0xFB0C33) is known color: Torch Red. HEX triplet: FB, 0C and 33. RGB value is (251,12,51). Sum of RGB (Red+Green+Blue) = 251+12+51=314 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.94% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0C33 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0C33 is #04F3CC. Grayscale: #575757. Windows color (decimal): -324557 or 3345659. OLE color: 3345659.
HSL color Cylindrical-coordinate representation of color #FB0C33: hue angle of 350.21º 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 #FB0C33 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 51 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.02 |
| HSL | 350.21º | 0.97% | 0.52% | - |
| HSV(B) | 350.21º | 0.95% | 0.98% | - |
| XYZ | 40.51 | 21.01 | 5.05 | - |
| YUV | 87.91 | 107.18 | 244.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 51 | 0 | 0.95 | 0.80 | 0.02 | 350.21 | 0.97 | 0.52 |
| Hex | FB | C | 33 | 0 | 5F | 50 | 2 | 15E | 61 | 34 |
| Octal | 373 | 14 | 63 | 0 | 137 | 120 | 2 | 536 | 141 | 64 |
| Binary | 11111011 | 1100 | 110011 | 0 | 1011111 | 1010000 | 10 | 101011110 | 1100001 | 110100 |
Color Harmonies of #FB0C33
Complementary color
Monochromatic Colors of #FB0C33
Black with #FB0C33
Text Example
Text Example
White with #FB0C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0C33; }
p { color: rgb(251,12,51); }
H1.HeaderClassName
{
color: #FB0C33;
}
.AnyTagClassName
{
color: #FB0C33;
}
</style>
background-color css
<style>
a { background-color: #FB0C33; }
a { background-color: rgb(251,12,51); }
div.DivClassName
{
background-color: #FB0C33;
}
.BgClassName
{
background-color: #FB0C33;
}
</style>
border-color css
<style>
span { border-color: #FB0C33; }
span { border-color: rgb(251,12,51); }
td.TdClassName
{
border-color: #FB0C33;
}
.TagClassName
{
border-color: #FB0C33;
}
</style>