Shades of Torch Red #FB203D
Tints of Torch Red #FB203D
RGB
CMYK
RGB Variations
Color information
#FB203D (or 0xFB203D) is known color: Torch Red. HEX triplet: FB, 20 and 3D. RGB value is (251,32,61). Sum of RGB (Red+Green+Blue) = 251+32+61=344 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.97% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 251 - color contains mainly: red. Hex color #FB203D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB203D is #04DFC2. Grayscale: #646464. Windows color (decimal): -319427 or 4006139. OLE color: 4006139.
HSL color Cylindrical-coordinate representation of color #FB203D: hue angle of 352.05º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB203D is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 61 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.02 |
| HSL | 352.05º | 0.96% | 0.55% | - |
| HSV(B) | 352.05º | 0.87% | 0.98% | - |
| XYZ | 41.14 | 21.88 | 6.47 | - |
| YUV | 100.79 | 105.55 | 235.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 61 | 0 | 0.87 | 0.76 | 0.02 | 352.05 | 0.96 | 0.55 |
| Hex | FB | 20 | 3D | 0 | 57 | 4C | 2 | 160 | 60 | 37 |
| Octal | 373 | 40 | 75 | 0 | 127 | 114 | 2 | 540 | 140 | 67 |
| Binary | 11111011 | 100000 | 111101 | 0 | 1010111 | 1001100 | 10 | 101100000 | 1100000 | 110111 |
Color Harmonies of #FB203D
Complementary color
Monochromatic Colors of #FB203D
Black with #FB203D
Text Example
Text Example
White with #FB203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB203D; }
p { color: rgb(251,32,61); }
H1.HeaderClassName
{
color: #FB203D;
}
.AnyTagClassName
{
color: #FB203D;
}
</style>
background-color css
<style>
a { background-color: #FB203D; }
a { background-color: rgb(251,32,61); }
div.DivClassName
{
background-color: #FB203D;
}
.BgClassName
{
background-color: #FB203D;
}
</style>
border-color css
<style>
span { border-color: #FB203D; }
span { border-color: rgb(251,32,61); }
td.TdClassName
{
border-color: #FB203D;
}
.TagClassName
{
border-color: #FB203D;
}
</style>