Shades of Torch Red #FF1132
Tints of Torch Red #FF1132
RGB
CMYK
RGB Variations
Color information
#FF1132 (or 0xFF1132) is known color: Torch Red. HEX triplet: FF, 11 and 32. RGB value is (255,17,50). Sum of RGB (Red+Green+Blue) = 255+17+50=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1132 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1132 is #00EECD. Grayscale: #5C5C5C. Windows color (decimal): -61134 or 3281407. OLE color: 3281407.
HSL color Cylindrical-coordinate representation of color #FF1132: hue angle of 351.68º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1132 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 50 | - |
| CMYK | 0 | 0.93 | 0.80 | 0 |
| HSL | 351.68º | 1% | 0.53% | - |
| HSV(B) | 351.68º | 0.93% | 1% | - |
| XYZ | 42.02 | 21.89 | 5.03 | - |
| YUV | 91.92 | 104.35 | 244.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 50 | 0 | 0.93 | 0.80 | 0 | 351.68 | 1 | 0.53 |
| Hex | FF | 11 | 32 | 0 | 5D | 50 | 0 | 160 | 64 | 35 |
| Octal | 377 | 21 | 62 | 0 | 135 | 120 | 0 | 540 | 144 | 65 |
| Binary | 11111111 | 10001 | 110010 | 0 | 1011101 | 1010000 | 0 | 101100000 | 1100100 | 110101 |
Color Harmonies of #FF1132
Complementary color
Monochromatic Colors of #FF1132
Black with #FF1132
Text Example
Text Example
White with #FF1132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1132; }
p { color: rgb(255,17,50); }
H1.HeaderClassName
{
color: #FF1132;
}
.AnyTagClassName
{
color: #FF1132;
}
</style>
background-color css
<style>
a { background-color: #FF1132; }
a { background-color: rgb(255,17,50); }
div.DivClassName
{
background-color: #FF1132;
}
.BgClassName
{
background-color: #FF1132;
}
</style>
border-color css
<style>
span { border-color: #FF1132; }
span { border-color: rgb(255,17,50); }
td.TdClassName
{
border-color: #FF1132;
}
.TagClassName
{
border-color: #FF1132;
}
</style>