Shades of Torch Red #FB253D
Tints of Torch Red #FB253D
RGB
CMYK
RGB Variations
Color information
#FB253D (or 0xFB253D) is known color: Torch Red. HEX triplet: FB, 25 and 3D. RGB value is (251,37,61). Sum of RGB (Red+Green+Blue) = 251+37+61=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB253D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB253D is #04DAC2. Grayscale: #676767. Windows color (decimal): -318147 or 4007419. OLE color: 4007419.
HSL color Cylindrical-coordinate representation of color #FB253D: hue angle of 353.27º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB253D is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 61 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.02 |
| HSL | 353.27º | 0.96% | 0.56% | - |
| HSV(B) | 353.27º | 0.85% | 0.98% | - |
| XYZ | 41.29 | 22.17 | 6.52 | - |
| YUV | 103.72 | 103.9 | 233.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 61 | 0 | 0.85 | 0.76 | 0.02 | 353.27 | 0.96 | 0.56 |
| Hex | FB | 25 | 3D | 0 | 55 | 4C | 2 | 161 | 60 | 38 |
| Octal | 373 | 45 | 75 | 0 | 125 | 114 | 2 | 541 | 140 | 70 |
| Binary | 11111011 | 100101 | 111101 | 0 | 1010101 | 1001100 | 10 | 101100001 | 1100000 | 111000 |
Color Harmonies of #FB253D
Complementary color
Monochromatic Colors of #FB253D
Black with #FB253D
Text Example
Text Example
White with #FB253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB253D; }
p { color: rgb(251,37,61); }
H1.HeaderClassName
{
color: #FB253D;
}
.AnyTagClassName
{
color: #FB253D;
}
</style>
background-color css
<style>
a { background-color: #FB253D; }
a { background-color: rgb(251,37,61); }
div.DivClassName
{
background-color: #FB253D;
}
.BgClassName
{
background-color: #FB253D;
}
</style>
border-color css
<style>
span { border-color: #FB253D; }
span { border-color: rgb(251,37,61); }
td.TdClassName
{
border-color: #FB253D;
}
.TagClassName
{
border-color: #FB253D;
}
</style>