Shades of Torch Red #FB233D
Tints of Torch Red #FB233D
RGB
CMYK
RGB Variations
Color information
#FB233D (or 0xFB233D) is known color: Torch Red. HEX triplet: FB, 23 and 3D. RGB value is (251,35,61). Sum of RGB (Red+Green+Blue) = 251+35+61=347 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.33% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 251 - color contains mainly: red. Hex color #FB233D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB233D is #04DCC2. Grayscale: #666666. Windows color (decimal): -318659 or 4006907. OLE color: 4006907.
HSL color Cylindrical-coordinate representation of color #FB233D: hue angle of 352.78º 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 #FB233D is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 35 | 61 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.02 |
| HSL | 352.78º | 0.96% | 0.56% | - |
| HSV(B) | 352.78º | 0.86% | 0.98% | - |
| XYZ | 41.23 | 22.05 | 6.5 | - |
| YUV | 102.55 | 104.56 | 233.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 35 | 61 | 0 | 0.86 | 0.76 | 0.02 | 352.78 | 0.96 | 0.56 |
| Hex | FB | 23 | 3D | 0 | 56 | 4C | 2 | 161 | 60 | 38 |
| Octal | 373 | 43 | 75 | 0 | 126 | 114 | 2 | 541 | 140 | 70 |
| Binary | 11111011 | 100011 | 111101 | 0 | 1010110 | 1001100 | 10 | 101100001 | 1100000 | 111000 |
Color Harmonies of #FB233D
Complementary color
Monochromatic Colors of #FB233D
Black with #FB233D
Text Example
Text Example
White with #FB233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB233D; }
p { color: rgb(251,35,61); }
H1.HeaderClassName
{
color: #FB233D;
}
.AnyTagClassName
{
color: #FB233D;
}
</style>
background-color css
<style>
a { background-color: #FB233D; }
a { background-color: rgb(251,35,61); }
div.DivClassName
{
background-color: #FB233D;
}
.BgClassName
{
background-color: #FB233D;
}
</style>
border-color css
<style>
span { border-color: #FB233D; }
span { border-color: rgb(251,35,61); }
td.TdClassName
{
border-color: #FB233D;
}
.TagClassName
{
border-color: #FB233D;
}
</style>