Shades of Torch Red #FF1432
Tints of Torch Red #FF1432
RGB
CMYK
RGB Variations
Color information
#FF1432 (or 0xFF1432) is known color: Torch Red. HEX triplet: FF, 14 and 32. RGB value is (255,20,50). Sum of RGB (Red+Green+Blue) = 255+20+50=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1432 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1432 is #00EBCD. Grayscale: #5D5D5D. Windows color (decimal): -60366 or 3282175. OLE color: 3282175.
HSL color Cylindrical-coordinate representation of color #FF1432: hue angle of 352.34º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1432 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 50 | - |
| CMYK | 0 | 0.92 | 0.80 | 0 |
| HSL | 352.34º | 1% | 0.54% | - |
| HSV(B) | 352.34º | 0.92% | 1% | - |
| XYZ | 42.07 | 21.99 | 5.05 | - |
| YUV | 93.69 | 103.36 | 243.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 50 | 0 | 0.92 | 0.80 | 0 | 352.34 | 1 | 0.54 |
| Hex | FF | 14 | 32 | 0 | 5C | 50 | 0 | 160 | 64 | 36 |
| Octal | 377 | 24 | 62 | 0 | 134 | 120 | 0 | 540 | 144 | 66 |
| Binary | 11111111 | 10100 | 110010 | 0 | 1011100 | 1010000 | 0 | 101100000 | 1100100 | 110110 |
Color Harmonies of #FF1432
Complementary color
Monochromatic Colors of #FF1432
Black with #FF1432
Text Example
Text Example
White with #FF1432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1432; }
p { color: rgb(255,20,50); }
H1.HeaderClassName
{
color: #FF1432;
}
.AnyTagClassName
{
color: #FF1432;
}
</style>
background-color css
<style>
a { background-color: #FF1432; }
a { background-color: rgb(255,20,50); }
div.DivClassName
{
background-color: #FF1432;
}
.BgClassName
{
background-color: #FF1432;
}
</style>
border-color css
<style>
span { border-color: #FF1432; }
span { border-color: rgb(255,20,50); }
td.TdClassName
{
border-color: #FF1432;
}
.TagClassName
{
border-color: #FF1432;
}
</style>