Shades of Torch Red #FF1F3C
Tints of Torch Red #FF1F3C
RGB
CMYK
RGB Variations
Color information
#FF1F3C (or 0xFF1F3C) is known color: Torch Red. HEX triplet: FF, 1F and 3C. RGB value is (255,31,60). Sum of RGB (Red+Green+Blue) = 255+31+60=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1F3C is #00E0C3. Grayscale: #656565. Windows color (decimal): -57540 or 3940351. OLE color: 3940351.
HSL color Cylindrical-coordinate representation of color #FF1F3C: hue angle of 352.23º 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 #FF1F3C is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 60 | - |
| CMYK | 0 | 0.88 | 0.76 | 0 |
| HSL | 352.23º | 1% | 0.56% | - |
| HSV(B) | 352.23º | 0.88% | 1% | - |
| XYZ | 42.55 | 22.57 | 6.39 | - |
| YUV | 101.28 | 104.71 | 237.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 60 | 0 | 0.88 | 0.76 | 0 | 352.23 | 1 | 0.56 |
| Hex | FF | 1F | 3C | 0 | 58 | 4C | 0 | 160 | 64 | 38 |
| Octal | 377 | 37 | 74 | 0 | 130 | 114 | 0 | 540 | 144 | 70 |
| Binary | 11111111 | 11111 | 111100 | 0 | 1011000 | 1001100 | 0 | 101100000 | 1100100 | 111000 |
Color Harmonies of #FF1F3C
Complementary color
Monochromatic Colors of #FF1F3C
Black with #FF1F3C
Text Example
Text Example
White with #FF1F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F3C; }
p { color: rgb(255,31,60); }
H1.HeaderClassName
{
color: #FF1F3C;
}
.AnyTagClassName
{
color: #FF1F3C;
}
</style>
background-color css
<style>
a { background-color: #FF1F3C; }
a { background-color: rgb(255,31,60); }
div.DivClassName
{
background-color: #FF1F3C;
}
.BgClassName
{
background-color: #FF1F3C;
}
</style>
border-color css
<style>
span { border-color: #FF1F3C; }
span { border-color: rgb(255,31,60); }
td.TdClassName
{
border-color: #FF1F3C;
}
.TagClassName
{
border-color: #FF1F3C;
}
</style>