Shades of Torch Red #FB213D
Tints of Torch Red #FB213D
RGB
CMYK
RGB Variations
Color information
#FB213D (or 0xFB213D) is known color: Torch Red. HEX triplet: FB, 21 and 3D. RGB value is (251,33,61). Sum of RGB (Red+Green+Blue) = 251+33+61=345 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.75% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 251 - color contains mainly: red. Hex color #FB213D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB213D is #04DEC2. Grayscale: #656565. Windows color (decimal): -319171 or 4006395. OLE color: 4006395.
HSL color Cylindrical-coordinate representation of color #FB213D: hue angle of 352.29º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB213D is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 61 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.02 |
| HSL | 352.29º | 0.96% | 0.56% | - |
| HSV(B) | 352.29º | 0.87% | 0.98% | - |
| XYZ | 41.17 | 21.93 | 6.48 | - |
| YUV | 101.37 | 105.22 | 234.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 61 | 0 | 0.87 | 0.76 | 0.02 | 352.29 | 0.96 | 0.56 |
| Hex | FB | 21 | 3D | 0 | 57 | 4C | 2 | 160 | 60 | 38 |
| Octal | 373 | 41 | 75 | 0 | 127 | 114 | 2 | 540 | 140 | 70 |
| Binary | 11111011 | 100001 | 111101 | 0 | 1010111 | 1001100 | 10 | 101100000 | 1100000 | 111000 |
Color Harmonies of #FB213D
Complementary color
Monochromatic Colors of #FB213D
Black with #FB213D
Text Example
Text Example
White with #FB213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB213D; }
p { color: rgb(251,33,61); }
H1.HeaderClassName
{
color: #FB213D;
}
.AnyTagClassName
{
color: #FB213D;
}
</style>
background-color css
<style>
a { background-color: #FB213D; }
a { background-color: rgb(251,33,61); }
div.DivClassName
{
background-color: #FB213D;
}
.BgClassName
{
background-color: #FB213D;
}
</style>
border-color css
<style>
span { border-color: #FB213D; }
span { border-color: rgb(251,33,61); }
td.TdClassName
{
border-color: #FB213D;
}
.TagClassName
{
border-color: #FB213D;
}
</style>