Shades of Torch Red #FF1F32
Tints of Torch Red #FF1F32
RGB
CMYK
RGB Variations
Color information
#FF1F32 (or 0xFF1F32) is known color: Torch Red. HEX triplet: FF, 1F and 32. RGB value is (255,31,50). Sum of RGB (Red+Green+Blue) = 255+31+50=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1F32 is #00E0CD. Grayscale: #646464. Windows color (decimal): -57550 or 3284991. OLE color: 3284991.
HSL color Cylindrical-coordinate representation of color #FF1F32: hue angle of 354.91º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1F32 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 50 | - |
| CMYK | 0 | 0.88 | 0.80 | 0 |
| HSL | 354.91º | 1% | 0.56% | - |
| HSV(B) | 354.91º | 0.88% | 1% | - |
| XYZ | 42.31 | 22.47 | 5.13 | - |
| YUV | 100.14 | 99.71 | 238.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 50 | 0 | 0.88 | 0.80 | 0 | 354.91 | 1 | 0.56 |
| Hex | FF | 1F | 32 | 0 | 58 | 50 | 0 | 163 | 64 | 38 |
| Octal | 377 | 37 | 62 | 0 | 130 | 120 | 0 | 543 | 144 | 70 |
| Binary | 11111111 | 11111 | 110010 | 0 | 1011000 | 1010000 | 0 | 101100011 | 1100100 | 111000 |
Color Harmonies of #FF1F32
Complementary color
Monochromatic Colors of #FF1F32
Black with #FF1F32
Text Example
Text Example
White with #FF1F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F32; }
p { color: rgb(255,31,50); }
H1.HeaderClassName
{
color: #FF1F32;
}
.AnyTagClassName
{
color: #FF1F32;
}
</style>
background-color css
<style>
a { background-color: #FF1F32; }
a { background-color: rgb(255,31,50); }
div.DivClassName
{
background-color: #FF1F32;
}
.BgClassName
{
background-color: #FF1F32;
}
</style>
border-color css
<style>
span { border-color: #FF1F32; }
span { border-color: rgb(255,31,50); }
td.TdClassName
{
border-color: #FF1F32;
}
.TagClassName
{
border-color: #FF1F32;
}
</style>