Shades of Torch Red #FF1932
Tints of Torch Red #FF1932
RGB
CMYK
RGB Variations
Color information
#FF1932 (or 0xFF1932) is known color: Torch Red. HEX triplet: FF, 19 and 32. RGB value is (255,25,50). Sum of RGB (Red+Green+Blue) = 255+25+50=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1932 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1932 is #00E6CD. Grayscale: #606060. Windows color (decimal): -59086 or 3283455. OLE color: 3283455.
HSL color Cylindrical-coordinate representation of color #FF1932: hue angle of 353.48º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1932 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 50 | - |
| CMYK | 0 | 0.90 | 0.80 | 0 |
| HSL | 353.48º | 1% | 0.55% | - |
| HSV(B) | 353.48º | 0.9% | 1% | - |
| XYZ | 42.16 | 22.19 | 5.08 | - |
| YUV | 96.62 | 101.7 | 240.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 50 | 0 | 0.90 | 0.80 | 0 | 353.48 | 1 | 0.55 |
| Hex | FF | 19 | 32 | 0 | 5A | 50 | 0 | 161 | 64 | 37 |
| Octal | 377 | 31 | 62 | 0 | 132 | 120 | 0 | 541 | 144 | 67 |
| Binary | 11111111 | 11001 | 110010 | 0 | 1011010 | 1010000 | 0 | 101100001 | 1100100 | 110111 |
Color Harmonies of #FF1932
Complementary color
Monochromatic Colors of #FF1932
Black with #FF1932
Text Example
Text Example
White with #FF1932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1932; }
p { color: rgb(255,25,50); }
H1.HeaderClassName
{
color: #FF1932;
}
.AnyTagClassName
{
color: #FF1932;
}
</style>
background-color css
<style>
a { background-color: #FF1932; }
a { background-color: rgb(255,25,50); }
div.DivClassName
{
background-color: #FF1932;
}
.BgClassName
{
background-color: #FF1932;
}
</style>
border-color css
<style>
span { border-color: #FF1932; }
span { border-color: rgb(255,25,50); }
td.TdClassName
{
border-color: #FF1932;
}
.TagClassName
{
border-color: #FF1932;
}
</style>