Shades of Torch Red #FB223F
Tints of Torch Red #FB223F
RGB
CMYK
RGB Variations
Color information
#FB223F (or 0xFB223F) is known color: Torch Red. HEX triplet: FB, 22 and 3F. RGB value is (251,34,63). Sum of RGB (Red+Green+Blue) = 251+34+63=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB223F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB223F is #04DDC0. Grayscale: #666666. Windows color (decimal): -318913 or 4137723. OLE color: 4137723.
HSL color Cylindrical-coordinate representation of color #FB223F: hue angle of 351.98º 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 #FB223F is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 34 | 63 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.02 |
| HSL | 351.98º | 0.96% | 0.56% | - |
| HSV(B) | 351.98º | 0.86% | 0.98% | - |
| XYZ | 41.25 | 22.01 | 6.78 | - |
| YUV | 102.19 | 105.89 | 234.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 34 | 63 | 0 | 0.86 | 0.75 | 0.02 | 351.98 | 0.96 | 0.56 |
| Hex | FB | 22 | 3F | 0 | 56 | 4B | 2 | 160 | 60 | 38 |
| Octal | 373 | 42 | 77 | 0 | 126 | 113 | 2 | 540 | 140 | 70 |
| Binary | 11111011 | 100010 | 111111 | 0 | 1010110 | 1001011 | 10 | 101100000 | 1100000 | 111000 |
Color Harmonies of #FB223F
Complementary color
Monochromatic Colors of #FB223F
Black with #FB223F
Text Example
Text Example
White with #FB223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB223F; }
p { color: rgb(251,34,63); }
H1.HeaderClassName
{
color: #FB223F;
}
.AnyTagClassName
{
color: #FB223F;
}
</style>
background-color css
<style>
a { background-color: #FB223F; }
a { background-color: rgb(251,34,63); }
div.DivClassName
{
background-color: #FB223F;
}
.BgClassName
{
background-color: #FB223F;
}
</style>
border-color css
<style>
span { border-color: #FB223F; }
span { border-color: rgb(251,34,63); }
td.TdClassName
{
border-color: #FB223F;
}
.TagClassName
{
border-color: #FB223F;
}
</style>