Shades of Torch Red #FB1E44
Tints of Torch Red #FB1E44
RGB
CMYK
RGB Variations
Color information
#FB1E44 (or 0xFB1E44) is known color: Torch Red. HEX triplet: FB, 1E and 44. RGB value is (251,30,68). Sum of RGB (Red+Green+Blue) = 251+30+68=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1E44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1E44 is #04E1BB. Grayscale: #646464. Windows color (decimal): -319932 or 4464379. OLE color: 4464379.
HSL color Cylindrical-coordinate representation of color #FB1E44: hue angle of 349.68º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1E44 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 30 | 68 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.02 |
| HSL | 349.68º | 0.97% | 0.55% | - |
| HSV(B) | 349.68º | 0.88% | 0.98% | - |
| XYZ | 41.29 | 21.86 | 7.51 | - |
| YUV | 100.41 | 109.72 | 235.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 30 | 68 | 0 | 0.88 | 0.73 | 0.02 | 349.68 | 0.97 | 0.55 |
| Hex | FB | 1E | 44 | 0 | 58 | 49 | 2 | 15E | 61 | 37 |
| Octal | 373 | 36 | 104 | 0 | 130 | 111 | 2 | 536 | 141 | 67 |
| Binary | 11111011 | 11110 | 1000100 | 0 | 1011000 | 1001001 | 10 | 101011110 | 1100001 | 110111 |
Color Harmonies of #FB1E44
Complementary color
Monochromatic Colors of #FB1E44
Black with #FB1E44
Text Example
Text Example
White with #FB1E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1E44; }
p { color: rgb(251,30,68); }
H1.HeaderClassName
{
color: #FB1E44;
}
.AnyTagClassName
{
color: #FB1E44;
}
</style>
background-color css
<style>
a { background-color: #FB1E44; }
a { background-color: rgb(251,30,68); }
div.DivClassName
{
background-color: #FB1E44;
}
.BgClassName
{
background-color: #FB1E44;
}
</style>
border-color css
<style>
span { border-color: #FB1E44; }
span { border-color: rgb(251,30,68); }
td.TdClassName
{
border-color: #FB1E44;
}
.TagClassName
{
border-color: #FB1E44;
}
</style>