Shades of Torch Red #FB2143
Tints of Torch Red #FB2143
RGB
CMYK
RGB Variations
Color information
#FB2143 (or 0xFB2143) is known color: Torch Red. HEX triplet: FB, 21 and 43. RGB value is (251,33,67). Sum of RGB (Red+Green+Blue) = 251+33+67=351 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.51% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2143 is #04DEBC. Grayscale: #666666. Windows color (decimal): -319165 or 4399611. OLE color: 4399611.
HSL color Cylindrical-coordinate representation of color #FB2143: hue angle of 350.64º 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 #FB2143 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 67 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.02 |
| HSL | 350.64º | 0.96% | 0.56% | - |
| HSV(B) | 350.64º | 0.87% | 0.98% | - |
| XYZ | 41.34 | 22 | 7.38 | - |
| YUV | 102.06 | 108.22 | 234.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 67 | 0 | 0.87 | 0.73 | 0.02 | 350.64 | 0.96 | 0.56 |
| Hex | FB | 21 | 43 | 0 | 57 | 49 | 2 | 15F | 60 | 38 |
| Octal | 373 | 41 | 103 | 0 | 127 | 111 | 2 | 537 | 140 | 70 |
| Binary | 11111011 | 100001 | 1000011 | 0 | 1010111 | 1001001 | 10 | 101011111 | 1100000 | 111000 |
Color Harmonies of #FB2143
Complementary color
Monochromatic Colors of #FB2143
Black with #FB2143
Text Example
Text Example
White with #FB2143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2143; }
p { color: rgb(251,33,67); }
H1.HeaderClassName
{
color: #FB2143;
}
.AnyTagClassName
{
color: #FB2143;
}
</style>
background-color css
<style>
a { background-color: #FB2143; }
a { background-color: rgb(251,33,67); }
div.DivClassName
{
background-color: #FB2143;
}
.BgClassName
{
background-color: #FB2143;
}
</style>
border-color css
<style>
span { border-color: #FB2143; }
span { border-color: rgb(251,33,67); }
td.TdClassName
{
border-color: #FB2143;
}
.TagClassName
{
border-color: #FB2143;
}
</style>