Shades of Torch Red #FB243F
Tints of Torch Red #FB243F
RGB
CMYK
RGB Variations
Color information
#FB243F (or 0xFB243F) is known color: Torch Red. HEX triplet: FB, 24 and 3F. RGB value is (251,36,63). Sum of RGB (Red+Green+Blue) = 251+36+63=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB243F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB243F is #04DBC0. Grayscale: #676767. Windows color (decimal): -318401 or 4138235. OLE color: 4138235.
HSL color Cylindrical-coordinate representation of color #FB243F: hue angle of 352.47º 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 #FB243F is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 36 | 63 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.02 |
| HSL | 352.47º | 0.96% | 0.56% | - |
| HSV(B) | 352.47º | 0.86% | 0.98% | - |
| XYZ | 41.31 | 22.13 | 6.8 | - |
| YUV | 103.36 | 105.23 | 233.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 36 | 63 | 0 | 0.86 | 0.75 | 0.02 | 352.47 | 0.96 | 0.56 |
| Hex | FB | 24 | 3F | 0 | 56 | 4B | 2 | 160 | 60 | 38 |
| Octal | 373 | 44 | 77 | 0 | 126 | 113 | 2 | 540 | 140 | 70 |
| Binary | 11111011 | 100100 | 111111 | 0 | 1010110 | 1001011 | 10 | 101100000 | 1100000 | 111000 |
Color Harmonies of #FB243F
Complementary color
Monochromatic Colors of #FB243F
Black with #FB243F
Text Example
Text Example
White with #FB243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB243F; }
p { color: rgb(251,36,63); }
H1.HeaderClassName
{
color: #FB243F;
}
.AnyTagClassName
{
color: #FB243F;
}
</style>
background-color css
<style>
a { background-color: #FB243F; }
a { background-color: rgb(251,36,63); }
div.DivClassName
{
background-color: #FB243F;
}
.BgClassName
{
background-color: #FB243F;
}
</style>
border-color css
<style>
span { border-color: #FB243F; }
span { border-color: rgb(251,36,63); }
td.TdClassName
{
border-color: #FB243F;
}
.TagClassName
{
border-color: #FB243F;
}
</style>