Shades of Torch Red #FB0D2D
Tints of Torch Red #FB0D2D
RGB
CMYK
RGB Variations
Color information
#FB0D2D (or 0xFB0D2D) is known color: Torch Red. HEX triplet: FB, 0D and 2D. RGB value is (251,13,45). Sum of RGB (Red+Green+Blue) = 251+13+45=309 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.23% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0D2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0D2D is #04F2D2. Grayscale: #575757. Windows color (decimal): -324307 or 2952699. OLE color: 2952699.
HSL color Cylindrical-coordinate representation of color #FB0D2D: hue angle of 351.93º 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 #FB0D2D is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 13 | 45 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.02 |
| HSL | 351.93º | 0.97% | 0.52% | - |
| HSV(B) | 351.93º | 0.95% | 0.98% | - |
| XYZ | 40.4 | 20.99 | 4.4 | - |
| YUV | 87.81 | 103.85 | 244.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 45 | 0 | 0.95 | 0.82 | 0.02 | 351.93 | 0.97 | 0.52 |
| Hex | FB | D | 2D | 0 | 5F | 52 | 2 | 160 | 61 | 34 |
| Octal | 373 | 15 | 55 | 0 | 137 | 122 | 2 | 540 | 141 | 64 |
| Binary | 11111011 | 1101 | 101101 | 0 | 1011111 | 1010010 | 10 | 101100000 | 1100001 | 110100 |
Color Harmonies of #FB0D2D
Complementary color
Monochromatic Colors of #FB0D2D
Black with #FB0D2D
Text Example
Text Example
White with #FB0D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0D2D; }
p { color: rgb(251,13,45); }
H1.HeaderClassName
{
color: #FB0D2D;
}
.AnyTagClassName
{
color: #FB0D2D;
}
</style>
background-color css
<style>
a { background-color: #FB0D2D; }
a { background-color: rgb(251,13,45); }
div.DivClassName
{
background-color: #FB0D2D;
}
.BgClassName
{
background-color: #FB0D2D;
}
</style>
border-color css
<style>
span { border-color: #FB0D2D; }
span { border-color: rgb(251,13,45); }
td.TdClassName
{
border-color: #FB0D2D;
}
.TagClassName
{
border-color: #FB0D2D;
}
</style>