Shades of Torch Red #FB233C
Tints of Torch Red #FB233C
RGB
CMYK
RGB Variations
Color information
#FB233C (or 0xFB233C) is known color: Torch Red. HEX triplet: FB, 23 and 3C. RGB value is (251,35,60). Sum of RGB (Red+Green+Blue) = 251+35+60=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB233C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB233C is #04DCC3. Grayscale: #666666. Windows color (decimal): -318660 or 3941371. OLE color: 3941371.
HSL color Cylindrical-coordinate representation of color #FB233C: hue angle of 353.06º 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 #FB233C is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 35 | 60 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.02 |
| HSL | 353.06º | 0.96% | 0.56% | - |
| HSV(B) | 353.06º | 0.86% | 0.98% | - |
| XYZ | 41.2 | 22.04 | 6.36 | - |
| YUV | 102.43 | 104.06 | 233.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 35 | 60 | 0 | 0.86 | 0.76 | 0.02 | 353.06 | 0.96 | 0.56 |
| Hex | FB | 23 | 3C | 0 | 56 | 4C | 2 | 161 | 60 | 38 |
| Octal | 373 | 43 | 74 | 0 | 126 | 114 | 2 | 541 | 140 | 70 |
| Binary | 11111011 | 100011 | 111100 | 0 | 1010110 | 1001100 | 10 | 101100001 | 1100000 | 111000 |
Color Harmonies of #FB233C
Complementary color
Monochromatic Colors of #FB233C
Black with #FB233C
Text Example
Text Example
White with #FB233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB233C; }
p { color: rgb(251,35,60); }
H1.HeaderClassName
{
color: #FB233C;
}
.AnyTagClassName
{
color: #FB233C;
}
</style>
background-color css
<style>
a { background-color: #FB233C; }
a { background-color: rgb(251,35,60); }
div.DivClassName
{
background-color: #FB233C;
}
.BgClassName
{
background-color: #FB233C;
}
</style>
border-color css
<style>
span { border-color: #FB233C; }
span { border-color: rgb(251,35,60); }
td.TdClassName
{
border-color: #FB233C;
}
.TagClassName
{
border-color: #FB233C;
}
</style>