Shades of Torch Red #FB2242
Tints of Torch Red #FB2242
RGB
CMYK
RGB Variations
Color information
#FB2242 (or 0xFB2242) is known color: Torch Red. HEX triplet: FB, 22 and 42. RGB value is (251,34,66). Sum of RGB (Red+Green+Blue) = 251+34+66=351 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.51% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2242 is #04DDBD. Grayscale: #666666. Windows color (decimal): -318910 or 4334331. OLE color: 4334331.
HSL color Cylindrical-coordinate representation of color #FB2242: hue angle of 351.15º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB2242 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 34 | 66 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.02 |
| HSL | 351.15º | 0.96% | 0.56% | - |
| HSV(B) | 351.15º | 0.86% | 0.98% | - |
| XYZ | 41.34 | 22.05 | 7.23 | - |
| YUV | 102.53 | 107.39 | 233.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 34 | 66 | 0 | 0.86 | 0.74 | 0.02 | 351.15 | 0.96 | 0.56 |
| Hex | FB | 22 | 42 | 0 | 56 | 4A | 2 | 15F | 60 | 38 |
| Octal | 373 | 42 | 102 | 0 | 126 | 112 | 2 | 537 | 140 | 70 |
| Binary | 11111011 | 100010 | 1000010 | 0 | 1010110 | 1001010 | 10 | 101011111 | 1100000 | 111000 |
Color Harmonies of #FB2242
Complementary color
Monochromatic Colors of #FB2242
Black with #FB2242
Text Example
Text Example
White with #FB2242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2242; }
p { color: rgb(251,34,66); }
H1.HeaderClassName
{
color: #FB2242;
}
.AnyTagClassName
{
color: #FB2242;
}
</style>
background-color css
<style>
a { background-color: #FB2242; }
a { background-color: rgb(251,34,66); }
div.DivClassName
{
background-color: #FB2242;
}
.BgClassName
{
background-color: #FB2242;
}
</style>
border-color css
<style>
span { border-color: #FB2242; }
span { border-color: rgb(251,34,66); }
td.TdClassName
{
border-color: #FB2242;
}
.TagClassName
{
border-color: #FB2242;
}
</style>