Shades of Torch Red #FF1F44
Tints of Torch Red #FF1F44
RGB
CMYK
RGB Variations
Color information
#FF1F44 (or 0xFF1F44) is known color: Torch Red. HEX triplet: FF, 1F and 44. RGB value is (255,31,68). Sum of RGB (Red+Green+Blue) = 255+31+68=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1F44 is #00E0BB. Grayscale: #666666. Windows color (decimal): -57532 or 4464639. OLE color: 4464639.
HSL color Cylindrical-coordinate representation of color #FF1F44: hue angle of 350.09º 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 #FF1F44 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 68 | - |
| CMYK | 0 | 0.88 | 0.73 | 0 |
| HSL | 350.09º | 1% | 0.56% | - |
| HSV(B) | 350.09º | 0.88% | 1% | - |
| XYZ | 42.77 | 22.66 | 7.59 | - |
| YUV | 102.19 | 108.71 | 236.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 68 | 0 | 0.88 | 0.73 | 0 | 350.09 | 1 | 0.56 |
| Hex | FF | 1F | 44 | 0 | 58 | 49 | 0 | 15E | 64 | 38 |
| Octal | 377 | 37 | 104 | 0 | 130 | 111 | 0 | 536 | 144 | 70 |
| Binary | 11111111 | 11111 | 1000100 | 0 | 1011000 | 1001001 | 0 | 101011110 | 1100100 | 111000 |
Color Harmonies of #FF1F44
Complementary color
Monochromatic Colors of #FF1F44
Black with #FF1F44
Text Example
Text Example
White with #FF1F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F44; }
p { color: rgb(255,31,68); }
H1.HeaderClassName
{
color: #FF1F44;
}
.AnyTagClassName
{
color: #FF1F44;
}
</style>
background-color css
<style>
a { background-color: #FF1F44; }
a { background-color: rgb(255,31,68); }
div.DivClassName
{
background-color: #FF1F44;
}
.BgClassName
{
background-color: #FF1F44;
}
</style>
border-color css
<style>
span { border-color: #FF1F44; }
span { border-color: rgb(255,31,68); }
td.TdClassName
{
border-color: #FF1F44;
}
.TagClassName
{
border-color: #FF1F44;
}
</style>