Shades of Torch Red #FB233E
Tints of Torch Red #FB233E
RGB
CMYK
RGB Variations
Color information
#FB233E (or 0xFB233E) is known color: Torch Red. HEX triplet: FB, 23 and 3E. RGB value is (251,35,62). Sum of RGB (Red+Green+Blue) = 251+35+62=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB233E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB233E is #04DCC1. Grayscale: #666666. Windows color (decimal): -318658 or 4072443. OLE color: 4072443.
HSL color Cylindrical-coordinate representation of color #FB233E: hue angle of 352.5º 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 #FB233E is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 35 | 62 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.02 |
| HSL | 352.5º | 0.96% | 0.56% | - |
| HSV(B) | 352.5º | 0.86% | 0.98% | - |
| XYZ | 41.25 | 22.06 | 6.64 | - |
| YUV | 102.66 | 105.06 | 233.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 35 | 62 | 0 | 0.86 | 0.75 | 0.02 | 352.5 | 0.96 | 0.56 |
| Hex | FB | 23 | 3E | 0 | 56 | 4B | 2 | 160 | 60 | 38 |
| Octal | 373 | 43 | 76 | 0 | 126 | 113 | 2 | 540 | 140 | 70 |
| Binary | 11111011 | 100011 | 111110 | 0 | 1010110 | 1001011 | 10 | 101100000 | 1100000 | 111000 |
Color Harmonies of #FB233E
Complementary color
Monochromatic Colors of #FB233E
Black with #FB233E
Text Example
Text Example
White with #FB233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB233E; }
p { color: rgb(251,35,62); }
H1.HeaderClassName
{
color: #FB233E;
}
.AnyTagClassName
{
color: #FB233E;
}
</style>
background-color css
<style>
a { background-color: #FB233E; }
a { background-color: rgb(251,35,62); }
div.DivClassName
{
background-color: #FB233E;
}
.BgClassName
{
background-color: #FB233E;
}
</style>
border-color css
<style>
span { border-color: #FB233E; }
span { border-color: rgb(251,35,62); }
td.TdClassName
{
border-color: #FB233E;
}
.TagClassName
{
border-color: #FB233E;
}
</style>