Shades of Torch Red #FB0C29
Tints of Torch Red #FB0C29
RGB
CMYK
RGB Variations
Color information
#FB0C29 (or 0xFB0C29) is known color: Torch Red. HEX triplet: FB, 0C and 29. RGB value is (251,12,41). Sum of RGB (Red+Green+Blue) = 251+12+41=304 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.57% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0C29 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0C29 is #04F3D6. Grayscale: #565656. Windows color (decimal): -324567 or 2690299. OLE color: 2690299.
HSL color Cylindrical-coordinate representation of color #FB0C29: hue angle of 352.72º 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 #FB0C29 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 41 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.02 |
| HSL | 352.72º | 0.97% | 0.52% | - |
| HSV(B) | 352.72º | 0.95% | 0.98% | - |
| XYZ | 40.32 | 20.93 | 4.01 | - |
| YUV | 86.77 | 102.18 | 245.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 41 | 0 | 0.95 | 0.84 | 0.02 | 352.72 | 0.97 | 0.52 |
| Hex | FB | C | 29 | 0 | 5F | 54 | 2 | 161 | 61 | 34 |
| Octal | 373 | 14 | 51 | 0 | 137 | 124 | 2 | 541 | 141 | 64 |
| Binary | 11111011 | 1100 | 101001 | 0 | 1011111 | 1010100 | 10 | 101100001 | 1100001 | 110100 |
Color Harmonies of #FB0C29
Complementary color
Monochromatic Colors of #FB0C29
Black with #FB0C29
Text Example
Text Example
White with #FB0C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0C29; }
p { color: rgb(251,12,41); }
H1.HeaderClassName
{
color: #FB0C29;
}
.AnyTagClassName
{
color: #FB0C29;
}
</style>
background-color css
<style>
a { background-color: #FB0C29; }
a { background-color: rgb(251,12,41); }
div.DivClassName
{
background-color: #FB0C29;
}
.BgClassName
{
background-color: #FB0C29;
}
</style>
border-color css
<style>
span { border-color: #FB0C29; }
span { border-color: rgb(251,12,41); }
td.TdClassName
{
border-color: #FB0C29;
}
.TagClassName
{
border-color: #FB0C29;
}
</style>